2024-09-11T08:15:23.169 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T08:15:23.190 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T08:15:23.273 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/7901284 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 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: '7901284' 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: ubuntu os_version: '20.04' 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: smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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-11T08:15:23.273 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-11T08:15:23.274 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T08:15:23.274 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T08:15:23.276 INFO:teuthology.task.internal:Checking packages... 2024-09-11T08:15:23.296 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T08:15:23.297 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T08:15:23.297 INFO:teuthology.packaging:ref: None 2024-09-11T08:15:23.297 INFO:teuthology.packaging:tag: None 2024-09-11T08:15:23.297 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T08:15:23.297 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:15:23.297 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T08:15:23.438 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623-gd0e6828a-1focal 2024-09-11T08:15:23.440 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T08:15:23.446 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T08:15:23.447 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T08:15:23.452 INFO:teuthology.task.internal:Saving configuration 2024-09-11T08:15:23.468 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T08:15:23.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T08:15:23.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.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/7901284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 08:09:29.688547', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T08:15:23.520 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.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/7901284', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 08:09:29.686593', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T08:15:23.520 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T08:15:23.526 INFO:teuthology.task.internal:roles: ubuntu@smithi120.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-11T08:15:23.526 INFO:teuthology.task.internal:roles: ubuntu@smithi130.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-11T08:15:23.527 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T08:15:23.590 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7faa6f4dbac0>, signals=[15]) 2024-09-11T08:15:23.590 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T08:15:23.595 INFO:teuthology.task.internal:Opening connections... 2024-09-11T08:15:23.596 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T08:15:23.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:15:23.685 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-09-11T08:15:23.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:15:23.774 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T08:15:23.780 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2024-09-11T08:15:23.787 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2024-09-11T08:15:23.787 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="Ubuntu" 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:ID=ubuntu 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE=debian 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="20.04" 2024-09-11T08:15:23.840 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T08:15:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T08:15:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T08:15:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T08:15:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_CODENAME=focal 2024-09-11T08:15:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:UBUNTU_CODENAME=focal 2024-09-11T08:15:23.842 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2024-09-11T08:15:23.862 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-09-11T08:15:23.869 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-09-11T08:15:23.869 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-09-11T08:15:23.874 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="Ubuntu" 2024-09-11T08:15:23.874 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:ID=ubuntu 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE=debian 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="20.04" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_CODENAME=focal 2024-09-11T08:15:23.875 INFO:teuthology.orchestra.run.smithi130.stdout:UBUNTU_CODENAME=focal 2024-09-11T08:15:23.875 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-09-11T08:15:23.896 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T08:15:23.904 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T08:15:23.911 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T08:15:23.911 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2024-09-11T08:15:23.914 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-09-11T08:15:23.922 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T08:15:23.928 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T08:15:23.928 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2024-09-11T08:15:23.959 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-09-11T08:15:23.989 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T08:15:24.054 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T08:15:24.137 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T08:15:24.138 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T08:15:24.138 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T08:15:24.139 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T08:15:24.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:15:24.145 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-09-11T08:15:24.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:15:24.147 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-09-11T08:15:24.209 INFO:teuthology.orchestra.run.smithi130.stdout:5.4.0-124-generic 2024-09-11T08:15:24.209 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.4.0-124-generic 2024-09-11T08:15:24.209 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-09-11T08:15:24.210 INFO:teuthology.orchestra.run.smithi120.stdout:5.4.0-124-generic 2024-09-11T08:15:24.210 INFO:teuthology.task.kernel:Running kernel on smithi120: 5.4.0-124-generic 2024-09-11T08:15:24.211 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get clean 2024-09-11T08:15:24.284 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get update 2024-09-11T08:15:24.314 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-09-11T08:15:24.489 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T08:15:24.493 INFO:teuthology.orchestra.run.smithi120.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T08:15:24.506 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T08:15:24.516 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T08:15:24.561 INFO:teuthology.orchestra.run.smithi120.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T08:15:24.580 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T08:15:24.596 INFO:teuthology.orchestra.run.smithi120.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T08:15:24.612 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T08:15:24.896 INFO:teuthology.orchestra.run.smithi120.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T08:15:24.897 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T08:15:25.032 INFO:teuthology.orchestra.run.smithi120.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T08:15:25.044 INFO:teuthology.orchestra.run.smithi120.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T08:15:25.048 INFO:teuthology.orchestra.run.smithi120.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T08:15:25.048 INFO:teuthology.orchestra.run.smithi120.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T08:15:25.056 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T08:15:25.071 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T08:15:25.075 INFO:teuthology.orchestra.run.smithi120.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T08:15:25.076 INFO:teuthology.orchestra.run.smithi120.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T08:15:25.076 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T08:15:25.076 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T08:15:25.076 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T08:15:25.079 INFO:teuthology.orchestra.run.smithi120.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T08:15:25.079 INFO:teuthology.orchestra.run.smithi120.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T08:15:25.088 INFO:teuthology.orchestra.run.smithi120.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T08:15:25.094 INFO:teuthology.orchestra.run.smithi120.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T08:15:25.096 INFO:teuthology.orchestra.run.smithi120.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T08:15:25.096 INFO:teuthology.orchestra.run.smithi120.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T08:15:25.096 INFO:teuthology.orchestra.run.smithi120.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T08:15:25.100 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T08:15:25.104 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T08:15:25.104 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T08:15:25.112 INFO:teuthology.orchestra.run.smithi130.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T08:15:25.113 INFO:teuthology.orchestra.run.smithi120.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T08:15:25.113 INFO:teuthology.orchestra.run.smithi120.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T08:15:25.113 INFO:teuthology.orchestra.run.smithi120.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T08:15:25.114 INFO:teuthology.orchestra.run.smithi120.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T08:15:25.114 INFO:teuthology.orchestra.run.smithi120.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T08:15:25.121 INFO:teuthology.orchestra.run.smithi130.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T08:15:25.123 INFO:teuthology.orchestra.run.smithi130.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T08:15:25.123 INFO:teuthology.orchestra.run.smithi130.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T08:15:25.124 INFO:teuthology.orchestra.run.smithi130.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T08:15:25.124 INFO:teuthology.orchestra.run.smithi130.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T08:15:25.132 INFO:teuthology.orchestra.run.smithi130.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T08:15:25.132 INFO:teuthology.orchestra.run.smithi130.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T08:15:25.132 INFO:teuthology.orchestra.run.smithi120.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T08:15:25.132 INFO:teuthology.orchestra.run.smithi120.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T08:15:25.133 INFO:teuthology.orchestra.run.smithi130.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T08:15:25.133 INFO:teuthology.orchestra.run.smithi120.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T08:15:25.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T08:15:25.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T08:15:25.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T08:15:25.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T08:15:25.213 INFO:teuthology.orchestra.run.smithi120.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T08:15:25.237 INFO:teuthology.orchestra.run.smithi130.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T08:15:25.547 INFO:teuthology.orchestra.run.smithi120.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T08:15:25.724 INFO:teuthology.orchestra.run.smithi130.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T08:15:25.738 INFO:teuthology.orchestra.run.smithi130.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T08:15:25.739 INFO:teuthology.orchestra.run.smithi120.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T08:15:25.747 INFO:teuthology.orchestra.run.smithi130.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T08:15:25.747 INFO:teuthology.orchestra.run.smithi130.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T08:15:25.754 INFO:teuthology.orchestra.run.smithi120.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T08:15:25.754 INFO:teuthology.orchestra.run.smithi120.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T08:15:25.835 INFO:teuthology.orchestra.run.smithi130.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T08:15:25.836 INFO:teuthology.orchestra.run.smithi130.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T08:15:25.843 INFO:teuthology.orchestra.run.smithi130.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T08:15:25.843 INFO:teuthology.orchestra.run.smithi130.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T08:15:25.845 INFO:teuthology.orchestra.run.smithi120.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T08:15:25.846 INFO:teuthology.orchestra.run.smithi120.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T08:15:25.859 INFO:teuthology.orchestra.run.smithi120.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T08:15:25.859 INFO:teuthology.orchestra.run.smithi120.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T08:15:25.886 INFO:teuthology.orchestra.run.smithi120.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T08:15:25.887 INFO:teuthology.orchestra.run.smithi130.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T08:15:25.904 INFO:teuthology.orchestra.run.smithi130.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T08:15:25.905 INFO:teuthology.orchestra.run.smithi120.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T08:15:25.908 INFO:teuthology.orchestra.run.smithi130.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T08:15:25.909 INFO:teuthology.orchestra.run.smithi130.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T08:15:25.909 INFO:teuthology.orchestra.run.smithi130.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T08:15:25.912 INFO:teuthology.orchestra.run.smithi120.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T08:15:25.913 INFO:teuthology.orchestra.run.smithi120.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T08:15:25.913 INFO:teuthology.orchestra.run.smithi120.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T08:15:25.984 INFO:teuthology.orchestra.run.smithi130.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T08:15:25.984 INFO:teuthology.orchestra.run.smithi130.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T08:15:25.985 INFO:teuthology.orchestra.run.smithi120.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T08:15:25.986 INFO:teuthology.orchestra.run.smithi120.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T08:15:29.434 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 21.8 MB in 3s (7,041 kB/s) 2024-09-11T08:15:29.526 INFO:teuthology.orchestra.run.smithi120.stdout:Fetched 21.8 MB in 3s (6,968 kB/s) 2024-09-11T08:15:31.055 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-09-11T08:15:31.080 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T08:15:31.157 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-09-11T08:15:31.171 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-09-11T08:15:31.184 DEBUG:teuthology.orchestra.run.smithi120:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T08:15:31.259 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-09-11T08:15:31.390 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-09-11T08:15:31.391 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-09-11T08:15:31.477 INFO:teuthology.orchestra.run.smithi120.stdout:Building dependency tree... 2024-09-11T08:15:31.477 INFO:teuthology.orchestra.run.smithi120.stdout:Reading state information... 2024-09-11T08:15:31.594 INFO:teuthology.orchestra.run.smithi130.stdout:The following additional packages will be installed: 2024-09-11T08:15:31.594 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T08:15:31.594 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-11T08:15:31.594 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-11T08:15:31.595 INFO:teuthology.orchestra.run.smithi130.stdout:Suggested packages: 2024-09-11T08:15:31.595 INFO:teuthology.orchestra.run.smithi130.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-11T08:15:31.595 INFO:teuthology.orchestra.run.smithi130.stdout:Recommended packages: 2024-09-11T08:15:31.596 INFO:teuthology.orchestra.run.smithi130.stdout: thermald 2024-09-11T08:15:31.647 INFO:teuthology.orchestra.run.smithi130.stdout:The following NEW packages will be installed: 2024-09-11T08:15:31.647 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T08:15:31.647 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-11T08:15:31.647 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-11T08:15:31.649 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages will be upgraded: 2024-09-11T08:15:31.649 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-11T08:15:31.677 INFO:teuthology.orchestra.run.smithi120.stdout:The following additional packages will be installed: 2024-09-11T08:15:31.677 INFO:teuthology.orchestra.run.smithi120.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T08:15:31.677 INFO:teuthology.orchestra.run.smithi120.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-11T08:15:31.677 INFO:teuthology.orchestra.run.smithi120.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-11T08:15:31.679 INFO:teuthology.orchestra.run.smithi120.stdout:Suggested packages: 2024-09-11T08:15:31.679 INFO:teuthology.orchestra.run.smithi120.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-11T08:15:31.679 INFO:teuthology.orchestra.run.smithi120.stdout:Recommended packages: 2024-09-11T08:15:31.679 INFO:teuthology.orchestra.run.smithi120.stdout: thermald 2024-09-11T08:15:31.703 INFO:teuthology.orchestra.run.smithi130.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T08:15:31.703 INFO:teuthology.orchestra.run.smithi130.stdout:Need to get 77.2 MB of archives. 2024-09-11T08:15:31.703 INFO:teuthology.orchestra.run.smithi130.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-11T08:15:31.703 INFO:teuthology.orchestra.run.smithi130.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-11T08:15:31.740 INFO:teuthology.orchestra.run.smithi120.stdout:The following NEW packages will be installed: 2024-09-11T08:15:31.740 INFO:teuthology.orchestra.run.smithi120.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-11T08:15:31.740 INFO:teuthology.orchestra.run.smithi120.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-11T08:15:31.740 INFO:teuthology.orchestra.run.smithi120.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-11T08:15:31.742 INFO:teuthology.orchestra.run.smithi120.stdout:The following packages will be upgraded: 2024-09-11T08:15:31.742 INFO:teuthology.orchestra.run.smithi120.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-11T08:15:31.928 INFO:teuthology.orchestra.run.smithi120.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T08:15:31.928 INFO:teuthology.orchestra.run.smithi120.stdout:Need to get 77.2 MB of archives. 2024-09-11T08:15:31.929 INFO:teuthology.orchestra.run.smithi120.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-11T08:15:31.929 INFO:teuthology.orchestra.run.smithi120.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-11T08:15:31.996 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-11T08:15:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-11T08:15:32.553 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-11T08:15:32.554 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-11T08:15:32.554 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-11T08:15:32.647 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-11T08:15:32.658 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-11T08:15:33.104 INFO:teuthology.orchestra.run.smithi120.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-11T08:15:33.377 INFO:teuthology.orchestra.run.smithi120.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-11T08:15:33.444 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 77.2 MB in 1s (72.2 MB/s) 2024-09-11T08:15:33.645 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-11T08:15:34.734 INFO:teuthology.orchestra.run.smithi120.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-11T08:15:34.734 INFO:teuthology.orchestra.run.smithi120.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-11T08:15:34.735 INFO:teuthology.orchestra.run.smithi120.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-11T08:15:35.027 INFO:teuthology.orchestra.run.smithi120.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-11T08:15:35.050 INFO:teuthology.orchestra.run.smithi120.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-11T08:15:35.364 INFO:teuthology.orchestra.run.smithi130.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-09-11T08:15:35.369 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:35.531 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:35.777 INFO:teuthology.orchestra.run.smithi120.stdout:Fetched 77.2 MB in 3s (23.4 MB/s) 2024-09-11T08:15:35.947 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-11T08:15:37.556 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-11T08:15:37.571 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:37.695 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:37.801 INFO:teuthology.orchestra.run.smithi120.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-09-11T08:15:37.805 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:37.985 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:38.809 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-11T08:15:38.825 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:38.859 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:39.960 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-11T08:15:39.975 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:40.084 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:41.221 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-11T08:15:41.234 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:41.279 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:43.813 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:43.939 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:44.323 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:44.459 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:44.837 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-11T08:15:44.851 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-11T08:15:44.897 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T08:15:46.226 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:46.349 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:46.708 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:46.878 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:47.197 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-11T08:15:47.211 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-11T08:15:47.255 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T08:15:50.574 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-11T08:15:50.597 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:50.640 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:52.948 INFO:teuthology.orchestra.run.smithi120.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-11T08:15:52.969 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-11T08:15:53.031 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:53.431 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:53.556 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:53.924 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:55.271 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:55.772 INFO:teuthology.orchestra.run.smithi120.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-11T08:15:55.900 INFO:teuthology.orchestra.run.smithi120.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-11T08:15:56.249 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:57.268 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:15:57.269 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-11T08:15:57.431 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:58.325 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:58.616 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T08:15:58.742 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-11T08:15:58.885 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:59.036 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-11T08:15:59.154 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-11T08:15:59.305 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:15:59.382 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T08:15:59.382 INFO:teuthology.orchestra.run.smithi130.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:15:59.485 INFO:teuthology.orchestra.run.smithi120.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:15:59.485 INFO:teuthology.orchestra.run.smithi120.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-11T08:15:59.643 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:16:00.862 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-11T08:16:01.013 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-11T08:16:01.139 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:16:01.290 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-11T08:16:01.416 INFO:teuthology.orchestra.run.smithi120.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-11T08:16:01.559 INFO:teuthology.orchestra.run.smithi120.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-11T08:16:01.621 INFO:teuthology.orchestra.run.smithi120.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T08:16:01.622 INFO:teuthology.orchestra.run.smithi120.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:16:21.354 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T08:16:21.354 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub' 2024-09-11T08:16:21.368 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T08:16:21.387 INFO:teuthology.orchestra.run.smithi130.stdout:Generating grub configuration file ... 2024-09-11T08:16:21.734 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:16:21.758 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:16:22.221 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T08:16:22.233 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T08:16:23.592 INFO:teuthology.orchestra.run.smithi120.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T08:16:23.592 INFO:teuthology.orchestra.run.smithi120.stdout:Sourcing file `/etc/default/grub' 2024-09-11T08:16:23.611 INFO:teuthology.orchestra.run.smithi120.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T08:16:23.648 INFO:teuthology.orchestra.run.smithi120.stdout:Generating grub configuration file ... 2024-09-11T08:16:23.979 INFO:teuthology.orchestra.run.smithi120.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:16:24.010 INFO:teuthology.orchestra.run.smithi120.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:16:24.090 INFO:teuthology.orchestra.run.smithi130.stdout:done 2024-09-11T08:16:24.377 INFO:teuthology.orchestra.run.smithi120.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T08:16:24.388 INFO:teuthology.orchestra.run.smithi120.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T08:16:24.516 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 20 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-09-11T08:16:24.564 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.4.0.195.193 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-09-11T08:16:24.565 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-09-11T08:16:24.565 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-11T08:16:24.565 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T08:16:24.565 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T08:16:24.566 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-11T08:16:24.566 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T08:16:24.566 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-09-11T08:16:24.651 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-09-11T08:16:24.811 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T08:16:24.812 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T08:16:24.818 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T08:16:24.836 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T08:16:26.676 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-09-11T08:16:26.703 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T08:16:26.778 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-09-11T08:16:26.997 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-09-11T08:16:26.998 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-09-11T08:16:27.226 INFO:teuthology.orchestra.run.smithi120.stdout:done 2024-09-11T08:16:27.232 INFO:teuthology.orchestra.run.smithi130.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-11T08:16:27.232 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T08:16:27.234 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-09-11T08:16:27.253 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 20 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.4.0.195.193 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-09-11T08:16:27.254 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-09-11T08:16:27.255 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-09-11T08:16:27.261 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.XelMJaG1Wf 2024-09-11T08:16:27.261 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XelMJaG1Wf 2024-09-11T08:16:27.318 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.XelMJaG1Wf 2024-09-11T08:16:27.356 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.XelMJaG1Wf is 9KB 2024-09-11T08:16:27.371 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.XelMJaG1Wf 2024-09-11T08:16:27.377 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T08:16:27.432 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:16:27.432 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T08:16:27.432 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T08:16:27.466 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-11T08:16:27.466 DEBUG:teuthology.orchestra.run.smithi130:> sudo update-grub 2024-09-11T08:16:27.661 DEBUG:teuthology.orchestra.run.smithi120:> dpkg -s linux-image-generic 2024-09-11T08:16:27.706 INFO:teuthology.orchestra.run.smithi120.stdout:Package: linux-image-generic 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Status: install ok installed 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Priority: optional 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Section: kernel 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Installed-Size: 20 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: amd64 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Source: linux-meta 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Version: 5.4.0.195.193 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Recommends: thermald 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout:Description: Generic Linux kernel image 2024-09-11T08:16:27.707 INFO:teuthology.orchestra.run.smithi120.stdout: This package will always depend on the latest generic kernel image 2024-09-11T08:16:27.708 INFO:teuthology.orchestra.run.smithi120.stdout: available. 2024-09-11T08:16:27.708 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-11T08:16:27.708 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T08:16:27.708 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T08:16:27.708 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-11T08:16:27.708 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi120.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T08:16:27.708 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get clean 2024-09-11T08:16:27.818 DEBUG:teuthology.orchestra.run.smithi120:> sudo apt-get update 2024-09-11T08:16:28.103 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T08:16:28.104 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T08:16:28.174 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T08:16:28.258 INFO:teuthology.orchestra.run.smithi120.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T08:16:28.903 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub' 2024-09-11T08:16:28.913 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T08:16:28.927 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-09-11T08:16:29.207 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:16:29.219 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:16:29.601 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T08:16:29.612 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T08:16:29.956 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-09-11T08:16:29.980 DEBUG:teuthology.orchestra.run.smithi120:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-11T08:16:30.050 INFO:teuthology.orchestra.run.smithi120.stdout:Reading package lists... 2024-09-11T08:16:30.269 INFO:teuthology.orchestra.run.smithi120.stdout:Building dependency tree... 2024-09-11T08:16:30.269 INFO:teuthology.orchestra.run.smithi120.stdout:Reading state information... 2024-09-11T08:16:30.359 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-09-11T08:16:30.361 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-09-11T08:16:30.500 INFO:teuthology.orchestra.run.smithi120.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-11T08:16:30.500 INFO:teuthology.orchestra.run.smithi120.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-11T08:16:30.502 DEBUG:teuthology.orchestra.run.smithi120:> dpkg -s linux-image-generic 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Package: linux-image-generic 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Status: install ok installed 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Priority: optional 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Section: kernel 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Installed-Size: 20 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: amd64 2024-09-11T08:16:30.524 INFO:teuthology.orchestra.run.smithi120.stdout:Source: linux-meta 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout:Version: 5.4.0.195.193 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout:Recommends: thermald 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout:Description: Generic Linux kernel image 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout: This package will always depend on the latest generic kernel image 2024-09-11T08:16:30.525 INFO:teuthology.orchestra.run.smithi120.stdout: available. 2024-09-11T08:16:30.525 DEBUG:teuthology.orchestra.run.smithi120:> mktemp 2024-09-11T08:16:30.572 INFO:teuthology.orchestra.run.smithi120.stdout:/tmp/tmp.Qr7Q8RdWOT 2024-09-11T08:16:30.572 DEBUG:teuthology.orchestra.run.smithi120:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Qr7Q8RdWOT 2024-09-11T08:16:30.585 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 0666 /tmp/tmp.Qr7Q8RdWOT 2024-09-11T08:16:30.620 DEBUG:teuthology.orchestra.remote:smithi120:/tmp/tmp.Qr7Q8RdWOT is 9KB 2024-09-11T08:16:30.636 DEBUG:teuthology.orchestra.run.smithi120:> rm -fr /tmp/tmp.Qr7Q8RdWOT 2024-09-11T08:16:30.643 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T08:16:30.700 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:16:30.700 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T08:16:30.700 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T08:16:30.752 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-11T08:16:30.753 DEBUG:teuthology.orchestra.run.smithi120:> sudo update-grub 2024-09-11T08:16:32.176 INFO:teuthology.orchestra.run.smithi120.stderr:Sourcing file `/etc/default/grub' 2024-09-11T08:16:32.182 INFO:teuthology.orchestra.run.smithi120.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T08:16:32.197 INFO:teuthology.orchestra.run.smithi120.stderr:Generating grub configuration file ... 2024-09-11T08:16:32.473 INFO:teuthology.orchestra.run.smithi120.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-11T08:16:32.484 INFO:teuthology.orchestra.run.smithi120.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-11T08:16:32.871 INFO:teuthology.orchestra.run.smithi120.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T08:16:32.883 INFO:teuthology.orchestra.run.smithi120.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T08:16:34.525 INFO:teuthology.orchestra.run.smithi120.stderr:done 2024-09-11T08:16:34.526 DEBUG:teuthology.orchestra.run.smithi120:> sudo shutdown -r now 2024-09-11T08:17:00.387 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-11T08:17:00.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:17:00.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:17:04.533 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-11T08:17:04.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:17:04.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:17:18.909 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-09-11T08:17:23.005 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-09-11T08:17:27.914 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:17:27.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:17:30.973 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-09-11T08:17:32.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:17:32.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:17:35.069 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-09-11T08:17:42.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:17:42.980 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:17:47.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:17:47.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:18:05.505 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-09-11T08:18:14.718 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-09-11T08:18:15.275 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:18:15.276 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-195-generic"... 2024-09-11T08:18:15.276 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-09-11T08:18:15.282 INFO:teuthology.orchestra.run.smithi130.stdout:5.4.0-195-generic 2024-09-11T08:18:15.282 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-11T08:18:15.282 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T08:18:15.282 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T08:18:16.284 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-11T08:18:16.284 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T08:18:16.372 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-09-11T08:18:16.393 DEBUG:teuthology.parallel:result is None 2024-09-11T08:18:20.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:18:20.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:18:20.764 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-09-11T08:18:21.380 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:18:21.381 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-195-generic"... 2024-09-11T08:18:21.381 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-09-11T08:18:21.387 INFO:teuthology.orchestra.run.smithi120.stdout:5.4.0-195-generic 2024-09-11T08:18:21.387 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-11T08:18:21.387 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T08:18:21.388 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T08:18:22.389 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-11T08:18:22.389 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T08:18:22.457 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2024-09-11T08:18:22.485 DEBUG:teuthology.parallel:result is None 2024-09-11T08:18:22.485 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T08:18:22.493 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T08:18:22.494 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T08:18:22.496 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T08:18:22.503 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T08:18:22.510 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T08:18:22.518 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T08:18:22.518 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T08:18:22.520 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T08:18:22.573 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T08:18:22.580 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T08:18:22.580 DEBUG:teuthology.orchestra.run.smithi120:> 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-11T08:18:22.582 DEBUG:teuthology.orchestra.run.smithi130:> 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-11T08:18:22.598 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T08:18:22.606 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T08:18:22.609 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T08:18:22.618 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T08:18:22.620 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T08:18:22.630 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T08:18:22.631 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T08:18:22.657 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T08:18:22.675 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T08:18:22.689 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T08:18:22.690 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T08:18:22.693 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T08:18:22.726 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T08:18:22.734 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T08:18:22.781 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:18:22.781 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T08:18:22.799 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T08:18:22.806 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T08:18:22.813 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:18:22.814 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T08:18:22.881 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2024-09-11T08:18:22.883 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-09-11T08:18:22.936 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T08:18:22.943 INFO:teuthology.task.internal:Starting timer... 2024-09-11T08:18:22.943 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T08:18:22.954 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T08:18:22.962 DEBUG:teuthology.task.selinux:Excluding smithi120: OS 'ubuntu' does not support SELinux 2024-09-11T08:18:22.962 DEBUG:teuthology.task.selinux:Excluding smithi130: OS 'ubuntu' does not support SELinux 2024-09-11T08:18:22.962 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T08:18:22.962 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-11T08:18:22.962 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T08:18:22.962 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T08:18:22.970 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T08:18:22.983 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-11T08:18:22.984 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi120.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T08:23:58.318 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi120.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-09-11T08:23:58.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:23:58.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:23:58.410 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-09-11T08:23:58.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-09-11T08:23:58.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:23:58.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T08:23:58.630 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-09-11T08:23:58.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-09-11T08:23:58.755 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T08:23:58.765 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T08:23:58.765 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T08:23:58.766 DEBUG:teuthology.orchestra.run.smithi120:> 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:23:58.768 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T08:23:58.768 DEBUG:teuthology.orchestra.run.smithi130:> 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:23:58.803 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T08:23:58.803 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Command line: ntpd -gq 2024-09-11T08:23:58.804 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: proto: precision = 0.116 usec (-23) 2024-09-11T08:23:58.805 INFO:teuthology.orchestra.run.smithi120.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T08:23:58.805 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T08:23:58.806 INFO:teuthology.orchestra.run.smithi120.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen normally on 3 enp3s0f1 172.21.15.120:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen normally on 4 lo [::1]:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:478f%5]:123 2024-09-11T08:23:58.807 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:23:58 ntpd[13643]: Listening on routing socket on fd #22 for interface updates 2024-09-11T08:23:58.808 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T08:23:58.808 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Command line: ntpd -gq 2024-09-11T08:23:58.808 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: proto: precision = 0.082 usec (-23) 2024-09-11T08:23:58.808 INFO:teuthology.orchestra.run.smithi130.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T08:23:58.809 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T08:23:58.809 INFO:teuthology.orchestra.run.smithi130.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen normally on 3 enp3s0f1 172.21.15.130:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen normally on 4 lo [::1]:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f37%5]:123 2024-09-11T08:23:58.810 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:23:58 ntpd[13745]: Listening on routing socket on fd #22 for interface updates 2024-09-11T08:23:59.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:23:59.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:23:59 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:23:59.805 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:23:59.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:23:59.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:23:59.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:23:59.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:23:59.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:23:59 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:00.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:00.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:00.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:00.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:00.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:00.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:00 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:01.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:01.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:01 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:01.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:01.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:01 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:02.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:02.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:02.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:02.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:02.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:02.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:02 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:02.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:02.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:02.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:02 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:03.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:03.805 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:03 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:03.807 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:03.808 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:03.808 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:03.808 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:03 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:04.804 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:04 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:04.806 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:04 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:05.806 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.806 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.806 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.806 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.807 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.808 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:05.808 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:05.808 INFO:teuthology.orchestra.run.smithi120.stdout:11 Sep 08:24:05 ntpd[13643]: ntpd: time slew -0.000463 s 2024-09-11T08:24:05.808 INFO:teuthology.orchestra.run.smithi120.stdout:ntpd: time slew -0.000463s 2024-09-11T08:24:05.809 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T08:24:05.809 INFO:teuthology.orchestra.run.smithi120.stderr:11 Sep 08:24:05 ntpd[13643]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T08:24:05.810 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stdout:11 Sep 08:24:05 ntpd[13745]: ntpd: time slew +0.000819 s 2024-09-11T08:24:05.811 INFO:teuthology.orchestra.run.smithi130.stdout:ntpd: time slew +0.000819s 2024-09-11T08:24:05.812 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T08:24:05.812 INFO:teuthology.orchestra.run.smithi130.stderr:11 Sep 08:24:05 ntpd[13745]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================== 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.872 INFO:teuthology.orchestra.run.smithi120.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.874 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T08:24:05.875 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T08:24:05.980 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:24:05.980 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-09-11T08:24:05.981 INFO:tasks.cephadm:Cluster fsid is 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:05.981 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T08:24:05.981 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.120', 'mon.c': '[v2:172.21.15.120:3301,v1:172.21.15.120:6790]', 'mon.b': '172.21.15.130'} 2024-09-11T08:24:05.981 INFO:tasks.cephadm:First mon is mon.a on smithi120 2024-09-11T08:24:05.981 INFO:tasks.cephadm:First mgr is y 2024-09-11T08:24:05.981 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T08:24:05.982 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2024-09-11T08:24:05.998 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-09-11T08:24:06.016 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-09-11T08:24:06.016 DEBUG:teuthology.orchestra.run.smithi120:> 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:24:06.275 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Sep 11 08:24 /home/ubuntu/cephtest/cephadm 2024-09-11T08:24:06.275 DEBUG:teuthology.orchestra.run.smithi130:> 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:24:06.553 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Sep 11 08:24 /home/ubuntu/cephtest/cephadm 2024-09-11T08:24:06.553 DEBUG:teuthology.orchestra.run.smithi120:> 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:24:06.562 DEBUG:teuthology.orchestra.run.smithi130:> 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:24:06.580 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.0 on all hosts... 2024-09-11T08:24:06.580 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-11T08:24:06.583 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-11T08:24:06.709 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-11T08:24:06.756 INFO:teuthology.orchestra.run.smithi130.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-11T08:24:40.515 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:24:40.516 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-11T08:24:40.516 INFO:teuthology.orchestra.run.smithi120.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-11T08:24:40.516 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:24:40.562 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2024-09-11T08:24:40.562 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-11T08:24:40.562 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-11T08:24:40.562 INFO:teuthology.orchestra.run.smithi130.stdout:} 2024-09-11T08:24:40.579 DEBUG:teuthology.orchestra.run.smithi120:> sudo mkdir -p /etc/ceph 2024-09-11T08:24:40.595 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2024-09-11T08:24:40.612 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 777 /etc/ceph 2024-09-11T08:24:40.627 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2024-09-11T08:24:40.641 INFO:tasks.cephadm:Writing seed config... 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T08:24:40.642 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T08:24:40.643 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T08:24:40.643 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T08:24:40.643 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:24:40.643 DEBUG:teuthology.orchestra.run.smithi120:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T08:24:40.650 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 = 35bb7814-7017-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:24:40.651 DEBUG:teuthology.orchestra.run.smithi120:mon.a> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T08:24:40.693 DEBUG:teuthology.orchestra.run.smithi120:mgr.y> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service 2024-09-11T08:24:40.695 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T08:24:40.695 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 35bb7814-7017-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.120 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:24:40.807 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Could not locate podman: podman not found 2024-09-11T08:24:40.807 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-09-11T08:24:40.807 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-09-11T08:24:40.807 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-09-11T08:24:40.807 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-11T08:24:40.813 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T08:24:40.814 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-11T08:24:40.821 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.821 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-11T08:24:40.825 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T08:24:40.825 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-11T08:24:40.831 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.831 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-11T08:24:40.835 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-09-11T08:24:40.836 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-09-11T08:24:40.841 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.841 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-09-11T08:24:40.846 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T08:24:40.846 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-09-11T08:24:40.851 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.852 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-09-11T08:24:40.858 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-11T08:24:40.858 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-09-11T08:24:40.864 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-11T08:24:40.864 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-09-11T08:24:40.864 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Repeating the final host check... 2024-09-11T08:24:40.864 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:podman|docker (/usr/bin/docker) is present 2024-09-11T08:24:40.865 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:systemctl is present 2024-09-11T08:24:40.865 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:lvcreate is present 2024-09-11T08:24:40.865 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-11T08:24:40.870 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T08:24:40.870 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-11T08:24:40.877 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.877 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-11T08:24:40.883 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T08:24:40.883 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-11T08:24:40.889 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.889 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-09-11T08:24:40.895 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-09-11T08:24:40.895 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-09-11T08:24:40.901 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.901 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-09-11T08:24:40.908 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T08:24:40.908 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-09-11T08:24:40.912 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-11T08:24:40.913 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-09-11T08:24:40.920 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-11T08:24:40.920 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-09-11T08:24:40.925 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-11T08:24:40.926 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-09-11T08:24:40.926 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Host looks OK 2024-09-11T08:24:40.926 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:root:Cluster fsid: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:40.926 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Acquiring lock 140683753416880 on /run/cephadm/35bb7814-7017-11ef-bcea-c7b262605968.lock 2024-09-11T08:24:40.926 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Lock 140683753416880 acquired on /run/cephadm/35bb7814-7017-11ef-bcea-c7b262605968.lock 2024-09-11T08:24:40.927 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Verifying IP 172.21.15.120 port 3300 ... 2024-09-11T08:24:40.927 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Verifying IP 172.21.15.120 port 6789 ... 2024-09-11T08:24:40.927 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.120, final addrv is [v2:172.21.15.120:3300,v1:172.21.15.120:6789] 2024-09-11T08:24:40.927 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/sbin/ip route ls 2024-09-11T08:24:40.930 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 2024-09-11T08:24:40.930 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.120 metric 100 2024-09-11T08:24:40.930 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-11T08:24:40.930 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.120 2024-09-11T08:24:40.930 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.120 metric 100 2024-09-11T08:24:40.931 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Mon IP 172.21.15.120 is in CIDR network 172.21.0.0/20 2024-09-11T08:24:40.932 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-09-11T08:24:40.932 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.0 2024-09-11T08:24:41.061 INFO:journalctl@ceph.mon.a.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:24:41.066 INFO:journalctl@ceph.mgr.y.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:24:44.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/docker:stdout v15.2.0: Pulling from ceph/ceph 2024-09-11T08:24:44.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Digest: sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60 2024-09-11T08:24:44.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Status: Image is up to date for ceph/ceph:v15.2.0 2024-09-11T08:24:44.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/docker:stdout docker.io/ceph/ceph:v15.2.0 2024-09-11T08:24:44.447 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-09-11T08:24:44.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-09-11T08:24:44.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-09-11T08:24:45.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-09-11T08:24:46.170 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Creating initial keys... 2024-09-11T08:24:46.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:24:46.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:24:47.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDPU+FmFtBpBhAAZl9uD/SabTOjdkO+slCuRw== 2024-09-11T08:24:47.653 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:24:47.653 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:24:48.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDQU+Fmk0DGIhAAm2UYfa2EAN7Jlfazcer7PQ== 2024-09-11T08:24:49.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-11T08:24:49.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-11T08:24:50.054 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDSU+FmiKEzAxAAcHGPyjYMAYV/xTJHThzdvA== 2024-09-11T08:24:50.608 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Creating initial monmap... 2024-09-11T08:24:50.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/tmp/ceph-tmp2ei2u9jo:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '35bb7814-7017-11ef-bcea-c7b262605968', '--addv', 'a', '[v2:172.21.15.120:3300,v1:172.21.15.120:6789]', '/tmp/monmap'] 2024-09-11T08:24:50.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /tmp/ceph-tmp2ei2u9jo:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 35bb7814-7017-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.120:3300,v1:172.21.15.120:6789] /tmp/monmap 2024-09-11T08:24:51.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T08:24:51.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:51.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T08:24:52.089 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Creating mon... 2024-09-11T08:24:52.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpgp_u5f0_:/tmp/keyring:z', '-v', '/tmp/ceph-tmp2ei2u9jo:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '35bb7814-7017-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:24:52.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpgp_u5f0_:/tmp/keyring:z -v /tmp/ceph-tmp2ei2u9jo:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 35bb7814-7017-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:24:53.065 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 1 imported monmap: 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-09-11T08:24:51.525873+0000 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-09-11T08:24:51.525873+0000 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon.a 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 0 /usr/bin/ceph-mon: set fsid to 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:53.066 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.052+0000 7f70b16756c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: DB SUMMARY 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-11T08:24:53.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.create_if_missing: 1 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.env: 0x56312d36c1a0 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.info_log: 0x56312dfc1a80 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:24:53.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:24:53.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.write_buffer_manager: 0x56312eb62120 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:24:53.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:24:53.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:24:53.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.056+0000 7f70b16756c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.073 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-11T08:24:53.074 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.074 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56312deea130) 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-09-11T08:24:53.075 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x56312df20510 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-09-11T08:24:53.076 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-09-11T08:24:53.077 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:24:53.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:24:53.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:24:53.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:24:53.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:24:53.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 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:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.060+0000 7f70b16756c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f70b16756c0 4 rocksdb: DB pointer 0x56312dfbb200 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f709a836700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f709a836700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:24:53.083 INFO:teuthology.orchestra.run.smithi120.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:24:53.083 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:24:53.084 INFO:teuthology.orchestra.run.smithi120.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:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.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:24:53.085 INFO:teuthology.orchestra.run.smithi120.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:24:53.085 INFO:teuthology.orchestra.run.smithi120.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:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:24:53.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.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:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.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:24:53.086 INFO:teuthology.orchestra.run.smithi120.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:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.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:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:24:53.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:24:53.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:24:53.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:24:53.087 INFO:teuthology.orchestra.run.smithi120.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:24:53.087 INFO:teuthology.orchestra.run.smithi120.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:24:53.087 INFO:teuthology.orchestra.run.smithi120.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:24:53.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:24:53.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-11T08:24:53.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f70b16756c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-11T08:24:53.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f70b16756c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-11T08:24:53.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-11T08:24:53.064+0000 7f70b16756c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-11T08:24:53.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:53.627 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-09-11T08:24:53.823 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-09-11T08:24:53.828 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-11T08:24:54.011 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-09-11T08:24:54.016 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-35bb7814-7017-11ef-bcea-c7b262605968.target 2024-09-11T08:24:54.023 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target. 2024-09-11T08:24:54.023 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target. 2024-09-11T08:24:54.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl start ceph-35bb7814-7017-11ef-bcea-c7b262605968.target 2024-09-11T08:24:54.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-11T08:24:54.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:24:54.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:24:54.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T08:24:54.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:24:54.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target.wants/ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968@.service. 2024-09-11T08:24:54.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl start ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:24:54.653 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-09-11T08:24:54.653 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for mon to start... 2024-09-11T08:24:54.653 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for mon... 2024-09-11T08:24:54.654 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-09-11T08:24:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:54 smithi120 docker[14460]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:24:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:54 smithi120 systemd[1]: Started Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:24:56.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:56 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.261357+0000 mon.a (mon.0) 0 : [INF] mkfs 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:56.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:56 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.253458+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.207059s) 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-09-11T08:24:56.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-09-11T08:24:56.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T08:24:56.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-09-11T08:24:56.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:57.093 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-09-11T08:24:57.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/35bb7814-7017-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:24:57.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/35bb7814-7017-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:24:57.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.259946+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:24:57.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.260265+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0]} 2024-09-11T08:24:57.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.263972+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T08:24:57.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.268043+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:24:57.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: cluster 2024-09-11T08:24:56.268601+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:24:57.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:57 smithi120 bash[14482]: audit 2024-09-11T08:24:56.466967+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.120:0/2301808605' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:24:58.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:58.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-09-11T08:24:58.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:24:58.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 3 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.120:3300,v1:172.21.15.120:6789] 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/cephadm/use_agent = False 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-11T08:24:58.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_mclock_profile = high_recovery_ops 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-09-11T08:24:58.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-09-11T08:24:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:58 smithi120 bash[14482]: audit 2024-09-11T08:24:58.291597+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.120:0/1267315300' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T08:24:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:24:58 smithi120 bash[14482]: audit 2024-09-11T08:24:58.297800+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.120:0/1267315300' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T08:24:58.901 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-09-11T08:24:58.902 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/35bb7814-7017-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:24:58.902 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z -v /var/lib/ceph/35bb7814-7017-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:25:00.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:00 smithi120 bash[14482]: audit 2024-09-11T08:25:00.023260+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.120:0/3304256380' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:25:00.627 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Restarting the monitor... 2024-09-11T08:25:00.627 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T08:25:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:00 smithi120 systemd[1]: Stopping Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:25:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:00 smithi120 bash[14482]: debug 2024-09-11T08:25:00.712+0000 7f67a298e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:25:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:00 smithi120 bash[14482]: debug 2024-09-11T08:25:00.712+0000 7f67a298e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T08:25:01.611 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Setting mon public_network... 2024-09-11T08:25:01.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/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:25:01.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/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:25:01.771 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 docker[14884]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:25:01.771 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-11T08:25:01.771 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 systemd[1]: Stopped Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:25:01.771 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 systemd[1]: Starting Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:25:01.772 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 docker[14922]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.a 2024-09-11T08:25:01.772 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:01 smithi120 systemd[1]: Started Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:25:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.948+0000 7f5be64ae6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.948+0000 7f5be64ae6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.948+0000 7f5be64ae6c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:25:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: DB SUMMARY 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 68929 ; 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.env: 0x561326aef1a0 2024-09-11T08:25:03.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.info_log: 0x5613275129a0 2024-09-11T08:25:03.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:25:03.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:25:03.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:25:03.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.write_buffer_manager: 0x5613280aca80 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:25:03.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:25:03.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.952+0000 7f5be64ae6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:25:03.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:25:03.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561327432138) 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: cache_index_and_filter_blocks: 1 2024-09-11T08:25:03.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: pin_top_level_index_and_filter: 1 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: index_type: 0 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: data_block_index_type: 0 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: hash_index_allow_collision: 1 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: checksum: 1 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: no_block_cache: 0 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_cache: 0x561327468610 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_cache_name: BinnedLRUCache 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_cache_options: 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: capacity : 536870912 2024-09-11T08:25:03.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: num_shard_bits : 4 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: strict_capacity_limit : 0 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: high_pri_pool_ratio: 0.000 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_cache_compressed: (nil) 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: persistent_cache: (nil) 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_size: 4096 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_size_deviation: 10 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_restart_interval: 16 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: index_block_restart_interval: 1 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: metadata_block_size: 4096 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: partition_filters: 0 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: use_delta_encoding: 1 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: whole_key_filtering: 1 2024-09-11T08:25:03.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: verify_compression: 0 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: read_amp_bytes_per_bit: 0 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: format_version: 2 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: enable_index_compression: 1 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: block_align: 0 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:25:03.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:25:03.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:25:03.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:25:03.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:25:03.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:25:03.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:25:03.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:25:03.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 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:25:03.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-11T08:25:03.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043102961714, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043102963062, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66034, "table_properties": {"data_size": 64329, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59345, "raw_average_value_size": 320, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.956+0000 7f5be64ae6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.960+0000 7f5be64ae6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043102964074, "job": 1, "event": "recovery_finished"} 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.960+0000 7f5be64ae6c0 4 rocksdb: DB pointer 0x561327503200 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.960+0000 7f5bcd5fb700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.960+0000 7f5bcd5fb700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** DB Stats ** 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:25:03.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** Compaction Stats [default] ** 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: L0 2/0 66.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Sum 2/0 66.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** Compaction Stats [default] ** 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:25:03.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Cumulative compaction: 0.00 GB write, 9.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Interval compaction: 0.00 GB write, 9.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** Compaction Stats [default] ** 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: L0 2/0 66.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Sum 2/0 66.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** Compaction Stats [default] ** 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 65.7 0.00 0.00 1 0.001 0 0 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: Cumulative compaction: 0.00 GB write, 9.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] at bind addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 1 mon.a@-1(???) e1 preinit fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).mds e1 new map 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).mds e1 print_map 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: e1 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 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:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: legacy client fscid: -1 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: No filesystems configured 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:25:03.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: audit 2024-09-11T08:25:00.023260+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.120:0/3304256380' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:02 smithi120 bash[14933]: debug 2024-09-11T08:25:02.964+0000 7f5be64ae6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:03 smithi120 bash[14933]: cluster 2024-09-11T08:25:02.975501+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:03 smithi120 bash[14933]: cluster 2024-09-11T08:25:02.975590+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0]} 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:03 smithi120 bash[14933]: cluster 2024-09-11T08:25:02.975646+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:03 smithi120 bash[14933]: cluster 2024-09-11T08:25:02.975678+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T08:25:03.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:03 smithi120 bash[14933]: cluster 2024-09-11T08:25:02.976192+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T08:25:03.877 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Creating mgr... 2024-09-11T08:25:03.879 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-11T08:25:04.074 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:25:04.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:25:04.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-11T08:25:04.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:25:04.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968.target.wants/ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service -> /etc/systemd/system/ceph-35bb7814-7017-11ef-bcea-c7b262605968@.service. 2024-09-11T08:25:04.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:04 smithi120 bash[14933]: audit 2024-09-11T08:25:03.222367+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.120:0/3107424329' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-11T08:25:04.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:04 smithi120 bash[14933]: audit 2024-09-11T08:25:03.227584+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.120:0/3107424329' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-11T08:25:04.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: systemctl start ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y 2024-09-11T08:25:04.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for mgr to start... 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for mgr... 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:25:04.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:25:04.683 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:04 smithi120 docker[15174]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.y 2024-09-11T08:25:04.683 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:04 smithi120 systemd[1]: Started Ceph mgr.y for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:25:06.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:25:06.067 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "35bb7814-7017-11ef-bcea-c7b262605968", 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:06.068 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:25:06.069 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:06.070 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:25:06.071 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:06.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:24:56.261887+0000", 2024-09-11T08:25:06.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:06.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:06.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:25:06.072 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:06.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:06 smithi120 bash[14933]: audit 2024-09-11T08:25:06.060934+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.120:0/1683163579' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:25:06.705 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-09-11T08:25:07.707 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:25:07.707 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:25:08.991 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "35bb7814-7017-11ef-bcea-c7b262605968", 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:08.992 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 6, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:25:08.993 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.994 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.995 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:24:56.261887+0000", 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:25:08.996 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:09 smithi120 bash[14933]: audit 2024-09-11T08:25:08.987207+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.120:0/984414078' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:25:09.576 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-09-11T08:25:10.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-11T08:25:10.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-11T08:25:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: cluster 2024-09-11T08:25:10.057146+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-11T08:25:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: cluster 2024-09-11T08:25:10.060437+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00349602s) 2024-09-11T08:25:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: audit 2024-09-11T08:25:10.063221+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: audit 2024-09-11T08:25:10.063440+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:10.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: audit 2024-09-11T08:25:10.063648+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:10.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: audit 2024-09-11T08:25:10.064238+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:10.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: audit 2024-09-11T08:25:10.064864+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:10.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:10 smithi120 bash[14933]: cluster 2024-09-11T08:25:10.069282+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.083722+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' 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:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.509059+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' 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:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: cluster 2024-09-11T08:25:10.509144+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.510847+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.520141+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"1cc6275a-7a6c-4ca4-aae8-15d51f83a4b9"}]: dispatch 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.522497+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"1cc6275a-7a6c-4ca4-aae8-15d51f83a4b9"}]': finished 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.523190+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"0f31a94f-756a-483a-9398-736ea7191b0e"}]: dispatch 2024-09-11T08:25:11.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: audit 2024-09-11T08:25:10.527647+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"0f31a94f-756a-483a-9398-736ea7191b0e"}]': finished 2024-09-11T08:25:11.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:11 smithi120 bash[14933]: cluster 2024-09-11T08:25:11.070037+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.01308s) 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "35bb7814-7017-11ef-bcea-c7b262605968", 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-11T08:25:12.749 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 9, 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-11T08:25:12.750 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-11T08:25:12.751 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-11T08:25:12.754 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-11T08:25:12.754 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:12.755 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-11T08:25:12.756 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-11T08:25:12.757 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-11T08:24:56.261887+0000", 2024-09-11T08:25:12.757 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-11T08:25:12.757 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:12.757 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-11T08:25:12.757 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:12.790 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:12 smithi120 bash[14933]: audit 2024-09-11T08:25:11.513994+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.120:0/2493939670' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T08:25:12.790 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:12 smithi120 bash[14933]: cluster 2024-09-11T08:25:11.514136+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T08:25:12.790 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:12 smithi120 bash[14933]: audit 2024-09-11T08:25:11.523582+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:25:12.790 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:12 smithi120 bash[14933]: audit 2024-09-11T08:25:12.403791+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:25:13.313 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Enabling cephadm module... 2024-09-11T08:25:13.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-09-11T08:25:13.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-09-11T08:25:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:13 smithi120 bash[14933]: cluster 2024-09-11T08:25:12.523830+0000 mon.a (mon.0) 31 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-11T08:25:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:13 smithi120 bash[14933]: audit 2024-09-11T08:25:12.744869+0000 mon.a (mon.0) 32 : audit [DBG] from='client.? 172.21.15.120:0/2200395930' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T08:25:15.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:14 smithi120 bash[14933]: audit 2024-09-11T08:25:14.722172+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.120:0/2095331787' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T08:25:15.183 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:14 smithi120 bash[15195]: ignoring --setuser ceph since I am not root 2024-09-11T08:25:15.183 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:14 smithi120 bash[15195]: ignoring --setgroup ceph since I am not root 2024-09-11T08:25:15.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-11T08:25:15.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-11T08:25:16.150 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:15 smithi120 bash[14933]: audit 2024-09-11T08:25:14.776042+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.120:0/2095331787' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T08:25:16.150 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:15 smithi120 bash[14933]: cluster 2024-09-11T08:25:14.776114+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-09-11T08:25:16.714 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:6800", 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2811621442 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:6801", 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2811621442 2024-09-11T08:25:16.715 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.120:6801/2811621442", 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-11T08:25:10.056930+0000", 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:25:16.716 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:25:17.078 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.079 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.080 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.081 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.082 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.083 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.084 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-11T08:25:17.085 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-11T08:25:17.086 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-11T08:25:17.087 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-11T08:25:17.088 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-11T08:25:17.089 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-11T08:25:17.090 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.091 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.092 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.093 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.094 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.095 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.096 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:17.097 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.098 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.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:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-11T08:25:17.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-11T08:25:17.100 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.101 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.102 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.103 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.104 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.105 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.106 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:17.107 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.108 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.109 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.110 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.111 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T08:25:17.112 INFO:teuthology.orchestra.run.smithi120.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:25:17.112 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T08:25:17.113 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.114 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.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:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.115 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.116 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.117 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.118 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.119 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.120 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.121 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.122 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.123 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.124 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-11T08:25:17.125 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-11T08:25:17.126 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-11T08:25:17.127 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.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:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.128 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.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:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.129 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.130 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.133 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.134 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.135 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.136 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.137 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.138 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.140 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T08:25:17.141 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T08:25:17.142 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T08:25:17.143 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T08:25:17.144 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T08:25:17.145 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T08:25:17.146 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T08:25:17.147 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.148 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.149 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-11T08:25:17.150 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T08:25:17.151 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T08:25:17.152 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.153 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-11T08:25:17.154 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T08:25:17.155 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T08:25:17.156 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T08:25:17.157 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T08:25:17.158 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.159 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.160 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.161 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.162 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T08:25:17.163 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.164 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.165 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-11T08:25:17.166 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.167 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.168 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.169 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.170 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.171 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-11T08:25:17.172 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-11T08:25:17.173 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-11T08:25:17.174 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T08:25:17.175 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.176 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.177 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.178 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-11T08:25:17.179 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-11T08:25:17.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.181 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.182 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.183 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.184 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.185 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.186 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.187 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.188 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.189 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.190 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.192 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.193 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-11T08:25:17.194 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.195 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.196 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-11T08:25:17.197 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.198 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.199 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.200 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.201 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.202 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.203 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.204 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.205 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.206 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:25:17.207 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.208 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.209 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.210 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-11T08:25:17.211 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.212 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.213 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.214 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.215 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.216 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.217 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.218 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.219 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.220 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.221 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-11T08:25:17.222 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:17.223 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.224 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.225 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.226 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.227 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.228 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:25:17.229 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-11T08:25:17.230 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:25:17.231 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-11T08:25:17.232 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:25:17.233 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-11T08:25:17.234 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.235 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.236 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.237 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.238 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.239 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.240 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-11T08:25:17.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-11T08:25:17.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-11T08:25:17.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:25:17.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-11T08:25:17.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-11T08:25:17.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-11T08:25:17.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-11T08:25:17.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-11T08:25:17.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-11T08:25:17.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-11T08:25:17.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:17.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:17.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:17.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-11T08:25:17.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-11T08:25:17.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-11T08:25:17.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:17.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3980665626 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:17.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2239653476 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 758680587 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:17.400 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:16 smithi120 bash[14933]: audit 2024-09-11T08:25:16.705323+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.120:0/1028544415' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:25:17.401 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-11T08:25:17.401 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-09-11T08:25:17.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-11T08:25:17.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-11T08:25:20.131 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:20.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-09-11T08:25:20.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-11T08:25:20.132 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:20.348 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: cluster 2024-09-11T08:25:19.054118+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:25:20.348 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: cluster 2024-09-11T08:25:19.055026+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-09-11T08:25:20.348 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: cluster 2024-09-11T08:25:19.060771+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: cluster 2024-09-11T08:25:19.111127+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0562466s) 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.114485+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.115759+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.116101+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.116386+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.117021+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.118374+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.118942+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: cluster 2024-09-11T08:25:19.123163+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-09-11T08:25:20.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:19.163570+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:25:20.350 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:20 smithi120 bash[14933]: audit 2024-09-11T08:25:20.051489+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:25:20.769 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-09-11T08:25:20.769 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-09-11T08:25:20.769 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-09-11T08:25:21.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:21 smithi120 bash[14933]: cluster 2024-09-11T08:25:20.114448+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.05955s) 2024-09-11T08:25:22.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:22 smithi120 bash[14933]: cluster 2024-09-11T08:25:21.119908+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-11T08:25:22.921 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Generating ssh key... 2024-09-11T08:25:22.922 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-09-11T08:25:22.922 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-09-11T08:25:23.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:23 smithi120 bash[14933]: audit 2024-09-11T08:25:22.233348+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:25:23.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:23 smithi120 bash[14933]: audit 2024-09-11T08:25:22.236555+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-11T08:25:23.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:23 smithi120 bash[14933]: audit 2024-09-11T08:25:22.240068+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-11T08:25:24.746 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[14933]: audit 2024-09-11T08:25:24.480229+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA4YwcrQwWLoTsgjCYc9XQoNWEsJRKDsphxobSPgs/5XjuR5duQdI8\nDcpejOX+cGmrE4W956dFSEBWQL7Ma9mqHs1KwV4DgnsgkQ7MztlIIvqbSb1OGkp9Kec68T\n1yMfPwm7EFiQG+eYLolAGifu+mwA2+ws8NpGfXZckFtHTEvKwccxPneooNRalMGHeOqNVz\nyH7D071lsal35NgBOZn9TRAbsHbgvr3cOOa2d5GC3kSPh1cZPomS65WSsINR/DBxJazTiJ\nPjHcyEnCTWaoNsjqB37ZN1btJYbJXQg3TyHL7VlnCFbPm5Wy4zZw2CVXMlprZOqTBWL0Nb\nMlOY+CPwT0bCWo2fHdT7vOU55uit/cBfTK/nH1Rz3VbNadifpf+NOwEiVly/Eb/O/zTayq\n+eRcaLVcJxfVnkzVZS8gNYwmDtPD6RxrKj1vGxv3g08wai+9paBENR5Zit4qeYxGO9wlkN\nBerIueUyhfmD3wol8LRIdaoZ35md+kcyVkGeeqrnAAAFoF1x30hdcd9IAAAAB3NzaC1yc2\nEAAAGBAOGMHK0MFi6E7IIwmHPV0KDVhLCUSg7KYcaG0j4LP+V47keXbkHSPA3KXozl/nBp\nqxOFveenRUhAVkC+zGvZqh7NSsFeA4J7IJEOzM7ZSCL6m0m9ThpKfSnnOvE9cjHz8JuxBY\nkBvnmC6JQBon7vpsANvsLPDaRn12XJBbR0xLysHHMT53qKDUWpTBh3jqjVc8h+w9O9ZbGp\nd+TYATmZ/U0QG7B24L693DjmtneRgt5Ej4dXGT6JkuuVkrCDUfwwcSWs04iT4x3MhJwk1m\nqDbI6gd+2TdW7SWGyV0IN08hy+1ZZwhWz5uVsuM2cNglVzJaa2TqkwVi9DWzJTmPgj8E9G\nwlqNnx3U+7zlOeborf3AX0yv5x9Uc91WzWnYn6X/jTsBIlZcvxG/zv802sqvnkXGi1XCcX\n1Z5M1WUvIDWMJg7Tw+kcayo9bxsb94NPMGovvaWgRDUeWYreKnmMRjvcJZDQXqyLnlMoX5\ng98KJfC0SHWqGd+ZnfpHMlZBnnqq5wAAAAMBAAEAAAGAV9Bhac6G5F3EZ3vcH11j+Pqoys\ncxfki1gMIFITroCcPnoeAHgYEE+KmN3nW9dq7teJBdu8+YXeUOr+6ZUHRSk+OB839TBn5B\n07hbbT2TpGrGAxO9UOcnjCUHAd3WlDRRvYxSh2Eyc8TQIK/yQFG2LpgraVWMDjKP3oVBv1\nynLH4mJXfebAtL149unSgPVxSkG6+fNtVKvr0ofOTMtUyLHnHjFfVy01DAaTcKW8s/lKJE\n74Ctx3dwyGBX2HmIdhO1fqZnVz7v4/9d9VHh+LBDM9xKr7OGubTlq0n0PAl7+pCd/ughwT\n9b4nbyfx0LSUoNpupjvfMQfSAIAdZhr955HfuYYzeKqVX/iLLXM2cx9QhMSHoHAU4PbSSk\ndROyjtJSUEjjzgsKqrES34JCgHGCJem1KFDuCZp0hHmfkNo6Lf1ML1/6wR9a7ByhI8VKBZ\n1aCj9nakv4T/5heVDEbtJI4hhoAYN02Prm1uRSL2BpgEHX59Cw0/C+MYF10tj/K2dBAAAA\nwQCfge4rLFq1GrYUddYR+2s8TLY2mwm3sEc83/TN0a//GYHFYRJEqSFsrvzmE3Wgf5UjvG\ne7nf1LuRk188AErNx5g/HTQjfq4nUOiF7wXqhRGXveHb2LzNO1kneQ2dwa5bH318eAiLhw\nmjvzFmF263ivbpPsjVyqAdiZ1c/ZPm6t0+a6PAhnriDAWv2epB4t0y38NVSvbHyrhAWQ6T\nKXkHjErvQRbH+xppL8ue25WTcvqqU/eC7cO+6WuXOl13NWObYAAADBAPkI/llOELLY1ykH\nNOzY0AjE0cMfOoLvyfMOWlWbKgxu2UQJQVUWsy5qm2x0h9hV6rQou4RKO5hFiBXdSboj3n\n34GaGEv2aqZbrPTnVWsUdPUwYnein6UrEg+OKV4OTexEg3y6jpYIhsQavxbrCTsMOvMi16\nNrfqDOFEeHan8mzNZYYuzTtoGofuVHpwUlfgyOyl0DPgomn9GEsT/7hdzrBOD6HkGcCPn6\nfJRtnnLFEXXfa0iatKhVxA9mzV2ukUbwAAAMEA59r0Jlc1JwQxMfGIgNB/L3WmIDLAREI8\nmq6DuUA8zmkFrWaTvajcqRBGkjg8rr5enWSnaEB0uUI84SnnUZU6qsYRMo3Z98WQ2B/LCO\nxFEVt76gGWny28khBUxZ+xmyeYkEVswrtmBg7pQtaQooQ+f+zwO5rMBcNWERb9aWZyFzeG\nyAn3qSsIVK0b2drW5go0XBVCUonoeF7FJrQqzzJIR4aIv7E4LgeZgwSGLuM8t4m7Poq571\njTpgOXkckCfb0JAAAAKWNlcGgtMzViYjc4MTQtNzAxNy0xMWVmLWJjZWEtYzdiMjYyNjA1\nOTY4AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:25:24.746 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[14933]: audit 2024-09-11T08:25:24.484089+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA4YwcrQwWLoTsgjCYc9XQoNWEsJRKDsphxobSPgs/5XjuR5duQdI8\nDcpejOX+cGmrE4W956dFSEBWQL7Ma9mqHs1KwV4DgnsgkQ7MztlIIvqbSb1OGkp9Kec68T\n1yMfPwm7EFiQG+eYLolAGifu+mwA2+ws8NpGfXZckFtHTEvKwccxPneooNRalMGHeOqNVz\nyH7D071lsal35NgBOZn9TRAbsHbgvr3cOOa2d5GC3kSPh1cZPomS65WSsINR/DBxJazTiJ\nPjHcyEnCTWaoNsjqB37ZN1btJYbJXQg3TyHL7VlnCFbPm5Wy4zZw2CVXMlprZOqTBWL0Nb\nMlOY+CPwT0bCWo2fHdT7vOU55uit/cBfTK/nH1Rz3VbNadifpf+NOwEiVly/Eb/O/zTayq\n+eRcaLVcJxfVnkzVZS8gNYwmDtPD6RxrKj1vGxv3g08wai+9paBENR5Zit4qeYxGO9wlkN\nBerIueUyhfmD3wol8LRIdaoZ35md+kcyVkGeeqrnAAAFoF1x30hdcd9IAAAAB3NzaC1yc2\nEAAAGBAOGMHK0MFi6E7IIwmHPV0KDVhLCUSg7KYcaG0j4LP+V47keXbkHSPA3KXozl/nBp\nqxOFveenRUhAVkC+zGvZqh7NSsFeA4J7IJEOzM7ZSCL6m0m9ThpKfSnnOvE9cjHz8JuxBY\nkBvnmC6JQBon7vpsANvsLPDaRn12XJBbR0xLysHHMT53qKDUWpTBh3jqjVc8h+w9O9ZbGp\nd+TYATmZ/U0QG7B24L693DjmtneRgt5Ej4dXGT6JkuuVkrCDUfwwcSWs04iT4x3MhJwk1m\nqDbI6gd+2TdW7SWGyV0IN08hy+1ZZwhWz5uVsuM2cNglVzJaa2TqkwVi9DWzJTmPgj8E9G\nwlqNnx3U+7zlOeborf3AX0yv5x9Uc91WzWnYn6X/jTsBIlZcvxG/zv802sqvnkXGi1XCcX\n1Z5M1WUvIDWMJg7Tw+kcayo9bxsb94NPMGovvaWgRDUeWYreKnmMRjvcJZDQXqyLnlMoX5\ng98KJfC0SHWqGd+ZnfpHMlZBnnqq5wAAAAMBAAEAAAGAV9Bhac6G5F3EZ3vcH11j+Pqoys\ncxfki1gMIFITroCcPnoeAHgYEE+KmN3nW9dq7teJBdu8+YXeUOr+6ZUHRSk+OB839TBn5B\n07hbbT2TpGrGAxO9UOcnjCUHAd3WlDRRvYxSh2Eyc8TQIK/yQFG2LpgraVWMDjKP3oVBv1\nynLH4mJXfebAtL149unSgPVxSkG6+fNtVKvr0ofOTMtUyLHnHjFfVy01DAaTcKW8s/lKJE\n74Ctx3dwyGBX2HmIdhO1fqZnVz7v4/9d9VHh+LBDM9xKr7OGubTlq0n0PAl7+pCd/ughwT\n9b4nbyfx0LSUoNpupjvfMQfSAIAdZhr955HfuYYzeKqVX/iLLXM2cx9QhMSHoHAU4PbSSk\ndROyjtJSUEjjzgsKqrES34JCgHGCJem1KFDuCZp0hHmfkNo6Lf1ML1/6wR9a7ByhI8VKBZ\n1aCj9nakv4T/5heVDEbtJI4hhoAYN02Prm1uRSL2BpgEHX59Cw0/C+MYF10tj/K2dBAAAA\nwQCfge4rLFq1GrYUddYR+2s8TLY2mwm3sEc83/TN0a//GYHFYRJEqSFsrvzmE3Wgf5UjvG\ne7nf1LuRk188AErNx5g/HTQjfq4nUOiF7wXqhRGXveHb2LzNO1kneQ2dwa5bH318eAiLhw\nmjvzFmF263ivbpPsjVyqAdiZ1c/ZPm6t0+a6PAhnriDAWv2epB4t0y38NVSvbHyrhAWQ6T\nKXkHjErvQRbH+xppL8ue25WTcvqqU/eC7cO+6WuXOl13NWObYAAADBAPkI/llOELLY1ykH\nNOzY0AjE0cMfOoLvyfMOWlWbKgxu2UQJQVUWsy5qm2x0h9hV6rQou4RKO5hFiBXdSboj3n\n34GaGEv2aqZbrPTnVWsUdPUwYnein6UrEg+OKV4OTexEg3y6jpYIhsQavxbrCTsMOvMi16\nNrfqDOFEeHan8mzNZYYuzTtoGofuVHpwUlfgyOyl0DPgomn9GEsT/7hdzrBOD6HkGcCPn6\nfJRtnnLFEXXfa0iatKhVxA9mzV2ukUbwAAAMEA59r0Jlc1JwQxMfGIgNB/L3WmIDLAREI8\nmq6DuUA8zmkFrWaTvajcqRBGkjg8rr5enWSnaEB0uUI84SnnUZU6qsYRMo3Z98WQ2B/LCO\nxFEVt76gGWny28khBUxZ+xmyeYkEVswrtmBg7pQtaQooQ+f+zwO5rMBcNWERb9aWZyFzeG\nyAn3qSsIVK0b2drW5go0XBVCUonoeF7FJrQqzzJIR4aIv7E4LgeZgwSGLuM8t4m7Poq571\njTpgOXkckCfb0JAAAAKWNlcGgtMzViYjc4MTQtNzAxNy0xMWVmLWJjZWEtYzdiMjYyNjA1\nOTY4AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-11T08:25:24.746 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[14933]: audit 2024-09-11T08:25:24.485088+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-11T08:25:24.746 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[14933]: audit 2024-09-11T08:25:24.488467+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968\n"}]': finished 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: Generating public/private rsa key pair. 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: Your identification has been saved in /tmp/tmpfwctm4g7/key. 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: Your public key has been saved in /tmp/tmpfwctm4g7/key.pub. 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: The key fingerprint is: 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: SHA256:q4e7cpd5aDzC3npOcexGVHdB1tQ+3jaInLKJFw9+O3c ceph-35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: The key's randomart image is: 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: +---[RSA 3072]----+ 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | . o=*| 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | . ...o| 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | . . | 2024-09-11T08:25:24.747 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | o ..| 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | S = o o o| 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | X + . oo| 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | . o=+X ..| 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | . ==@*.+ . E | 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: | +*@+o..+ . | 2024-09-11T08:25:24.748 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:24 smithi120 bash[15195]: +----[SHA256]-----+ 2024-09-11T08:25:25.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-09-11T08:25:25.191 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-09-11T08:25:25.536 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:25 smithi120 bash[14933]: audit 2024-09-11T08:25:24.354836+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:25:25.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:25 smithi120 bash[14933]: cephadm 2024-09-11T08:25:24.355294+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-09-11T08:25:26.656 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:27.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:26 smithi120 bash[14933]: audit 2024-09-11T08:25:26.654846+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:25:27.261 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:25:27.261 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-09-11T08:25:27.261 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Adding host smithi120... 2024-09-11T08:25:27.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi120'] 2024-09-11T08:25:27.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi120 2024-09-11T08:25:28.983 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:28 smithi120 bash[15195]: Warning: Permanently added 'smithi120,172.21.15.120' (ECDSA) to the list of known hosts. 2024-09-11T08:25:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:28 smithi120 bash[14933]: audit 2024-09-11T08:25:28.683842+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:29.689 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi120' 2024-09-11T08:25:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: audit 2024-09-11T08:25:29.301367+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"smithi120\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:25:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: audit 2024-09-11T08:25:29.305857+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"smithi120\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:25:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: cephadm 2024-09-11T08:25:29.306625+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi120 2024-09-11T08:25:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: audit 2024-09-11T08:25:29.581902+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:25:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: audit 2024-09-11T08:25:29.584510+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:25:30.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:29 smithi120 bash[14933]: audit 2024-09-11T08:25:29.585683+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:25:30.535 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Enabling the dashboard module... 2024-09-11T08:25:30.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-09-11T08:25:30.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-09-11T08:25:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:30 smithi120 bash[14933]: audit 2024-09-11T08:25:30.051472+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:30.049229\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:30.050816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:30.050922\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:25:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:30 smithi120 bash[14933]: audit 2024-09-11T08:25:30.055415+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:30.049229\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:30.050816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:30.050922\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:25:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:30 smithi120 bash[14933]: audit 2024-09-11T08:25:30.056263+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.120:0/795754766' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:25:33.123 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:32 smithi120 bash[14933]: audit 2024-09-11T08:25:32.742551+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.120:0/3079674784' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T08:25:33.123 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:32 smithi120 bash[15195]: ignoring --setuser ceph since I am not root 2024-09-11T08:25:33.123 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:32 smithi120 bash[15195]: ignoring --setgroup ceph since I am not root 2024-09-11T08:25:33.873 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-11T08:25:33.873 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-11T08:25:34.088 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:33 smithi120 bash[14933]: audit 2024-09-11T08:25:32.799424+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.120:0/3079674784' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T08:25:34.088 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:33 smithi120 bash[14933]: cluster 2024-09-11T08:25:32.799545+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 13s) 2024-09-11T08:25:35.842 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:35.842 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-09-11T08:25:35.842 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:6800", 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 24545198 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:6801", 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 24545198 2024-09-11T08:25:35.843 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.120:6801/24545198", 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-11T08:25:19.054858+0000", 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-11T08:25:35.844 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-11T08:25:35.845 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.241 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.242 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.243 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.244 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.245 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.246 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.247 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.248 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.249 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-11T08:25:36.250 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-11T08:25:36.251 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.252 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.253 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.254 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.255 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.256 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.257 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-11T08:25:36.258 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.259 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-11T08:25:36.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.260 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.261 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-11T08:25:36.262 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-11T08:25:36.263 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.264 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.265 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-11T08:25:36.266 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.267 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-11T08:25:36.268 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.269 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.270 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.271 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.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:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.272 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.273 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.274 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-11T08:25:36.275 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.276 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.277 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.278 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.279 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.280 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.281 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.282 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.283 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.284 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.286 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.287 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.288 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.289 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.290 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.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:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.291 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.292 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-11T08:25:36.293 INFO:teuthology.orchestra.run.smithi120.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:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.294 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.295 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.296 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:36.297 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.298 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.299 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.300 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.301 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.302 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.303 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.304 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.305 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-11T08:25:36.306 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-11T08:25:36.307 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.308 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.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:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.309 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.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:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.310 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.311 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.312 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.313 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.314 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.315 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.316 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.317 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.318 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.319 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.320 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.321 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.322 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.323 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.324 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.325 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.326 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.327 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-11T08:25:36.328 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.329 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-11T08:25:36.330 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-11T08:25:36.331 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-11T08:25:36.332 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.333 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.334 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.335 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-11T08:25:36.336 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-11T08:25:36.337 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-11T08:25:36.338 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.339 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-11T08:25:36.340 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-11T08:25:36.341 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-11T08:25:36.342 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-11T08:25:36.343 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-11T08:25:36.344 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-11T08:25:36.345 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.346 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.347 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.348 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.349 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-11T08:25:36.350 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.351 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.352 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.353 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.354 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.355 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.356 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.357 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.358 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.359 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.360 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.361 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.362 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-11T08:25:36.363 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.364 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.365 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.366 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.367 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.368 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.369 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.370 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.371 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-11T08:25:36.372 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.373 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-11T08:25:36.374 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.375 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.376 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.377 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:25:36.378 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.379 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.380 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.381 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.382 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.383 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.384 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.385 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-11T08:25:36.386 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-11T08:25:36.387 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-11T08:25:36.388 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-11T08:25:36.389 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.390 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.391 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.393 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.394 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.395 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.396 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.397 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.398 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.399 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.400 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.401 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.402 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.403 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.404 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-11T08:25:36.405 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.406 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.407 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.408 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.409 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.410 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.411 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.412 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.413 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.414 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-11T08:25:36.415 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.416 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.417 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.418 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.419 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.420 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.421 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.422 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.423 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.424 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.425 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.426 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.427 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.428 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.429 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.430 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.431 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.432 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.433 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.434 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.435 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.436 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.436 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.436 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.436 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.436 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.437 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.438 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.439 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.440 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.441 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.442 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.443 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.444 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.445 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.446 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.447 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.448 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.449 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.449 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.449 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.449 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.449 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.450 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.451 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.452 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.453 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.453 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.453 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.453 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.453 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.454 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.455 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.455 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.455 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.455 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.455 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-11T08:25:36.457 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.458 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.459 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.459 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-11T08:25:36.459 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.459 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.459 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.460 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-11T08:25:36.461 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-11T08:25:36.462 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.463 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-11T08:25:36.464 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.464 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.464 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.464 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.464 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.465 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.466 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.467 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.468 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.469 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.470 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.471 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.472 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.473 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.474 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.475 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.476 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.477 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.478 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.479 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.480 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.481 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.482 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.483 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.484 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.485 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.486 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.487 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.488 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.489 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.490 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.491 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.492 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-11T08:25:36.493 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.494 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-11T08:25:36.495 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.496 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.497 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.498 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.499 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.500 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.501 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.502 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.503 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.504 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.505 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.506 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.507 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.508 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.509 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.510 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.511 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.512 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.513 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.514 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.515 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.516 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.517 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-11T08:25:36.518 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-11T08:25:36.519 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.520 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.521 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.522 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.523 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.524 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.525 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.526 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.527 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.528 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.529 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.530 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.531 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.532 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.533 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.534 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.535 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.536 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.537 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.538 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.539 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.540 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.541 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.542 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.543 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.544 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.545 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.548 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.548 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.549 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.550 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.551 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.552 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.553 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.554 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.555 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.556 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.557 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.558 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.559 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.560 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.561 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.562 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.563 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.564 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.565 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.566 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.567 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-11T08:25:36.568 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-11T08:25:36.569 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.570 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.571 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.572 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.573 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.574 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.575 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-11T08:25:36.576 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.577 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.578 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.579 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.580 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.581 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.582 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.583 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.584 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.585 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.586 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.587 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.588 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.589 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.590 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.591 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.592 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.593 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.594 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.595 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.596 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.597 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.598 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.599 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.599 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.599 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.599 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.599 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.600 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.601 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.602 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.603 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.604 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.605 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-11T08:25:36.605 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-11T08:25:36.605 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-11T08:25:36.605 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-11T08:25:36.605 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.606 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.607 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.608 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.609 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.610 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.611 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-11T08:25:36.612 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-11T08:25:36.613 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-11T08:25:36.614 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.615 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.616 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.617 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-11T08:25:36.618 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-11T08:25:36.619 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-11T08:25:36.620 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1018064420 2024-09-11T08:25:36.621 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3461119148 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.622 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.120:0", 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2194947908 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.623 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:36.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:35 smithi120 bash[14933]: audit 2024-09-11T08:25:35.836094+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.120:0/2854345474' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-11T08:25:36.624 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-11T08:25:36.624 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-09-11T08:25:36.624 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-11T08:25:36.624 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-11T08:25:37.683 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:37 smithi120 bash[15195]: Warning: Permanently added 'smithi120,172.21.15.120' (ECDSA) to the list of known hosts. 2024-09-11T08:25:38.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-11T08:25:38.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-09-11T08:25:38.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-11T08:25:38.180 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-11T08:25:38.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: cluster 2024-09-11T08:25:37.107769+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-09-11T08:25:38.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: cluster 2024-09-11T08:25:37.108586+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-09-11T08:25:38.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: cluster 2024-09-11T08:25:37.111976+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T08:25:38.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: cluster 2024-09-11T08:25:37.163436+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0550009s) 2024-09-11T08:25:38.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.167010+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.168521+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.168917+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.169261+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.170116+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.172162+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.172852+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.173482+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.173982+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:25:38.410 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.174369+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:25:38.411 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.174683+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:25:38.411 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: cluster 2024-09-11T08:25:37.177236+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-09-11T08:25:38.411 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:37.214574+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:25:38.411 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:38 smithi120 bash[14933]: audit 2024-09-11T08:25:38.125598+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:25:38.852 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-09-11T08:25:38.852 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-09-11T08:25:38.852 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-09-11T08:25:39.398 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:39 smithi120 bash[14933]: audit 2024-09-11T08:25:38.131326+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:25:39.398 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:39 smithi120 bash[14933]: cluster 2024-09-11T08:25:38.165257+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.05683s) 2024-09-11T08:25:39.398 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:39 smithi120 bash[14933]: audit 2024-09-11T08:25:38.861650+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:38.860856\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:25:39.398 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:39 smithi120 bash[14933]: audit 2024-09-11T08:25:38.863929+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:38.860856\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:25:39.398 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:39 smithi120 bash[14933]: audit 2024-09-11T08:25:38.864784+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:25:41.139 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-09-11T08:25:41.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:40 smithi120 bash[14933]: cluster 2024-09-11T08:25:39.869011+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-11T08:25:42.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:41 smithi120 bash[14933]: audit 2024-09-11T08:25:41.049640+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:25:42.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:41 smithi120 bash[14933]: audit 2024-09-11T08:25:41.128876+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDCSTgy8OVFYI1O+Wc8FoSEMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDA5MTEwODI1\nNDFaFw0zNDA5MDkwODI1NDFaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALzaoDVS\nBw/GHkNZ8i2S8+bCxZUaahNjlgxMswisSdH4t4t5pb+fzIzngezgfWwww46qh6uW\ntwDeq1Ny176PkqgFE+RoeBuGHEjt5LPeU1sQBjTtRxFZAJ1yN3flKuFKfTVBqWVl\n65lNoZyIWliaMmyh83j5kSiHZyXEepvtXT6ZqxGtk33YVgByY868qRgzY4mJvNtY\nHKnBrD5th0hj8O+6f0Ixp1njggEftTDPa4l0zJ/C8SE2gy17zo9Pq8Op/oNf7nZb\nA4i1u59lYa8cuh4YFYIjhohD03PbFQUqlA/a38Wkc+3eEsZxHDJSDoKKRp/6Hgom\nDSyiVelIDgWv8XkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAUtgprj5xx5tRbCea\nA3cdyVDNv34a+jeYf/zJlNEFKhw7+zoEWKpA/0DjNORE3JOqk6S/J3xU1ctAKC5q\n5w8WYtRm+QRZ5Lgx4KqajZqW5pw6vkHrmXBIhV4yXcRJuNU00OB3xTcSuUZXm0bL\nV3oiwpU7h+1j1oUMskqv23kOP3RzUIs9o18kx+OjuUXZwc2wJAq82JZVBWaETOvQ\nYZM6/3KYFFVA1AbP13wM/0gpdbGqvZ8NcVMFcOG3LYHCawlGlWTsUwT4g8Ijv03V\nhHOc9DTXSRTkqnPtGfTwFG8QFYA9qxFG79VXU/uh6hijkG7AU8bt2olEn+SWcCkj\nsw7H5Q==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:25:42.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:41 smithi120 bash[14933]: audit 2024-09-11T08:25:41.132479+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDCSTgy8OVFYI1O+Wc8FoSEMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDA5MTEwODI1\nNDFaFw0zNDA5MDkwODI1NDFaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALzaoDVS\nBw/GHkNZ8i2S8+bCxZUaahNjlgxMswisSdH4t4t5pb+fzIzngezgfWwww46qh6uW\ntwDeq1Ny176PkqgFE+RoeBuGHEjt5LPeU1sQBjTtRxFZAJ1yN3flKuFKfTVBqWVl\n65lNoZyIWliaMmyh83j5kSiHZyXEepvtXT6ZqxGtk33YVgByY868qRgzY4mJvNtY\nHKnBrD5th0hj8O+6f0Ixp1njggEftTDPa4l0zJ/C8SE2gy17zo9Pq8Op/oNf7nZb\nA4i1u59lYa8cuh4YFYIjhohD03PbFQUqlA/a38Wkc+3eEsZxHDJSDoKKRp/6Hgom\nDSyiVelIDgWv8XkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAUtgprj5xx5tRbCea\nA3cdyVDNv34a+jeYf/zJlNEFKhw7+zoEWKpA/0DjNORE3JOqk6S/J3xU1ctAKC5q\n5w8WYtRm+QRZ5Lgx4KqajZqW5pw6vkHrmXBIhV4yXcRJuNU00OB3xTcSuUZXm0bL\nV3oiwpU7h+1j1oUMskqv23kOP3RzUIs9o18kx+OjuUXZwc2wJAq82JZVBWaETOvQ\nYZM6/3KYFFVA1AbP13wM/0gpdbGqvZ8NcVMFcOG3LYHCawlGlWTsUwT4g8Ijv03V\nhHOc9DTXSRTkqnPtGfTwFG8QFYA9qxFG79VXU/uh6hijkG7AU8bt2olEn+SWcCkj\nsw7H5Q==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:25:42.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:41 smithi120 bash[14933]: audit 2024-09-11T08:25:41.133078+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC82qA1UgcPxh5D\nWfItkvPmwsWVGmoTY5YMTLMIrEnR+LeLeaW/n8yM54Hs4H1sMMOOqoerlrcA3qtT\ncte+j5KoBRPkaHgbhhxI7eSz3lNbEAY07UcRWQCdcjd35SrhSn01QallZeuZTaGc\niFpYmjJsofN4+ZEoh2clxHqb7V0+masRrZN92FYAcmPOvKkYM2OJibzbWBypwaw+\nbYdIY/Dvun9CMadZ44IBH7Uwz2uJdMyfwvEhNoMte86PT6vDqf6DX+52WwOItbuf\nZWGvHLoeGBWCI4aIQ9Nz2xUFKpQP2t/FpHPt3hLGcRwyUg6Cikaf+h4KJg0solXp\nSA4Fr/F5AgMBAAECggEBAKhTQMplo0+m6SBk0htWyLecUJk2IufHMl0iG80WKvHQ\nemABe/9RAfNxAPfNm1zMFfFaA3Sn79MBpLjLOopp03CYngNOLgdyQFGsX9UFy0v1\n+2I/PsGyj37F57SgeNi3GORX8xEih5xreilXyxb/0QPMUYM5Be2WyhP6jMHgDeUV\ncFM1dPVXw0Cevx1aewt3USO7/oNpf++28Gv6hGdaZ/jyjxtRDM7foUi7L2/2NBur\n9FHbdX2RmrL8360rY2VeoU9q3xwqEzOYk2IUL9s4t9MOWKCmggPqrn6pvvc+n+cR\nkXMWGj2iJZkVYRTQd63o/09re7B41LRh5LOH+5WydOUCgYEA3FCNdifNzTeUgL9d\ng8IEdeGlm1RFrBChaCRPqNHf6STI4e+BP2Q5hA4C9dN7tpCMS88fI4L2Dh7iUPkT\nGQIJ0mR/SiL7tXpyb4k3iqi76jlsPupE/EOUfG94QRHccNpbbhcOh3xuno8hjnvG\nJMGvO/WPj+A6FRIIHv14mlNLVocCgYEA23GLA48AulUdJ7Z7P+d0qDIsnivFAbw9\nZ73Xcqtf/JN/VGE5tkN88nPaY9nj8kAKrJtLxeZ7E9piB8mCGbt30IP94nP7d85A\ndjasZoon17eXWd6GVnAfP1hj8VcPHqOoDQP2+pq59PiWWEIAnWTV/NG7uqbOPuUX\nwNtWbSM0d/8CgYAQR9ecUqavsprDxOB5Ox4vQ+SEDP81DumOk5hbZl8AkJpTr+pC\nL/rcGlj3p5At1pK3i2/GpQff1UJuL2nM4EyvgoOxi9JD/+9y9JXpJjz0uxeXsqI0\nbh4L8ATX8iTzJf+5q/SD6JsYFoWpTNZAoxt699OLE0vXgMSe3aZK6TrZAwKBgQCy\nH9c0W0a++UnCK5idxbXmtVuMRIEUqIS7idixZrRyZBOuHYFoFh38+9dgx8QEpsFD\nXIdEK5LqCZEbOxFU69wUsJ9LytNra0rd6gFE9o3ix06ej0dCMJ7cn1X4168ZMsS9\nU+ONhjy9wW7gUysGl4wvPNuCZdXyLal7TU85JaN4ZwKBgA8lZn1Nasp2x+aucfmu\nM7mP2S8v8lDCz+yUSAvSuouLi76n+UGQ2Z+g3xscRy3emBAh0SnS7n4Sc56eR4SL\nMTi25q47XQ4lpVyxv4krCBa3ZiN6k12xhS8dVEHoIRMCE8m1rnY1KfjzGDnrZnet\nvyNmzijn8kqAoxnbyG/bl5Q+\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:25:42.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:41 smithi120 bash[14933]: audit 2024-09-11T08:25:41.136889+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC82qA1UgcPxh5D\nWfItkvPmwsWVGmoTY5YMTLMIrEnR+LeLeaW/n8yM54Hs4H1sMMOOqoerlrcA3qtT\ncte+j5KoBRPkaHgbhhxI7eSz3lNbEAY07UcRWQCdcjd35SrhSn01QallZeuZTaGc\niFpYmjJsofN4+ZEoh2clxHqb7V0+masRrZN92FYAcmPOvKkYM2OJibzbWBypwaw+\nbYdIY/Dvun9CMadZ44IBH7Uwz2uJdMyfwvEhNoMte86PT6vDqf6DX+52WwOItbuf\nZWGvHLoeGBWCI4aIQ9Nz2xUFKpQP2t/FpHPt3hLGcRwyUg6Cikaf+h4KJg0solXp\nSA4Fr/F5AgMBAAECggEBAKhTQMplo0+m6SBk0htWyLecUJk2IufHMl0iG80WKvHQ\nemABe/9RAfNxAPfNm1zMFfFaA3Sn79MBpLjLOopp03CYngNOLgdyQFGsX9UFy0v1\n+2I/PsGyj37F57SgeNi3GORX8xEih5xreilXyxb/0QPMUYM5Be2WyhP6jMHgDeUV\ncFM1dPVXw0Cevx1aewt3USO7/oNpf++28Gv6hGdaZ/jyjxtRDM7foUi7L2/2NBur\n9FHbdX2RmrL8360rY2VeoU9q3xwqEzOYk2IUL9s4t9MOWKCmggPqrn6pvvc+n+cR\nkXMWGj2iJZkVYRTQd63o/09re7B41LRh5LOH+5WydOUCgYEA3FCNdifNzTeUgL9d\ng8IEdeGlm1RFrBChaCRPqNHf6STI4e+BP2Q5hA4C9dN7tpCMS88fI4L2Dh7iUPkT\nGQIJ0mR/SiL7tXpyb4k3iqi76jlsPupE/EOUfG94QRHccNpbbhcOh3xuno8hjnvG\nJMGvO/WPj+A6FRIIHv14mlNLVocCgYEA23GLA48AulUdJ7Z7P+d0qDIsnivFAbw9\nZ73Xcqtf/JN/VGE5tkN88nPaY9nj8kAKrJtLxeZ7E9piB8mCGbt30IP94nP7d85A\ndjasZoon17eXWd6GVnAfP1hj8VcPHqOoDQP2+pq59PiWWEIAnWTV/NG7uqbOPuUX\nwNtWbSM0d/8CgYAQR9ecUqavsprDxOB5Ox4vQ+SEDP81DumOk5hbZl8AkJpTr+pC\nL/rcGlj3p5At1pK3i2/GpQff1UJuL2nM4EyvgoOxi9JD/+9y9JXpJjz0uxeXsqI0\nbh4L8ATX8iTzJf+5q/SD6JsYFoWpTNZAoxt699OLE0vXgMSe3aZK6TrZAwKBgQCy\nH9c0W0a++UnCK5idxbXmtVuMRIEUqIS7idixZrRyZBOuHYFoFh38+9dgx8QEpsFD\nXIdEK5LqCZEbOxFU69wUsJ9LytNra0rd6gFE9o3ix06ej0dCMJ7cn1X4168ZMsS9\nU+ONhjy9wW7gUysGl4wvPNuCZdXyLal7TU85JaN4ZwKBgA8lZn1Nasp2x+aucfmu\nM7mP2S8v8lDCz+yUSAvSuouLi76n+UGQ2Z+g3xscRy3emBAh0SnS7n4Sc56eR4SL\nMTi25q47XQ4lpVyxv4krCBa3ZiN6k12xhS8dVEHoIRMCE8m1rnY1KfjzGDnrZnet\nvyNmzijn8kqAoxnbyG/bl5Q+\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:25:42.285 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Creating initial admin user... 2024-09-11T08:25:42.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'nix4icabgg', 'administrator', '--force-password', '--pwd-update-required'] 2024-09-11T08:25:42.285 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin nix4icabgg administrator --force-password --pwd-update-required 2024-09-11T08:25:44.392 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$7MWScECoCrnElAhpnGRvZeAsbl4WbsWB/d5Tm2TIDHTM1CoAv.11i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726043144, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T08:25:45.099 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Fetching dashboard port number... 2024-09-11T08:25:45.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi120', '-v', '/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpof_8zuc_:/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:25:45.099 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Running command: /usr/bin/docker run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi120 -v /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphpqz4drg:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpof_8zuc_:/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:25:45.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:45 smithi120 bash[14933]: cluster 2024-09-11T08:25:44.135507+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: y(active, since 7s) 2024-09-11T08:25:45.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:45 smithi120 bash[14933]: audit 2024-09-11T08:25:44.156421+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "nix4icabgg", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:45.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:45 smithi120 bash[14933]: audit 2024-09-11T08:25:44.387810+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$7MWScECoCrnElAhpnGRvZeAsbl4WbsWB/d5Tm2TIDHTM1CoAv.11i\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726043144, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-11T08:25:45.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:45 smithi120 bash[14933]: audit 2024-09-11T08:25:44.390633+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$7MWScECoCrnElAhpnGRvZeAsbl4WbsWB/d5Tm2TIDHTM1CoAv.11i\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1726043144, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-11T08:25:46.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:46 smithi120 bash[14933]: audit 2024-09-11T08:25:45.774142+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:25:46.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:46 smithi120 bash[14933]: audit 2024-09-11T08:25:45.991642+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:38.860856\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:25:46.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:46 smithi120 bash[14933]: audit 2024-09-11T08:25:45.995712+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:38.860856\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:25:46.814 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-09-11T08:25:47.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:47 smithi120 bash[14933]: audit 2024-09-11T08:25:46.812846+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.120:0/3895752854' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: URL: https://smithi120.front.sepia.ceph.com:8443/ 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: User: admin 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: Password: nix4icabgg 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.455 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: ceph telemetry on 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr:For more information see: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr:INFO:cephadm:Bootstrap complete. 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Releasing lock 140683753416880 on /run/cephadm/35bb7814-7017-11ef-bcea-c7b262605968.lock 2024-09-11T08:25:47.456 INFO:teuthology.orchestra.run.smithi120.stderr:DEBUG:cephadm:Lock 140683753416880 released on /run/cephadm/35bb7814-7017-11ef-bcea-c7b262605968.lock 2024-09-11T08:25:47.482 INFO:tasks.cephadm:Fetching config... 2024-09-11T08:25:47.483 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:25:47.483 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T08:25:47.490 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T08:25:47.490 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:25:47.490 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T08:25:47.496 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T08:25:47.497 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:25:47.497 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T08:25:47.554 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T08:25:47.555 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:25:47.555 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T08:25:47.562 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T08:25:47.562 DEBUG:teuthology.orchestra.run.smithi120:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T08:25:47.585 INFO:teuthology.orchestra.run.smithi120.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:47.595 DEBUG:teuthology.orchestra.run.smithi130:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T08:25:47.622 INFO:teuthology.orchestra.run.smithi130.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhjBytDBYuhOyCMJhz1dCg1YSwlEoOymHGhtI+Cz/leO5Hl25B0jwNyl6M5f5waasThb3np0VIQFZAvsxr2aoezUrBXgOCeyCRDszO2Ugi+ptJvU4aSn0p5zrxPXIx8/CbsQWJAb55guiUAaJ+76bADb7Czw2kZ9dlyQW0dMS8rBxzE+d6ig1FqUwYd46o1XPIfsPTvWWxqXfk2AE5mf1NEBuwduC+vdw45rZ3kYLeRI+HVxk+iZLrlZKwg1H8MHElrNOIk+MdzIScJNZqg2yOoHftk3Vu0lhsldCDdPIcvtWWcIVs+blbLjNnDYJVcyWmtk6pMFYvQ1syU5j4I/BPRsJajZ8d1Pu85Tnm6K39wF9Mr+cfVHPdVs1p2J+l/407ASJWXL8Rv87/NNrKr55FxotVwnF9WeTNVlLyA1jCYO08PpHGsqPW8bG/eDTzBqL72loEQ1HlmK3ip5jEY73CWQ0F6si55TKF+YPfCiXwtEh1qhnfmZ36RzJWQZ56quc= ceph-35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:25:47.633 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi130 2024-09-11T08:25:47.633 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:25:47.633 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.conf 2024-09-11T08:25:47.640 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:25:47.640 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:25:47.645 INFO:tasks.cephadm:Adding host smithi130 to orchestrator... 2024-09-11T08:25:47.645 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch host add smithi130 2024-09-11T08:25:51.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:50 smithi120 bash[14933]: audit 2024-09-11T08:25:50.741669+0000 mgr.y (mgr.14140) 3 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:25:51.183 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:25:50 smithi120 bash[15195]: Warning: Permanently added 'smithi130,172.21.15.130' (ECDSA) to the list of known hosts. 2024-09-11T08:25:51.747 INFO:teuthology.orchestra.run.smithi120.stdout:Added host 'smithi130' 2024-09-11T08:25:52.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: audit 2024-09-11T08:25:51.383493+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"smithi120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:25:52.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: audit 2024-09-11T08:25:51.386755+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"smithi120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:25:52.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: cephadm 2024-09-11T08:25:51.387561+0000 mgr.y (mgr.14140) 4 : cephadm [INF] Added host smithi130 2024-09-11T08:25:52.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: audit 2024-09-11T08:25:51.673819+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:25:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: audit 2024-09-11T08:25:51.680215+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:25:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:51 smithi120 bash[14933]: audit 2024-09-11T08:25:51.681624+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:25:52.393 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T08:25:53.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:52 smithi120 bash[14933]: audit 2024-09-11T08:25:51.904186+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:51.903651\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:25:53.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:52 smithi120 bash[14933]: audit 2024-09-11T08:25:51.908493+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:51.903651\", \"networks\": {}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:25:53.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:52 smithi120 bash[14933]: audit 2024-09-11T08:25:51.909461+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:25:55.470 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:25:55.470 INFO:teuthology.orchestra.run.smithi120.stdout:[{"addr": "smithi120", "hostname": "smithi120", "labels": [], "status": ""}, {"addr": "smithi130", "hostname": "smithi130", "labels": [], "status": ""}] 2024-09-11T08:25:55.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:55 smithi120 bash[14933]: audit 2024-09-11T08:25:55.467401+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:25:56.081 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T08:25:56.082 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T08:25:57.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:56 smithi120 bash[14933]: audit 2024-09-11T08:25:56.716808+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:25:58.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:57 smithi120 bash[14933]: audit 2024-09-11T08:25:56.946794+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:51.903651\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:25:58.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:57 smithi120 bash[14933]: audit 2024-09-11T08:25:56.950782+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-11T08:25:51.903651\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:25:58.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:57 smithi120 bash[14933]: cluster 2024-09-11T08:25:57.170196+0000 mgr.y (mgr.14140) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:25:59.149 INFO:teuthology.orchestra.run.smithi120.stderr:adjusted tunables profile to default 2024-09-11T08:25:59.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:25:59 smithi120 bash[14933]: audit 2024-09-11T08:25:59.010822+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.120:0/4103508075' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T08:25:59.778 INFO:tasks.cephadm:Adding mon.c on smithi120 2024-09-11T08:25:59.778 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi120:[v2:172.21.15.120:3301,v1:172.21.15.120:6790]=c' 2024-09-11T08:26:00.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:00 smithi120 bash[14933]: audit 2024-09-11T08:25:59.144137+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.120:0/4103508075' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T08:26:00.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:00 smithi120 bash[14933]: cluster 2024-09-11T08:25:59.144204+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:00.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:00 smithi120 bash[14933]: cluster 2024-09-11T08:25:59.170752+0000 mgr.y (mgr.14140) 7 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:02.481 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:02 smithi120 bash[14933]: cluster 2024-09-11T08:26:01.171258+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:03.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:03 smithi120 bash[14933]: audit 2024-09-11T08:26:02.865742+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:26:03.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:03 smithi120 bash[14933]: audit 2024-09-11T08:26:02.867295+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:03.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:03 smithi120 bash[14933]: audit 2024-09-11T08:26:02.869077+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-11T08:26:04.355 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:04 smithi120 bash[14933]: audit 2024-09-11T08:26:02.862414+0000 mgr.y (mgr.14140) 9 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi120:[v2:172.21.15.120:3301,v1:172.21.15.120:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:04.355 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:04 smithi120 bash[14933]: cephadm 2024-09-11T08:26:02.868515+0000 mgr.y (mgr.14140) 10 : cephadm [INF] Deploying daemon mon.c on smithi120 2024-09-11T08:26:04.355 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:04 smithi120 bash[14933]: cluster 2024-09-11T08:26:03.171580+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:26:06.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:06 smithi120 bash[14933]: cluster 2024-09-11T08:26:05.172092+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:26:07.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:07 smithi120 bash[14933]: audit 2024-09-11T08:26:06.993418+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:07.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:07 smithi120 bash[14933]: audit 2024-09-11T08:26:06.993954+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:07.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:07 smithi120 bash[14933]: audit 2024-09-11T08:26:06.995636+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860507\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:25:38.860687\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:07.874 INFO:teuthology.orchestra.run.smithi120.stdout:Deployed mon.c on host 'smithi120' 2024-09-11T08:26:08.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:08 smithi120 bash[14933]: cluster 2024-09-11T08:26:07.172547+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:26:08.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:08 smithi120 bash[14933]: audit 2024-09-11T08:26:07.647983+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646307\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}}, \"last_daemon_update\": \"2024-09-11T08:26:07.646624\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:08.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:08 smithi120 bash[14933]: audit 2024-09-11T08:26:07.651525+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646307\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}}, \"last_daemon_update\": \"2024-09-11T08:26:07.646624\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:08.812 DEBUG:teuthology.orchestra.run.smithi120:mon.c> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.c.service 2024-09-11T08:26:08.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T08:26:08.815 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T08:26:09.079 INFO:journalctl@ceph.mon.c.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:26:14.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:08.659751+0000 mon.a (mon.0) 128 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:09.173000+0000 mgr.y (mgr.14140) 14 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:10.658238+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:11.173486+0000 mgr.y (mgr.14140) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.664390+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.676785+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.676901+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.676962+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.677286+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-11T08:26:14.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.687122+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:08.659751+0000 mon.a (mon.0) 128 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:09.173000+0000 mgr.y (mgr.14140) 14 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:10.658238+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:11.173486+0000 mgr.y (mgr.14140) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.664390+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.676785+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.676901+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.676962+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.677286+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-11T08:26:14.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:13 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.687122+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-09-11T08:26:14.468 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:26:14.469 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":2,"fsid":"35bb7814-7017-11ef-bcea-c7b262605968","modified":"2024-09-11T08:26:08.656229Z","created":"2024-09-11T08:24:51.525873Z","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.120:3300","nonce":0},{"type":"v1","addr":"172.21.15.120:6789","nonce":0}]},"addr":"172.21.15.120:6789/0","public_addr":"172.21.15.120:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:3301","nonce":0},{"type":"v1","addr":"172.21.15.120:6790","nonce":0}]},"addr":"172.21.15.120:6790/0","public_addr":"172.21.15.120:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-11T08:26:14.471 INFO:teuthology.orchestra.run.smithi120.stderr:dumped monmap epoch 2 2024-09-11T08:26:14.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:14 smithi120 bash[14933]: cluster 2024-09-11T08:26:13.173920+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:14 smithi120 bash[14933]: audit 2024-09-11T08:26:14.467293+0000 mon.a (mon.0) 135 : audit [DBG] from='client.? 172.21.15.120:0/2929232066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:26:14.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:14 smithi120 bash[18840]: cluster 2024-09-11T08:26:13.173920+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:14.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:14 smithi120 bash[18840]: audit 2024-09-11T08:26:14.467293+0000 mon.a (mon.0) 135 : audit [DBG] from='client.? 172.21.15.120:0/2929232066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:26:15.185 INFO:tasks.cephadm:Adding mon.b on smithi130 2024-09-11T08:26:15.185 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi130:172.21.15.130=b 2024-09-11T08:26:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:16 smithi120 bash[14933]: cluster 2024-09-11T08:26:15.174390+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:17.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:16 smithi120 bash[18840]: cluster 2024-09-11T08:26:15.174390+0000 mgr.y (mgr.14140) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:19.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[14933]: cluster 2024-09-11T08:26:17.174865+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:19.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[14933]: audit 2024-09-11T08:26:18.357339+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:26:19.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[14933]: audit 2024-09-11T08:26:18.359316+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:19.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[14933]: audit 2024-09-11T08:26:18.361587+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:26:19.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[18840]: cluster 2024-09-11T08:26:17.174865+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:19.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[18840]: audit 2024-09-11T08:26:18.357339+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:26:19.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[18840]: audit 2024-09-11T08:26:18.359316+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:19.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:18 smithi120 bash[18840]: audit 2024-09-11T08:26:18.361587+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-11T08:26:20.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:19 smithi120 bash[14933]: audit 2024-09-11T08:26:18.354702+0000 mgr.y (mgr.14140) 19 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi130:172.21.15.130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:20.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:19 smithi120 bash[14933]: cephadm 2024-09-11T08:26:18.360846+0000 mgr.y (mgr.14140) 20 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T08:26:20.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:19 smithi120 bash[18840]: audit 2024-09-11T08:26:18.354702+0000 mgr.y (mgr.14140) 19 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi130:172.21.15.130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:20.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:19 smithi120 bash[18840]: cephadm 2024-09-11T08:26:18.360846+0000 mgr.y (mgr.14140) 20 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T08:26:21.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:20 smithi120 bash[14933]: cluster 2024-09-11T08:26:19.175343+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:26:21.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:20 smithi120 bash[18840]: cluster 2024-09-11T08:26:19.175343+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:26:23.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:22 smithi120 bash[14933]: cluster 2024-09-11T08:26:21.175775+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:26:23.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:22 smithi120 bash[18840]: cluster 2024-09-11T08:26:21.175775+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:26:23.366 INFO:teuthology.orchestra.run.smithi130.stdout:Deployed mon.b on host 'smithi130' 2024-09-11T08:26:24.370 DEBUG:teuthology.orchestra.run.smithi130:mon.b> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T08:26:24.372 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T08:26:24.373 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T08:26:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: audit 2024-09-11T08:26:23.150449+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: audit 2024-09-11T08:26:23.151384+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: audit 2024-09-11T08:26:23.155551+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: cluster 2024-09-11T08:26:23.176173+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: audit 2024-09-11T08:26:23.417374+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[18840]: audit 2024-09-11T08:26:23.422178+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: audit 2024-09-11T08:26:23.150449+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:24.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: audit 2024-09-11T08:26:23.151384+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:24.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: audit 2024-09-11T08:26:23.155551+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:24.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: cluster 2024-09-11T08:26:23.176173+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:24.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: audit 2024-09-11T08:26:23.417374+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:24.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:24 smithi120 bash[14933]: audit 2024-09-11T08:26:23.422178+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:25.233 INFO:journalctl@ceph.mon.b.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:26:25.233 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.077+0000 7f37e40916c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:26:25.233 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.077+0000 7f37e40916c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-11T08:26:25.233 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.077+0000 7f37e40916c0 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 load: jerasure load: lrc load: isa 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option compression = kNoCompression 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.081+0000 7f37e40916c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 1 rocksdb: do_open column families: [default] 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Compile date Mar 23 2020 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: DB SUMMARY 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:26:25.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000003.log size: 610 ; 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.env: 0x55cc836c31a0 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.info_log: 0x55cc842049a0 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:26:25.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:26:25.236 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:26:25.236 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:26:25.236 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:26:25.236 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.db_log_dir: 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:26:25.237 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.write_buffer_manager: 0x55cc84d9ea80 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:26:25.238 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.row_cache: None 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.wal_filter: None 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:26:25.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:26:25.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Compression algorithms supported: 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kZSTD supported: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000001 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-11T08:26:25.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.merge_operator: 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cc84124138) 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: cache_index_and_filter_blocks: 1 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: pin_top_level_index_and_filter: 1 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: index_type: 0 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: data_block_index_type: 0 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: hash_index_allow_collision: 1 2024-09-11T08:26:25.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: checksum: 1 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: no_block_cache: 0 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_cache: 0x55cc8415a610 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_cache_name: BinnedLRUCache 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_cache_options: 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: capacity : 536870912 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: num_shard_bits : 4 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: strict_capacity_limit : 0 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: high_pri_pool_ratio: 0.000 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_cache_compressed: (nil) 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: persistent_cache: (nil) 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_size: 4096 2024-09-11T08:26:25.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_size_deviation: 10 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_restart_interval: 16 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: index_block_restart_interval: 1 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: metadata_block_size: 4096 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: partition_filters: 0 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: use_delta_encoding: 1 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: whole_key_filtering: 1 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: verify_compression: 0 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: read_amp_bytes_per_bit: 0 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: format_version: 2 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: enable_index_compression: 1 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: block_align: 0 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:26:25.244 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.num_levels: 7 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:26:25.245 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:26:25.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:26:25.247 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:26:25.249 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.table_properties_collectors: 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:26:25.250 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: Options.ttl: 0 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 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:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043185089198, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043185090191, "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:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.085+0000 7f37e40916c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726043185091042, "job": 1, "event": "recovery_finished"} 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.089+0000 7f37e40916c0 4 rocksdb: DB pointer 0x55cc841f6400 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.089+0000 7f37cb1de700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.089+0000 7f37cb1de700 4 rocksdb: [db/db_impl.cc:778] 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** DB Stats ** 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.251 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** Compaction Stats [default] ** 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** Compaction Stats [default] ** 2024-09-11T08:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.252 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Interval compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** Compaction Stats [default] ** 2024-09-11T08:26:25.253 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: L0 1/0 1.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Sum 1/0 1.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** Compaction Stats [default] ** 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:26:25.254 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.089+0000 7f37e40916c0 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.089+0000 7f37e40916c0 0 using public_addr v2:172.21.15.130:0/0 -> [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.093+0000 7f37e40916c0 0 starting mon.b rank -1 at public addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] at bind addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.093+0000 7f37e40916c0 1 mon.b@-1(???) e0 preinit fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: e1 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:26:25.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 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:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: legacy client fscid: -1 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: No filesystems configured 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 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:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 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:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:26:25.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 0 mon.b@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: audit 2024-09-11T08:26:23.150449+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: audit 2024-09-11T08:26:23.151384+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: audit 2024-09-11T08:26:23.155551+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: cluster 2024-09-11T08:26:23.176173+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: audit 2024-09-11T08:26:23.417374+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: audit 2024-09-11T08:26:23.422178+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}}, \"last_daemon_update\": \"2024-09-11T08:26:23.416380\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.129+0000 7f37cd9e3700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expand map: {default=false} 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expand map: {default=info} 2024-09-11T08:26:25.257 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T08:26:25.258 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:25 smithi130 bash[14727]: debug 2024-09-11T08:26:25.133+0000 7f37cd9e3700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:25.148679+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:25.149634+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:25.176604+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:27.143840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:27.177029+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:29.177429+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.152622+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.175584+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.184658+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.184759+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.184821+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.185216+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-09-11T08:26:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:30 smithi130 bash[14727]: cluster 2024-09-11T08:26:30.192936+0000 mon.a (mon.0) 151 : cluster [INF] overall HEALTH_OK 2024-09-11T08:26:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:25.148679+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:25.149634+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:25.176604+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:27.143840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:27.177029+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:29.177429+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.152622+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.175584+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.184658+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.184759+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.184821+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.185216+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-09-11T08:26:30.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[14933]: cluster 2024-09-11T08:26:30.192936+0000 mon.a (mon.0) 151 : cluster [INF] overall HEALTH_OK 2024-09-11T08:26:30.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:25.148679+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:25.149634+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T08:26:30.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:25.176604+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:27.143840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:27.177029+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:29.177429+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.152622+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.175584+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.184658+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.184759+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.184821+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.185216+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 53s) 2024-09-11T08:26:30.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:30 smithi120 bash[18840]: cluster 2024-09-11T08:26:30.192936+0000 mon.a (mon.0) 151 : cluster [INF] overall HEALTH_OK 2024-09-11T08:26:31.740 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-09-11T08:26:31.740 INFO:teuthology.orchestra.run.smithi130.stdout:{"epoch":3,"fsid":"35bb7814-7017-11ef-bcea-c7b262605968","modified":"2024-09-11T08:26:25.142337Z","created":"2024-09-11T08:24:51.525873Z","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.120:3300","nonce":0},{"type":"v1","addr":"172.21.15.120:6789","nonce":0}]},"addr":"172.21.15.120:6789/0","public_addr":"172.21.15.120:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:3301","nonce":0},{"type":"v1","addr":"172.21.15.120:6790","nonce":0}]},"addr":"172.21.15.120:6790/0","public_addr":"172.21.15.120:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:3300","nonce":0},{"type":"v1","addr":"172.21.15.130:6789","nonce":0}]},"addr":"172.21.15.130:6789/0","public_addr":"172.21.15.130:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-09-11T08:26:31.742 INFO:teuthology.orchestra.run.smithi130.stderr:dumped monmap epoch 3 2024-09-11T08:26:32.441 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T08:26:32.442 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T08:26:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:32 smithi130 bash[14727]: cluster 2024-09-11T08:26:31.177885+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:32 smithi130 bash[14727]: audit 2024-09-11T08:26:31.738400+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.130:0/2873297458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:26:32.655 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:32 smithi120 bash[14933]: cluster 2024-09-11T08:26:31.177885+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:32.655 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:32 smithi120 bash[14933]: audit 2024-09-11T08:26:31.738400+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.130:0/2873297458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:26:32.655 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:32 smithi120 bash[18840]: cluster 2024-09-11T08:26:31.177885+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:32.655 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:32 smithi120 bash[18840]: audit 2024-09-11T08:26:31.738400+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.130:0/2873297458' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T08:26:34.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:34 smithi120 bash[14933]: cluster 2024-09-11T08:26:33.178343+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:34 smithi120 bash[18840]: cluster 2024-09-11T08:26:33.178343+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:34 smithi130 bash[14727]: cluster 2024-09-11T08:26:33.178343+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:35.585 INFO:teuthology.orchestra.run.smithi120.stdout:# minimal ceph.conf for 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:26:35.585 INFO:teuthology.orchestra.run.smithi120.stdout:[global] 2024-09-11T08:26:35.585 INFO:teuthology.orchestra.run.smithi120.stdout: fsid = 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:26:35.585 INFO:teuthology.orchestra.run.smithi120.stdout: mon_host = [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] [v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0] 2024-09-11T08:26:36.269 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T08:26:36.270 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:26:36.270 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T08:26:36.283 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:26:36.283 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:26:36.298 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:26:36.298 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T08:26:36.315 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:26:36.315 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:26:36.325 INFO:tasks.cephadm:Adding mgr.y on smithi120 2024-09-11T08:26:36.325 INFO:tasks.cephadm:Adding mgr.x on smithi130 2024-09-11T08:26:36.325 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi120=y;smithi130=x' 2024-09-11T08:26:36.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:36 smithi130 bash[14727]: cluster 2024-09-11T08:26:35.178786+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:36.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:36 smithi130 bash[14727]: audit 2024-09-11T08:26:35.583985+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.120:0/1964845424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:36.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:36 smithi120 bash[14933]: cluster 2024-09-11T08:26:35.178786+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:36.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:36 smithi120 bash[14933]: audit 2024-09-11T08:26:35.583985+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.120:0/1964845424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:36.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:36 smithi120 bash[18840]: cluster 2024-09-11T08:26:35.178786+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:36.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:36 smithi120 bash[18840]: audit 2024-09-11T08:26:35.583985+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.120:0/1964845424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:37.603 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:37 smithi130 bash[14727]: cluster 2024-09-11T08:26:37.230472+0000 mon.a (mon.0) 154 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:26:37.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:37 smithi120 bash[14933]: cluster 2024-09-11T08:26:37.230472+0000 mon.a (mon.0) 154 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:26:37.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:37 smithi120 bash[18840]: cluster 2024-09-11T08:26:37.230472+0000 mon.a (mon.0) 154 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:26:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:38 smithi130 bash[14727]: cluster 2024-09-11T08:26:37.179370+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:38 smithi120 bash[14933]: cluster 2024-09-11T08:26:37.179370+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:38 smithi120 bash[18840]: cluster 2024-09-11T08:26:37.179370+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:39.471 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled mgr update... 2024-09-11T08:26:40.352 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: cluster 2024-09-11T08:26:39.179849+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:40.352 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.460060+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi120=y;smithi130=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: cephadm 2024-09-11T08:26:39.461198+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi120=y,smithi130=x 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.461986+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.467582+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.471379+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.476901+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.478578+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: cephadm 2024-09-11T08:26:39.479532+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:26:40.353 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:40 smithi130 bash[14727]: audit 2024-09-11T08:26:39.479973+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:26:40.354 DEBUG:teuthology.orchestra.run.smithi130:mgr.x> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service 2024-09-11T08:26:40.357 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T08:26:40.357 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:26:40.357 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T08:26:40.363 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:26:40.363 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_1 2024-09-11T08:26:40.413 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-09-11 08:22:28.820565487 +0000 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-09-11 08:22:28.608570377 +0000 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-09-11 08:22:28.608570377 +0000 2024-09-11T08:26:40.414 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-09-11T08:26:40.414 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T08:26:40.425 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-09-11T08:26:40.425 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-09-11T08:26:40.425 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000455867 s, 1.1 MB/s 2024-09-11T08:26:40.426 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T08:26:40.433 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_2 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-09-11 08:22:29.272555064 +0000 2024-09-11T08:26:40.482 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-09-11 08:22:29.036560506 +0000 2024-09-11T08:26:40.483 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-09-11 08:22:29.036560506 +0000 2024-09-11T08:26:40.483 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-09-11T08:26:40.483 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T08:26:40.499 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-09-11T08:26:40.499 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-09-11T08:26:40.499 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000392498 s, 1.3 MB/s 2024-09-11T08:26:40.500 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T08:26:40.509 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_3 2024-09-11T08:26:40.558 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T08:26:40.558 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.558 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-09-11T08:26:40.558 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.559 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-09-11 08:22:29.480550266 +0000 2024-09-11T08:26:40.559 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-09-11 08:22:29.476550359 +0000 2024-09-11T08:26:40.559 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-09-11 08:22:29.476550359 +0000 2024-09-11T08:26:40.559 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-09-11T08:26:40.559 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T08:26:40.567 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: cluster 2024-09-11T08:26:39.179849+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.460060+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi120=y;smithi130=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: cephadm 2024-09-11T08:26:39.461198+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi120=y,smithi130=x 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.461986+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.467582+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.471379+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.476901+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.478578+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: cephadm 2024-09-11T08:26:39.479532+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[14933]: audit 2024-09-11T08:26:39.479973+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:26:40.568 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: cluster 2024-09-11T08:26:39.179849+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.460060+0000 mgr.y (mgr.14140) 32 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi120=y;smithi130=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: cephadm 2024-09-11T08:26:39.461198+0000 mgr.y (mgr.14140) 33 : cephadm [INF] Saving service mgr spec with placement count:2 smithi120=y,smithi130=x 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.461986+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.467582+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-11T08:26:39.461223\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.471379+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.476901+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.478578+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: cephadm 2024-09-11T08:26:39.479532+0000 mgr.y (mgr.14140) 34 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:26:40.569 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:40 smithi120 bash[18840]: audit 2024-09-11T08:26:39.479973+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:26:40.569 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-09-11T08:26:40.570 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-09-11T08:26:40.570 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000401381 s, 1.3 MB/s 2024-09-11T08:26:40.571 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T08:26:40.579 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_4 2024-09-11T08:26:40.630 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T08:26:40.630 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.630 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 378 Links: 1 2024-09-11T08:26:40.631 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.631 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2024-09-11 08:22:29.908540396 +0000 2024-09-11T08:26:40.631 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2024-09-11 08:22:29.904540489 +0000 2024-09-11T08:26:40.631 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2024-09-11 08:22:29.904540489 +0000 2024-09-11T08:26:40.631 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2024-09-11T08:26:40.631 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T08:26:40.642 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2024-09-11T08:26:40.642 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2024-09-11T08:26:40.642 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000364349 s, 1.4 MB/s 2024-09-11T08:26:40.644 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T08:26:40.652 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:26:40.653 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T08:26:40.660 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:26:40.660 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 369 Links: 1 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-09-11 08:22:31.330169881 +0000 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-09-11 08:22:31.086175506 +0000 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-09-11 08:22:31.086175506 +0000 2024-09-11T08:26:40.668 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-09-11T08:26:40.669 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T08:26:40.723 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-09-11T08:26:40.723 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-09-11T08:26:40.723 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000425484 s, 1.2 MB/s 2024-09-11T08:26:40.725 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T08:26:40.733 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 376 Links: 1 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-09-11 08:22:31.782159463 +0000 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-09-11 08:22:31.574164258 +0000 2024-09-11T08:26:40.739 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-09-11 08:22:31.574164258 +0000 2024-09-11T08:26:40.740 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-09-11T08:26:40.740 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T08:26:40.750 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-09-11T08:26:40.751 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-09-11T08:26:40.751 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000396751 s, 1.3 MB/s 2024-09-11T08:26:40.752 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T08:26:40.801 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2024-09-11T08:26:40.808 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 382 Links: 1 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-09-11 08:22:32.218149413 +0000 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-09-11 08:22:31.994154577 +0000 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-09-11 08:22:31.994154577 +0000 2024-09-11T08:26:40.809 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-09-11T08:26:40.809 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T08:26:40.823 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-09-11T08:26:40.823 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-09-11T08:26:40.823 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000390714 s, 1.3 MB/s 2024-09-11T08:26:40.824 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T08:26:40.831 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 6h/6d Inode: 388 Links: 1 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-09-11 08:22:32.646139549 +0000 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-09-11 08:22:32.450144066 +0000 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-09-11 08:22:32.450144066 +0000 2024-09-11T08:26:40.836 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-09-11T08:26:40.836 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T08:26:40.889 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-09-11T08:26:40.889 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-09-11T08:26:40.889 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000365749 s, 1.4 MB/s 2024-09-11T08:26:40.890 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T08:26:40.898 INFO:tasks.cephadm:Deploying osd.0 on smithi120 with /dev/vg_nvme/lv_4... 2024-09-11T08:26:40.898 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T08:26:41.174 INFO:journalctl@ceph.mgr.x.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:26:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:42 smithi130 bash[14727]: cluster 2024-09-11T08:26:41.180351+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:42.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:26:42 smithi130 docker[15420]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:26:42.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:26:42 smithi130 systemd[1]: Started Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:26:42.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:42 smithi120 bash[14933]: cluster 2024-09-11T08:26:41.180351+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:42 smithi120 bash[18840]: cluster 2024-09-11T08:26:41.180351+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:43.560 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:42.448375+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.561 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:42.448375+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.561 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:42.453988+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.561 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:42.455564+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:43.562 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:42.453988+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.562 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:42.455564+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:43.562 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:43.061917+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.562 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:43.067488+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:43.070435+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:43.072300+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[14933]: audit 2024-09-11T08:26:43.074299+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:43.061917+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:43.067488+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:43.070435+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:43.072300+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:43.563 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:43 smithi120 bash[18840]: audit 2024-09-11T08:26:43.074299+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:42.448375+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:42.453988+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:23.416201\", \"created\": \"2024-09-11T08:26:23.125664\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:42.455564+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:43.061917+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:43.067488+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}}, \"last_daemon_update\": \"2024-09-11T08:26:43.060552\", \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:43.070435+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:43.072300+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:43.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:43 smithi130 bash[14727]: audit 2024-09-11T08:26:43.074299+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-11T08:26:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:44 smithi130 bash[14727]: cephadm 2024-09-11T08:26:43.069888+0000 mgr.y (mgr.14140) 36 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:26:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:44 smithi130 bash[14727]: cephadm 2024-09-11T08:26:43.073517+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T08:26:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:44 smithi130 bash[14727]: cluster 2024-09-11T08:26:43.180801+0000 mgr.y (mgr.14140) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[14933]: cephadm 2024-09-11T08:26:43.069888+0000 mgr.y (mgr.14140) 36 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:26:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[14933]: cephadm 2024-09-11T08:26:43.073517+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T08:26:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[14933]: cluster 2024-09-11T08:26:43.180801+0000 mgr.y (mgr.14140) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[18840]: cephadm 2024-09-11T08:26:43.069888+0000 mgr.y (mgr.14140) 36 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-11T08:26:44.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[18840]: cephadm 2024-09-11T08:26:43.073517+0000 mgr.y (mgr.14140) 37 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T08:26:44.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:44 smithi120 bash[18840]: cluster 2024-09-11T08:26:43.180801+0000 mgr.y (mgr.14140) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:44.953 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T08:26:44.953 INFO:teuthology.orchestra.run.smithi120.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T08:26:44.954 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10+0 records in 2024-09-11T08:26:44.954 INFO:teuthology.orchestra.run.smithi120.stderr:10+0 records out 2024-09-11T08:26:44.954 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.019693 s, 532 MB/s 2024-09-11T08:26:44.954 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping successful for: 2024-09-11T08:26:46.007 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi120:vg_nvme/lv_4 2024-09-11T08:26:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:46 smithi130 bash[14727]: cluster 2024-09-11T08:26:45.181294+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:46 smithi130 bash[14727]: audit 2024-09-11T08:26:45.872613+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:46 smithi130 bash[14727]: audit 2024-09-11T08:26:45.878159+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:46 smithi130 bash[14727]: audit 2024-09-11T08:26:45.879401+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[14933]: cluster 2024-09-11T08:26:45.181294+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[14933]: audit 2024-09-11T08:26:45.872613+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[14933]: audit 2024-09-11T08:26:45.878159+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[14933]: audit 2024-09-11T08:26:45.879401+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[18840]: cluster 2024-09-11T08:26:45.181294+0000 mgr.y (mgr.14140) 39 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[18840]: audit 2024-09-11T08:26:45.872613+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[18840]: audit 2024-09-11T08:26:45.878159+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646095\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:07.646430\", \"created\": \"2024-09-11T08:26:06.975070\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:46 smithi120 bash[18840]: audit 2024-09-11T08:26:45.879401+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:26:47.582 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:47 smithi120 bash[14933]: audit 2024-09-11T08:26:46.366749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:47.582 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:47 smithi120 bash[14933]: audit 2024-09-11T08:26:46.370645+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:47.582 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:47 smithi120 bash[18840]: audit 2024-09-11T08:26:46.366749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:47.582 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:47 smithi120 bash[18840]: audit 2024-09-11T08:26:46.370645+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:47 smithi130 bash[14727]: audit 2024-09-11T08:26:46.366749+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:26:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:47 smithi130 bash[14727]: audit 2024-09-11T08:26:46.370645+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}}, \"last_daemon_update\": \"2024-09-11T08:26:46.365950\", \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:26:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[14933]: cluster 2024-09-11T08:26:47.181774+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[14933]: cluster 2024-09-11T08:26:47.927689+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:26:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[14933]: audit 2024-09-11T08:26:47.930351+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:26:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[14933]: audit 2024-09-11T08:26:47.932785+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:26:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[18840]: cluster 2024-09-11T08:26:47.181774+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[18840]: cluster 2024-09-11T08:26:47.927689+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:26:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[18840]: audit 2024-09-11T08:26:47.930351+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:26:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:48 smithi120 bash[18840]: audit 2024-09-11T08:26:47.932785+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:26:48.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:48 smithi130 bash[14727]: cluster 2024-09-11T08:26:47.181774+0000 mgr.y (mgr.14140) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:48.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:48 smithi130 bash[14727]: cluster 2024-09-11T08:26:47.927689+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:26:48.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:48 smithi130 bash[14727]: audit 2024-09-11T08:26:47.930351+0000 mon.c (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:26:48.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:48 smithi130 bash[14727]: audit 2024-09-11T08:26:47.932785+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/89857917' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:26:49.644 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[18840]: cluster 2024-09-11T08:26:48.390411+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[18840]: audit 2024-09-11T08:26:48.390581+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[18840]: audit 2024-09-11T08:26:49.334802+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[18840]: audit 2024-09-11T08:26:49.336478+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[18840]: audit 2024-09-11T08:26:49.338577+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[14933]: cluster 2024-09-11T08:26:48.390411+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[14933]: audit 2024-09-11T08:26:48.390581+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[14933]: audit 2024-09-11T08:26:49.334802+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:26:49.645 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[14933]: audit 2024-09-11T08:26:49.336478+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:49.646 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:49 smithi120 bash[14933]: audit 2024-09-11T08:26:49.338577+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:26:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:49 smithi130 bash[14727]: cluster 2024-09-11T08:26:48.390411+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 71s), standbys: x 2024-09-11T08:26:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:49 smithi130 bash[14727]: audit 2024-09-11T08:26:48.390581+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:26:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:49 smithi130 bash[14727]: audit 2024-09-11T08:26:49.334802+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:26:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:49 smithi130 bash[14727]: audit 2024-09-11T08:26:49.336478+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:26:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:49 smithi130 bash[14727]: audit 2024-09-11T08:26:49.338577+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:26:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[14933]: cluster 2024-09-11T08:26:49.182263+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[14933]: audit 2024-09-11T08:26:49.332106+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[14933]: cephadm 2024-09-11T08:26:49.334199+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:26:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[18840]: cluster 2024-09-11T08:26:49.182263+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[18840]: audit 2024-09-11T08:26:49.332106+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:50 smithi120 bash[18840]: cephadm 2024-09-11T08:26:49.334199+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:26:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:50 smithi130 bash[14727]: cluster 2024-09-11T08:26:49.182263+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:50 smithi130 bash[14727]: audit 2024-09-11T08:26:49.332106+0000 mgr.y (mgr.14140) 42 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:26:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:50 smithi130 bash[14727]: cephadm 2024-09-11T08:26:49.334199+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:26:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:52 smithi120 bash[14933]: cluster 2024-09-11T08:26:51.182804+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:52 smithi120 bash[18840]: cluster 2024-09-11T08:26:51.182804+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:52 smithi130 bash[14727]: cluster 2024-09-11T08:26:51.182804+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[14933]: audit 2024-09-11T08:26:53.136747+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.120:0/1774422294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[14933]: audit 2024-09-11T08:26:53.137252+0000 mon.a (mon.0) 180 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[14933]: audit 2024-09-11T08:26:53.142183+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]': finished 2024-09-11T08:26:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[14933]: cluster 2024-09-11T08:26:53.142241+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:26:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[14933]: audit 2024-09-11T08:26:53.142415+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:26:53.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[18840]: audit 2024-09-11T08:26:53.136747+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.120:0/1774422294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[18840]: audit 2024-09-11T08:26:53.137252+0000 mon.a (mon.0) 180 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[18840]: audit 2024-09-11T08:26:53.142183+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]': finished 2024-09-11T08:26:53.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[18840]: cluster 2024-09-11T08:26:53.142241+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:26:53.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:53 smithi120 bash[18840]: audit 2024-09-11T08:26:53.142415+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:26:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:53 smithi130 bash[14727]: audit 2024-09-11T08:26:53.136747+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.120:0/1774422294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:53 smithi130 bash[14727]: audit 2024-09-11T08:26:53.137252+0000 mon.a (mon.0) 180 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]: dispatch 2024-09-11T08:26:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:53 smithi130 bash[14727]: audit 2024-09-11T08:26:53.142183+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9eb9cd28-6313-4587-96ec-fbfe52e61acc"}]': finished 2024-09-11T08:26:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:53 smithi130 bash[14727]: cluster 2024-09-11T08:26:53.142241+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-11T08:26:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:53 smithi130 bash[14727]: audit 2024-09-11T08:26:53.142415+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:26:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:54 smithi120 bash[14933]: cluster 2024-09-11T08:26:53.183403+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:54 smithi120 bash[18840]: cluster 2024-09-11T08:26:53.183403+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:54.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:54 smithi130 bash[14727]: cluster 2024-09-11T08:26:53.183403+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:55.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:55 smithi130 bash[14727]: audit 2024-09-11T08:26:55.288589+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.120:0/1605306525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:26:55.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:55 smithi120 bash[14933]: audit 2024-09-11T08:26:55.288589+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.120:0/1605306525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:26:55.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:55 smithi120 bash[18840]: audit 2024-09-11T08:26:55.288589+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.120:0/1605306525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:26:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:56 smithi130 bash[14727]: cluster 2024-09-11T08:26:55.183840+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:56 smithi120 bash[14933]: cluster 2024-09-11T08:26:55.183840+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:56 smithi120 bash[18840]: cluster 2024-09-11T08:26:55.183840+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:58 smithi120 bash[14933]: cluster 2024-09-11T08:26:57.184330+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:26:58 smithi120 bash[14933]: audit 2024-09-11T08:26:58.018449+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:26:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:58 smithi120 bash[18840]: cluster 2024-09-11T08:26:57.184330+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:26:58 smithi120 bash[18840]: audit 2024-09-11T08:26:58.018449+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:26:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:58 smithi130 bash[14727]: cluster 2024-09-11T08:26:57.184330+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:26:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:26:58 smithi130 bash[14727]: audit 2024-09-11T08:26:58.018449+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:00.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:00 smithi130 bash[14727]: cluster 2024-09-11T08:26:59.184827+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:00 smithi120 bash[14933]: cluster 2024-09-11T08:26:59.184827+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:00.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:00 smithi120 bash[18840]: cluster 2024-09-11T08:26:59.184827+0000 mgr.y (mgr.14140) 48 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:02.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:02 smithi130 bash[14727]: cluster 2024-09-11T08:27:01.185327+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:02.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:02 smithi130 bash[14727]: audit 2024-09-11T08:27:02.152934+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:27:02.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:02 smithi130 bash[14727]: audit 2024-09-11T08:27:02.154629+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:02.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:02 smithi130 bash[14727]: audit 2024-09-11T08:27:02.156366+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:27:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[14933]: cluster 2024-09-11T08:27:01.185327+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[14933]: audit 2024-09-11T08:27:02.152934+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:27:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[14933]: audit 2024-09-11T08:27:02.154629+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[14933]: audit 2024-09-11T08:27:02.156366+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:27:02.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[18840]: cluster 2024-09-11T08:27:01.185327+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:02.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[18840]: audit 2024-09-11T08:27:02.152934+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:27:02.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[18840]: audit 2024-09-11T08:27:02.154629+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:02.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:02 smithi120 bash[18840]: audit 2024-09-11T08:27:02.156366+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-11T08:27:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:03 smithi120 bash[14933]: cephadm 2024-09-11T08:27:02.155883+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T08:27:03.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:03 smithi120 bash[18840]: cephadm 2024-09-11T08:27:02.155883+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T08:27:03.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:03 smithi130 bash[14727]: cephadm 2024-09-11T08:27:02.155883+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T08:27:04.658 INFO:teuthology.orchestra.run.smithi120.stdout:Created osd(s) 0 on host 'smithi120' 2024-09-11T08:27:04.731 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:04 smithi120 bash[14933]: cluster 2024-09-11T08:27:03.185839+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:04.731 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:04 smithi120 bash[18840]: cluster 2024-09-11T08:27:03.185839+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:04.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:04 smithi130 bash[14727]: cluster 2024-09-11T08:27:03.185839+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:05.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:04.650893+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:04.651422+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:05.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:04.655790+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:05.419527+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:05.424171+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:05 smithi130 bash[14727]: audit 2024-09-11T08:27:05.425334+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:05.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:04.650893+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:04.651422+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:05.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:04.650893+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:04.651422+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:05.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:04.655790+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:04.655790+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365709\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365804\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:46.365852\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_device_update\": \"2024-09-11T08:25:45.990401\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:05.419527+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:05.424171+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[14933]: audit 2024-09-11T08:27:05.425334+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:05.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:05.419527+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:05.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:05.424171+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:05.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:05 smithi120 bash[18840]: audit 2024-09-11T08:27:05.425334+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:06.221 DEBUG:teuthology.orchestra.run.smithi120:osd.0> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T08:27:06.224 INFO:tasks.cephadm:Deploying osd.1 on smithi120 with /dev/vg_nvme/lv_3... 2024-09-11T08:27:06.224 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T08:27:06.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:06 smithi120 bash[14933]: cluster 2024-09-11T08:27:05.186312+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:06.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:06 smithi120 bash[18840]: cluster 2024-09-11T08:27:05.186312+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:06 smithi130 bash[14727]: cluster 2024-09-11T08:27:05.186312+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:07.135 INFO:journalctl@ceph.osd.0.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:27:07.933 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:27:07.933 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: 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:27:07.934 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:27:07.934 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:27:07.934 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:27:07.934 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:27:07.934 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:07 smithi120 bash[20600]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-11T08:27:08.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:08 smithi120 bash[18840]: cluster 2024-09-11T08:27:07.186824+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:08.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:08 smithi120 bash[14933]: cluster 2024-09-11T08:27:07.186824+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:08 smithi130 bash[14727]: cluster 2024-09-11T08:27:07.186824+0000 mgr.y (mgr.14140) 53 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:10.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:10 smithi120 bash[18840]: cluster 2024-09-11T08:27:09.187406+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:10 smithi120 bash[14933]: cluster 2024-09-11T08:27:09.187406+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:10 smithi130 bash[14727]: cluster 2024-09-11T08:27:09.187406+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:12.620 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:12 smithi120 bash[20848]: debug 2024-09-11T08:27:12.189+0000 7f69862c0ec0 -1 Falling back to public interface 2024-09-11T08:27:12.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:12 smithi120 bash[14933]: cluster 2024-09-11T08:27:11.188037+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:12 smithi120 bash[18840]: cluster 2024-09-11T08:27:11.188037+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:12.933 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:12 smithi120 bash[20848]: debug 2024-09-11T08:27:12.829+0000 7f69862c0ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T08:27:13.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:12 smithi130 bash[14727]: cluster 2024-09-11T08:27:11.188037+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:13.241 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T08:27:13.241 INFO:teuthology.orchestra.run.smithi120.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T08:27:13.241 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10+0 records in 2024-09-11T08:27:13.241 INFO:teuthology.orchestra.run.smithi120.stderr:10+0 records out 2024-09-11T08:27:13.241 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0161807 s, 648 MB/s 2024-09-11T08:27:13.242 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping successful for: 2024-09-11T08:27:13.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:13 smithi120 bash[14933]: audit 2024-09-11T08:27:12.837495+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:13.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:13 smithi120 bash[14933]: audit 2024-09-11T08:27:12.837892+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:13.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:13 smithi120 bash[18840]: audit 2024-09-11T08:27:12.837495+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:13.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:13 smithi120 bash[18840]: audit 2024-09-11T08:27:12.837892+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:13.996 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi120:vg_nvme/lv_3 2024-09-11T08:27:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:13 smithi130 bash[14727]: audit 2024-09-11T08:27:12.837495+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:13 smithi130 bash[14727]: audit 2024-09-11T08:27:12.837892+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: cluster 2024-09-11T08:27:13.188595+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: audit 2024-09-11T08:27:13.693558+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: cluster 2024-09-11T08:27:13.693654+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: audit 2024-09-11T08:27:13.693921+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: audit 2024-09-11T08:27:13.695877+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: audit 2024-09-11T08:27:13.696403+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: cluster 2024-09-11T08:27:13.792154+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:15.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:14 smithi130 bash[14727]: cluster 2024-09-11T08:27:13.792206+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:15.183 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[20848]: debug 2024-09-11T08:27:14.705+0000 7f696b06d700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T08:27:15.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: cluster 2024-09-11T08:27:13.188595+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:15.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: audit 2024-09-11T08:27:13.693558+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: cluster 2024-09-11T08:27:13.693654+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: audit 2024-09-11T08:27:13.693921+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: audit 2024-09-11T08:27:13.695877+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: audit 2024-09-11T08:27:13.696403+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: cluster 2024-09-11T08:27:13.792154+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[14933]: cluster 2024-09-11T08:27:13.792206+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: cluster 2024-09-11T08:27:13.188595+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: audit 2024-09-11T08:27:13.693558+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: cluster 2024-09-11T08:27:13.693654+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: audit 2024-09-11T08:27:13.693921+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: audit 2024-09-11T08:27:13.695877+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: audit 2024-09-11T08:27:13.696403+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:15.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: cluster 2024-09-11T08:27:13.792154+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:15.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:14 smithi120 bash[18840]: cluster 2024-09-11T08:27:13.792206+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: audit 2024-09-11T08:27:14.698073+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: cluster 2024-09-11T08:27:14.698247+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: audit 2024-09-11T08:27:14.699217+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: audit 2024-09-11T08:27:15.416661+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: audit 2024-09-11T08:27:14.698073+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:15.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: cluster 2024-09-11T08:27:14.698247+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: audit 2024-09-11T08:27:14.699217+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: audit 2024-09-11T08:27:15.416661+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: audit 2024-09-11T08:27:15.642142+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[14933]: audit 2024-09-11T08:27:15.648525+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: audit 2024-09-11T08:27:15.642142+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:15 smithi120 bash[18840]: audit 2024-09-11T08:27:15.648525+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:16.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: audit 2024-09-11T08:27:14.698073+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:16.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: cluster 2024-09-11T08:27:14.698247+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-11T08:27:16.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: audit 2024-09-11T08:27:14.699217+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:16.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: audit 2024-09-11T08:27:15.416661+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:16.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: audit 2024-09-11T08:27:15.642142+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:16.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:15 smithi130 bash[14727]: audit 2024-09-11T08:27:15.648525+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}}, \"last_daemon_update\": \"2024-09-11T08:27:05.418646\", \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:16.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[14933]: cluster 2024-09-11T08:27:15.189073+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:16.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[14933]: cluster 2024-09-11T08:27:15.709243+0000 mon.a (mon.0) 205 : cluster [INF] osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927] boot 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[14933]: cluster 2024-09-11T08:27:15.709309+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[14933]: audit 2024-09-11T08:27:15.710572+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[18840]: cluster 2024-09-11T08:27:15.189073+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[18840]: cluster 2024-09-11T08:27:15.709243+0000 mon.a (mon.0) 205 : cluster [INF] osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927] boot 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[18840]: cluster 2024-09-11T08:27:15.709309+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:27:16.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:16 smithi120 bash[18840]: audit 2024-09-11T08:27:15.710572+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:16 smithi130 bash[14727]: cluster 2024-09-11T08:27:15.189073+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T08:27:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:16 smithi130 bash[14727]: cluster 2024-09-11T08:27:15.709243+0000 mon.a (mon.0) 205 : cluster [INF] osd.0 [v2:172.21.15.120:6802/1130611927,v1:172.21.15.120:6803/1130611927] boot 2024-09-11T08:27:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:16 smithi130 bash[14727]: cluster 2024-09-11T08:27:15.709309+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T08:27:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:16 smithi130 bash[14727]: audit 2024-09-11T08:27:15.710572+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:27:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:17 smithi130 bash[14727]: cluster 2024-09-11T08:27:16.722242+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:27:18.150 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:17 smithi120 bash[18840]: cluster 2024-09-11T08:27:16.722242+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:27:18.150 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:17 smithi120 bash[14933]: cluster 2024-09-11T08:27:16.722242+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: cluster 2024-09-11T08:27:17.189658+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: cluster 2024-09-11T08:27:17.727545+0000 mon.a (mon.0) 209 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: cluster 2024-09-11T08:27:17.743891+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: audit 2024-09-11T08:27:17.847278+0000 mgr.y (mgr.14140) 59 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: cephadm 2024-09-11T08:27:17.848522+0000 mgr.y (mgr.14140) 60 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: audit 2024-09-11T08:27:17.849068+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:19.009 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: audit 2024-09-11T08:27:17.850665+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[18840]: audit 2024-09-11T08:27:17.852641+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: cluster 2024-09-11T08:27:17.189658+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: cluster 2024-09-11T08:27:17.727545+0000 mon.a (mon.0) 209 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: cluster 2024-09-11T08:27:17.743891+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: audit 2024-09-11T08:27:17.847278+0000 mgr.y (mgr.14140) 59 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: cephadm 2024-09-11T08:27:17.848522+0000 mgr.y (mgr.14140) 60 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: audit 2024-09-11T08:27:17.849068+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: audit 2024-09-11T08:27:17.850665+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:19.010 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:18 smithi120 bash[14933]: audit 2024-09-11T08:27:17.852641+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: cluster 2024-09-11T08:27:17.189658+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: cluster 2024-09-11T08:27:17.727545+0000 mon.a (mon.0) 209 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:27:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: cluster 2024-09-11T08:27:17.743891+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-11T08:27:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: audit 2024-09-11T08:27:17.847278+0000 mgr.y (mgr.14140) 59 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:19.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: cephadm 2024-09-11T08:27:17.848522+0000 mgr.y (mgr.14140) 60 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:19.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: audit 2024-09-11T08:27:17.849068+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:19.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: audit 2024-09-11T08:27:17.850665+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:19.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:18 smithi130 bash[14727]: audit 2024-09-11T08:27:17.852641+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:21.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:20 smithi130 bash[14727]: cluster 2024-09-11T08:27:19.190212+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:21.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:20 smithi120 bash[14933]: cluster 2024-09-11T08:27:19.190212+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:21.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:20 smithi120 bash[18840]: cluster 2024-09-11T08:27:19.190212+0000 mgr.y (mgr.14140) 61 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:21 smithi130 bash[14727]: audit 2024-09-11T08:27:21.601566+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.120:0/2778726445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:21 smithi130 bash[14727]: audit 2024-09-11T08:27:21.602214+0000 mon.a (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:21 smithi130 bash[14727]: audit 2024-09-11T08:27:21.607808+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]': finished 2024-09-11T08:27:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:21 smithi130 bash[14727]: cluster 2024-09-11T08:27:21.607866+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:27:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:21 smithi130 bash[14727]: audit 2024-09-11T08:27:21.608078+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:22.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[14933]: audit 2024-09-11T08:27:21.601566+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.120:0/2778726445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[14933]: audit 2024-09-11T08:27:21.602214+0000 mon.a (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[14933]: audit 2024-09-11T08:27:21.607808+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]': finished 2024-09-11T08:27:22.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[14933]: cluster 2024-09-11T08:27:21.607866+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[14933]: audit 2024-09-11T08:27:21.608078+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[18840]: audit 2024-09-11T08:27:21.601566+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.120:0/2778726445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[18840]: audit 2024-09-11T08:27:21.602214+0000 mon.a (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]: dispatch 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[18840]: audit 2024-09-11T08:27:21.607808+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b09a0c36-b9ec-4ab1-8939-3997934c2e31"}]': finished 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[18840]: cluster 2024-09-11T08:27:21.607866+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-11T08:27:22.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:21 smithi120 bash[18840]: audit 2024-09-11T08:27:21.608078+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:23.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:22 smithi130 bash[14727]: cluster 2024-09-11T08:27:21.190762+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:23.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:22 smithi120 bash[18840]: cluster 2024-09-11T08:27:21.190762+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:23.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:22 smithi120 bash[14933]: cluster 2024-09-11T08:27:21.190762+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:24.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:24 smithi120 bash[14933]: cluster 2024-09-11T08:27:23.191388+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:24.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:24 smithi120 bash[14933]: audit 2024-09-11T08:27:23.853336+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.120:0/658525159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:24 smithi120 bash[18840]: cluster 2024-09-11T08:27:23.191388+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:24 smithi120 bash[18840]: audit 2024-09-11T08:27:23.853336+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.120:0/658525159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:24 smithi130 bash[14727]: cluster 2024-09-11T08:27:23.191388+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:24 smithi130 bash[14727]: audit 2024-09-11T08:27:23.853336+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.120:0/658525159' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:25.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:25 smithi120 bash[14933]: cluster 2024-09-11T08:27:24.157069+0000 mon.a (mon.0) 219 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:27:25.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:25 smithi120 bash[18840]: cluster 2024-09-11T08:27:24.157069+0000 mon.a (mon.0) 219 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:27:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:25 smithi130 bash[14727]: cluster 2024-09-11T08:27:24.157069+0000 mon.a (mon.0) 219 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-11T08:27:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:26 smithi120 bash[14933]: cluster 2024-09-11T08:27:25.191968+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:26 smithi120 bash[18840]: cluster 2024-09-11T08:27:25.191968+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:26 smithi130 bash[14727]: cluster 2024-09-11T08:27:25.191968+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:27 smithi130 bash[14727]: audit 2024-09-11T08:27:26.561982+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:27.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:27 smithi120 bash[14933]: audit 2024-09-11T08:27:26.561982+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:27.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:27 smithi120 bash[18840]: audit 2024-09-11T08:27:26.561982+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:28 smithi120 bash[14933]: cluster 2024-09-11T08:27:27.192621+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:28.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:28 smithi120 bash[18840]: cluster 2024-09-11T08:27:27.192621+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:28.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:28 smithi130 bash[14727]: cluster 2024-09-11T08:27:27.192621+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:30.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:30 smithi120 bash[14933]: cluster 2024-09-11T08:27:29.193303+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:30 smithi120 bash[18840]: cluster 2024-09-11T08:27:29.193303+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:30 smithi130 bash[14727]: cluster 2024-09-11T08:27:29.193303+0000 mgr.y (mgr.14140) 66 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:31 smithi130 bash[14727]: audit 2024-09-11T08:27:30.627745+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:27:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:31 smithi130 bash[14727]: audit 2024-09-11T08:27:30.629418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:31 smithi130 bash[14727]: cephadm 2024-09-11T08:27:30.630633+0000 mgr.y (mgr.14140) 67 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T08:27:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:31 smithi130 bash[14727]: audit 2024-09-11T08:27:30.631112+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:27:31.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[14933]: audit 2024-09-11T08:27:30.627745+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:27:31.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[14933]: audit 2024-09-11T08:27:30.629418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:31.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[14933]: cephadm 2024-09-11T08:27:30.630633+0000 mgr.y (mgr.14140) 67 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T08:27:31.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[14933]: audit 2024-09-11T08:27:30.631112+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:27:31.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[18840]: audit 2024-09-11T08:27:30.627745+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:27:31.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[18840]: audit 2024-09-11T08:27:30.629418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:31.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[18840]: cephadm 2024-09-11T08:27:30.630633+0000 mgr.y (mgr.14140) 67 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T08:27:31.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:31 smithi120 bash[18840]: audit 2024-09-11T08:27:30.631112+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-11T08:27:32.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:32 smithi120 bash[14933]: cluster 2024-09-11T08:27:31.193886+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:32.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:32 smithi120 bash[18840]: cluster 2024-09-11T08:27:31.193886+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:32 smithi130 bash[14727]: cluster 2024-09-11T08:27:31.193886+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:33.125 INFO:teuthology.orchestra.run.smithi120.stdout:Created osd(s) 1 on host 'smithi120' 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[14933]: audit 2024-09-11T08:27:33.118296+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[14933]: audit 2024-09-11T08:27:33.118854+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[14933]: audit 2024-09-11T08:27:33.122622+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[18840]: audit 2024-09-11T08:27:33.118296+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[18840]: audit 2024-09-11T08:27:33.118854+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:33.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:33 smithi120 bash[18840]: audit 2024-09-11T08:27:33.122622+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:33 smithi130 bash[14727]: audit 2024-09-11T08:27:33.118296+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:33 smithi130 bash[14727]: audit 2024-09-11T08:27:33.118854+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:33 smithi130 bash[14727]: audit 2024-09-11T08:27:33.122622+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418364\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418465\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418515\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:05.418561\", \"created\": \"2024-09-11T08:27:04.633740\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"daemon_id\": \"1\", \"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\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_device_update\": \"2024-09-11T08:27:15.640765\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:34.538 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[14933]: cluster 2024-09-11T08:27:33.194308+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:34.538 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[18840]: cluster 2024-09-11T08:27:33.194308+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:34.538 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[14933]: audit 2024-09-11T08:27:34.087578+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:34.539 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[14933]: audit 2024-09-11T08:27:34.091560+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:34.539 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[14933]: audit 2024-09-11T08:27:34.092464+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:34.539 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[18840]: audit 2024-09-11T08:27:34.087578+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:34.539 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[18840]: audit 2024-09-11T08:27:34.091560+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:34.539 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:34 smithi120 bash[18840]: audit 2024-09-11T08:27:34.092464+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:34 smithi130 bash[14727]: cluster 2024-09-11T08:27:33.194308+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:34 smithi130 bash[14727]: audit 2024-09-11T08:27:34.087578+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:34 smithi130 bash[14727]: audit 2024-09-11T08:27:34.091560+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:34 smithi130 bash[14727]: audit 2024-09-11T08:27:34.092464+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:34.654 DEBUG:teuthology.orchestra.run.smithi120:osd.1> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T08:27:34.657 INFO:tasks.cephadm:Deploying osd.2 on smithi120 with /dev/vg_nvme/lv_2... 2024-09-11T08:27:34.657 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T08:27:35.999 INFO:journalctl@ceph.osd.1.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:27:36.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[18840]: cluster 2024-09-11T08:27:35.194796+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:36.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[14933]: cluster 2024-09-11T08:27:35.194796+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:36.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:36 smithi130 bash[14727]: cluster 2024-09-11T08:27:35.194796+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: 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:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:27:36.816 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:36 smithi120 bash[22192]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-11T08:27:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:38 smithi130 bash[14727]: cluster 2024-09-11T08:27:37.195473+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:38 smithi120 bash[14933]: cluster 2024-09-11T08:27:37.195473+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:38 smithi120 bash[18840]: cluster 2024-09-11T08:27:37.195473+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:40 smithi130 bash[14727]: cluster 2024-09-11T08:27:39.196051+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:40 smithi120 bash[14933]: cluster 2024-09-11T08:27:39.196051+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:40 smithi120 bash[18840]: cluster 2024-09-11T08:27:39.196051+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:41.183 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:40 smithi120 bash[22505]: debug 2024-09-11T08:27:40.820+0000 7ff9c4257ec0 -1 Falling back to public interface 2024-09-11T08:27:41.487 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:41 smithi120 bash[22505]: debug 2024-09-11T08:27:41.480+0000 7ff9c4257ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10+0 records in 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr:10+0 records out 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0210381 s, 498 MB/s 2024-09-11T08:27:41.799 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping successful for: 2024-09-11T08:27:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[14933]: cluster 2024-09-11T08:27:41.196554+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:42.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[14933]: audit 2024-09-11T08:27:41.490061+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:42.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[14933]: audit 2024-09-11T08:27:41.490450+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[18840]: cluster 2024-09-11T08:27:41.196554+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[18840]: audit 2024-09-11T08:27:41.490061+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:42 smithi120 bash[18840]: audit 2024-09-11T08:27:41.490450+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:42.549 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi120:vg_nvme/lv_2 2024-09-11T08:27:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:42 smithi130 bash[14727]: cluster 2024-09-11T08:27:41.196554+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:42 smithi130 bash[14727]: audit 2024-09-11T08:27:41.490061+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:42 smithi130 bash[14727]: audit 2024-09-11T08:27:41.490450+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:27:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:43 smithi130 bash[14727]: audit 2024-09-11T08:27:42.259809+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:27:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:43 smithi130 bash[14727]: cluster 2024-09-11T08:27:42.259929+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:27:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:43 smithi130 bash[14727]: audit 2024-09-11T08:27:42.260184+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:43 smithi130 bash[14727]: audit 2024-09-11T08:27:42.260833+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:43 smithi130 bash[14727]: audit 2024-09-11T08:27:42.261336+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:43.683 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[22505]: debug 2024-09-11T08:27:43.268+0000 7ff9ad00c700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T08:27:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[18840]: audit 2024-09-11T08:27:42.259809+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:27:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[18840]: cluster 2024-09-11T08:27:42.259929+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:27:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[18840]: audit 2024-09-11T08:27:42.260184+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[18840]: audit 2024-09-11T08:27:42.260833+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[18840]: audit 2024-09-11T08:27:42.261336+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[14933]: audit 2024-09-11T08:27:42.259809+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:27:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[14933]: cluster 2024-09-11T08:27:42.259929+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-11T08:27:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[14933]: audit 2024-09-11T08:27:42.260184+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[14933]: audit 2024-09-11T08:27:42.260833+0000 mon.c (mon.1) 11 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:43 smithi120 bash[14933]: audit 2024-09-11T08:27:42.261336+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: cluster 2024-09-11T08:27:42.536327+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: cluster 2024-09-11T08:27:42.536437+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: cluster 2024-09-11T08:27:43.197089+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: audit 2024-09-11T08:27:43.264824+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: cluster 2024-09-11T08:27:43.264971+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: audit 2024-09-11T08:27:43.265897+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: audit 2024-09-11T08:27:43.925378+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: audit 2024-09-11T08:27:44.150106+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:44.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:44 smithi130 bash[14727]: audit 2024-09-11T08:27:44.153918+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: cluster 2024-09-11T08:27:42.536327+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: cluster 2024-09-11T08:27:42.536437+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: cluster 2024-09-11T08:27:43.197089+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: audit 2024-09-11T08:27:43.264824+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: cluster 2024-09-11T08:27:43.264971+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: audit 2024-09-11T08:27:43.265897+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: audit 2024-09-11T08:27:43.925378+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:44.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: audit 2024-09-11T08:27:44.150106+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[18840]: audit 2024-09-11T08:27:44.153918+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: cluster 2024-09-11T08:27:42.536327+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: cluster 2024-09-11T08:27:42.536437+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: cluster 2024-09-11T08:27:43.197089+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: audit 2024-09-11T08:27:43.264824+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: cluster 2024-09-11T08:27:43.264971+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-11T08:27:44.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: audit 2024-09-11T08:27:43.265897+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:44.633 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: audit 2024-09-11T08:27:43.925378+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:27:44.633 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: audit 2024-09-11T08:27:44.150106+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:27:44.633 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:44 smithi120 bash[14933]: audit 2024-09-11T08:27:44.153918+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}}, \"last_daemon_update\": \"2024-09-11T08:27:34.086565\", \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:27:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:45 smithi130 bash[14727]: cluster 2024-09-11T08:27:44.276897+0000 mon.a (mon.0) 241 : cluster [INF] osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985] boot 2024-09-11T08:27:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:45 smithi130 bash[14727]: cluster 2024-09-11T08:27:44.277017+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:27:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:45 smithi130 bash[14727]: audit 2024-09-11T08:27:44.278036+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:45.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[14933]: cluster 2024-09-11T08:27:44.276897+0000 mon.a (mon.0) 241 : cluster [INF] osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985] boot 2024-09-11T08:27:45.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[14933]: cluster 2024-09-11T08:27:44.277017+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:27:45.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[14933]: audit 2024-09-11T08:27:44.278036+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:45.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[18840]: cluster 2024-09-11T08:27:44.276897+0000 mon.a (mon.0) 241 : cluster [INF] osd.1 [v2:172.21.15.120:6810/3530908985,v1:172.21.15.120:6811/3530908985] boot 2024-09-11T08:27:45.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[18840]: cluster 2024-09-11T08:27:44.277017+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-11T08:27:45.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:45 smithi120 bash[18840]: audit 2024-09-11T08:27:44.278036+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[18840]: cluster 2024-09-11T08:27:45.197746+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[18840]: cluster 2024-09-11T08:27:45.296919+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[18840]: audit 2024-09-11T08:27:46.044277+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]: dispatch 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[18840]: audit 2024-09-11T08:27:46.049297+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]': finished 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[14933]: cluster 2024-09-11T08:27:45.197746+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:46.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[14933]: cluster 2024-09-11T08:27:45.296919+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:27:46.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[14933]: audit 2024-09-11T08:27:46.044277+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]: dispatch 2024-09-11T08:27:46.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:46 smithi120 bash[14933]: audit 2024-09-11T08:27:46.049297+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]': finished 2024-09-11T08:27:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:46 smithi130 bash[14727]: cluster 2024-09-11T08:27:45.197746+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v68: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-11T08:27:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:46 smithi130 bash[14727]: cluster 2024-09-11T08:27:45.296919+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-11T08:27:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:46 smithi130 bash[14727]: audit 2024-09-11T08:27:46.044277+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]: dispatch 2024-09-11T08:27:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:46 smithi130 bash[14727]: audit 2024-09-11T08:27:46.049297+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240911-082537"}]': finished 2024-09-11T08:27:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:47 smithi130 bash[14727]: audit 2024-09-11T08:27:46.513193+0000 mgr.y (mgr.14140) 76 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:47 smithi130 bash[14727]: cephadm 2024-09-11T08:27:46.514084+0000 mgr.y (mgr.14140) 77 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:47 smithi130 bash[14727]: audit 2024-09-11T08:27:46.514609+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:47 smithi130 bash[14727]: audit 2024-09-11T08:27:46.516129+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:47 smithi130 bash[14727]: audit 2024-09-11T08:27:46.517846+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[14933]: audit 2024-09-11T08:27:46.513193+0000 mgr.y (mgr.14140) 76 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[14933]: cephadm 2024-09-11T08:27:46.514084+0000 mgr.y (mgr.14140) 77 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[14933]: audit 2024-09-11T08:27:46.514609+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[14933]: audit 2024-09-11T08:27:46.516129+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[14933]: audit 2024-09-11T08:27:46.517846+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[18840]: audit 2024-09-11T08:27:46.513193+0000 mgr.y (mgr.14140) 76 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:27:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[18840]: cephadm 2024-09-11T08:27:46.514084+0000 mgr.y (mgr.14140) 77 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:27:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[18840]: audit 2024-09-11T08:27:46.514609+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:27:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[18840]: audit 2024-09-11T08:27:46.516129+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:47 smithi120 bash[18840]: audit 2024-09-11T08:27:46.517846+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:48 smithi130 bash[14727]: cluster 2024-09-11T08:27:47.198364+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:48 smithi120 bash[14933]: cluster 2024-09-11T08:27:47.198364+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:48 smithi120 bash[18840]: cluster 2024-09-11T08:27:47.198364+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: cluster 2024-09-11T08:27:49.198909+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:50.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: audit 2024-09-11T08:27:50.214512+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.120:0/3556299426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: audit 2024-09-11T08:27:50.215219+0000 mon.a (mon.0) 250 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: audit 2024-09-11T08:27:50.226224+0000 mon.a (mon.0) 251 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]': finished 2024-09-11T08:27:50.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: cluster 2024-09-11T08:27:50.226422+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:27:50.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:50 smithi130 bash[14727]: audit 2024-09-11T08:27:50.226684+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:27:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: cluster 2024-09-11T08:27:49.198909+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: audit 2024-09-11T08:27:50.214512+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.120:0/3556299426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: audit 2024-09-11T08:27:50.215219+0000 mon.a (mon.0) 250 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: audit 2024-09-11T08:27:50.226224+0000 mon.a (mon.0) 251 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]': finished 2024-09-11T08:27:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: cluster 2024-09-11T08:27:50.226422+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[14933]: audit 2024-09-11T08:27:50.226684+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: cluster 2024-09-11T08:27:49.198909+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: audit 2024-09-11T08:27:50.214512+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.120:0/3556299426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: audit 2024-09-11T08:27:50.215219+0000 mon.a (mon.0) 250 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]: dispatch 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: audit 2024-09-11T08:27:50.226224+0000 mon.a (mon.0) 251 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a08ab66-9d69-45d6-b8f5-9d3eaf19925e"}]': finished 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: cluster 2024-09-11T08:27:50.226422+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-11T08:27:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:50 smithi120 bash[18840]: audit 2024-09-11T08:27:50.226684+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:27:51.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:51 smithi120 bash[14933]: cluster 2024-09-11T08:27:51.314667+0000 mon.a (mon.0) 254 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:27:51.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:51 smithi120 bash[14933]: cluster 2024-09-11T08:27:51.314784+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:27:51.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:51 smithi120 bash[18840]: cluster 2024-09-11T08:27:51.314667+0000 mon.a (mon.0) 254 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:27:51.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:51 smithi120 bash[18840]: cluster 2024-09-11T08:27:51.314784+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:27:51.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:51 smithi130 bash[14727]: cluster 2024-09-11T08:27:51.314667+0000 mon.a (mon.0) 254 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:27:51.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:51 smithi130 bash[14727]: cluster 2024-09-11T08:27:51.314784+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-11T08:27:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:52 smithi120 bash[14933]: cluster 2024-09-11T08:27:51.199553+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:52 smithi120 bash[14933]: audit 2024-09-11T08:27:52.298372+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.120:0/2261567995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:52 smithi120 bash[18840]: cluster 2024-09-11T08:27:51.199553+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:52 smithi120 bash[18840]: audit 2024-09-11T08:27:52.298372+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.120:0/2261567995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:52 smithi130 bash[14727]: cluster 2024-09-11T08:27:51.199553+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:52 smithi130 bash[14727]: audit 2024-09-11T08:27:52.298372+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.120:0/2261567995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:27:54.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:54 smithi120 bash[14933]: cluster 2024-09-11T08:27:53.200219+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v74: 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:27:54.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:54 smithi120 bash[18840]: cluster 2024-09-11T08:27:53.200219+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v74: 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:27:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:54 smithi130 bash[14727]: cluster 2024-09-11T08:27:53.200219+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v74: 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:27:55.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:55 smithi120 bash[18840]: audit 2024-09-11T08:27:54.989407+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:55.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:55 smithi120 bash[14933]: audit 2024-09-11T08:27:54.989407+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:55 smithi130 bash[14727]: audit 2024-09-11T08:27:54.989407+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:27:56.512 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:56 smithi120 bash[14933]: cluster 2024-09-11T08:27:55.200655+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 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:27:56.512 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:56 smithi120 bash[18840]: cluster 2024-09-11T08:27:55.200655+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 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:27:56.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:56 smithi130 bash[14727]: cluster 2024-09-11T08:27:55.200655+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v75: 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:27:58.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:58 smithi130 bash[14727]: cluster 2024-09-11T08:27:57.201309+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:58.636 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:58 smithi120 bash[14933]: cluster 2024-09-11T08:27:57.201309+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:58.637 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:58 smithi120 bash[18840]: cluster 2024-09-11T08:27:57.201309+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:27:59.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:59 smithi130 bash[14727]: audit 2024-09-11T08:27:59.115685+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:27:59.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:59 smithi130 bash[14727]: audit 2024-09-11T08:27:59.117138+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:59.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:27:59 smithi130 bash[14727]: audit 2024-09-11T08:27:59.118665+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:27:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[14933]: audit 2024-09-11T08:27:59.115685+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:27:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[14933]: audit 2024-09-11T08:27:59.117138+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[14933]: audit 2024-09-11T08:27:59.118665+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:27:59.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[18840]: audit 2024-09-11T08:27:59.115685+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:27:59.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[18840]: audit 2024-09-11T08:27:59.117138+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:27:59.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:27:59 smithi120 bash[18840]: audit 2024-09-11T08:27:59.118665+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-11T08:28:00.570 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:00 smithi120 bash[18840]: cephadm 2024-09-11T08:27:59.118168+0000 mgr.y (mgr.14140) 84 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T08:28:00.570 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:00 smithi120 bash[18840]: cluster 2024-09-11T08:27:59.201882+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v77: 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:28:00.570 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:00 smithi120 bash[14933]: cephadm 2024-09-11T08:27:59.118168+0000 mgr.y (mgr.14140) 84 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T08:28:00.570 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:00 smithi120 bash[14933]: cluster 2024-09-11T08:27:59.201882+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v77: 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:28:00.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:00 smithi130 bash[14727]: cephadm 2024-09-11T08:27:59.118168+0000 mgr.y (mgr.14140) 84 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T08:28:00.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:00 smithi130 bash[14727]: cluster 2024-09-11T08:27:59.201882+0000 mgr.y (mgr.14140) 85 : cluster [DBG] pgmap v77: 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:28:01.532 INFO:teuthology.orchestra.run.smithi120.stdout:Created osd(s) 2 on host 'smithi120' 2024-09-11T08:28:02.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[14933]: cluster 2024-09-11T08:28:01.202425+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 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:28:02.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[18840]: cluster 2024-09-11T08:28:01.202425+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 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:28:02.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[14933]: audit 2024-09-11T08:28:01.524619+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:02.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[14933]: audit 2024-09-11T08:28:01.525248+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:02.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[14933]: audit 2024-09-11T08:28:01.529166+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:02.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[18840]: audit 2024-09-11T08:28:01.524619+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:02.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[18840]: audit 2024-09-11T08:28:01.525248+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:02.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:02 smithi120 bash[18840]: audit 2024-09-11T08:28:01.529166+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:02.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:02 smithi130 bash[14727]: cluster 2024-09-11T08:28:01.202425+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v78: 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:28:02.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:02 smithi130 bash[14727]: audit 2024-09-11T08:28:01.524619+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:02.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:02 smithi130 bash[14727]: audit 2024-09-11T08:28:01.525248+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:02.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:02 smithi130 bash[14727]: audit 2024-09-11T08:28:01.529166+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086227\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086332\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086382\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:27:34.086429\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:27:34.086476\", \"created\": \"2024-09-11T08:27:33.097086\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_device_update\": \"2024-09-11T08:27:44.148726\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:03.196 DEBUG:teuthology.orchestra.run.smithi120:osd.2> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T08:28:03.199 INFO:tasks.cephadm:Deploying osd.3 on smithi120 with /dev/vg_nvme/lv_1... 2024-09-11T08:28:03.199 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T08:28:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:03 smithi130 bash[14727]: audit 2024-09-11T08:28:02.435305+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:03 smithi130 bash[14727]: audit 2024-09-11T08:28:02.440388+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:03 smithi130 bash[14727]: audit 2024-09-11T08:28:02.441550+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:03.650 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[14933]: audit 2024-09-11T08:28:02.435305+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:03.650 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[14933]: audit 2024-09-11T08:28:02.440388+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:03.651 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[14933]: audit 2024-09-11T08:28:02.441550+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:03.651 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[18840]: audit 2024-09-11T08:28:02.435305+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:03.652 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[18840]: audit 2024-09-11T08:28:02.440388+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:03.652 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:03 smithi120 bash[18840]: audit 2024-09-11T08:28:02.441550+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:04.354 INFO:journalctl@ceph.osd.2.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:28:04.408 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[14933]: cluster 2024-09-11T08:28:03.202925+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v79: 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:28:04.408 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[18840]: cluster 2024-09-11T08:28:03.202925+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v79: 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:28:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:04 smithi130 bash[14727]: cluster 2024-09-11T08:28:03.202925+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v79: 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:28:05.183 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:28:05.183 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: 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:28:05.183 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:28:05.183 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:28:05.183 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:28:05.184 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:28:05.184 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:04 smithi120 bash[23799]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-11T08:28:06.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:06 smithi120 bash[14933]: cluster 2024-09-11T08:28:05.203502+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v80: 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:28:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:06 smithi120 bash[18840]: cluster 2024-09-11T08:28:05.203502+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v80: 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:28:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:06 smithi130 bash[14727]: cluster 2024-09-11T08:28:05.203502+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v80: 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:28:08.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:08 smithi120 bash[14933]: cluster 2024-09-11T08:28:07.204166+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 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:28:08.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:08 smithi120 bash[18840]: cluster 2024-09-11T08:28:07.204166+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 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:28:08.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:08 smithi130 bash[14727]: cluster 2024-09-11T08:28:07.204166+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v81: 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:28:09.671 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:09 smithi120 bash[24122]: debug 2024-09-11T08:28:09.368+0000 7f360327aec0 -1 Falling back to public interface 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10+0 records in 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr:10+0 records out 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0160345 s, 654 MB/s 2024-09-11T08:28:10.222 INFO:teuthology.orchestra.run.smithi120.stderr:--> Zapping successful for: 2024-09-11T08:28:10.270 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[24122]: debug 2024-09-11T08:28:10.004+0000 7f360327aec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T08:28:10.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:10 smithi130 bash[14727]: cluster 2024-09-11T08:28:09.204853+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 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:28:10.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:10 smithi130 bash[14727]: audit 2024-09-11T08:28:10.011411+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:10 smithi130 bash[14727]: audit 2024-09-11T08:28:10.011796+0000 mon.a (mon.0) 266 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[14933]: cluster 2024-09-11T08:28:09.204853+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 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:28:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[14933]: audit 2024-09-11T08:28:10.011411+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[14933]: audit 2024-09-11T08:28:10.011796+0000 mon.a (mon.0) 266 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[18840]: cluster 2024-09-11T08:28:09.204853+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v82: 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:28:10.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[18840]: audit 2024-09-11T08:28:10.011411+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:10 smithi120 bash[18840]: audit 2024-09-11T08:28:10.011796+0000 mon.a (mon.0) 266 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:28:10.948 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi120:vg_nvme/lv_1 2024-09-11T08:28:11.439 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[24122]: debug 2024-09-11T08:28:11.308+0000 7f35ec02f700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T08:28:11.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:10.307445+0000 mon.a (mon.0) 267 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:28:11.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: cluster 2024-09-11T08:28:10.307527+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:10.307445+0000 mon.a (mon.0) 267 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: cluster 2024-09-11T08:28:10.307527+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:10.308482+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:10.308512+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:10.309358+0000 mon.a (mon.0) 270 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:11.306926+0000 mon.a (mon.0) 271 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: cluster 2024-09-11T08:28:11.307077+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:28:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:11 smithi130 bash[14727]: audit 2024-09-11T08:28:11.307415+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:10.308482+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:10.308512+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:10.309358+0000 mon.a (mon.0) 270 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:11.306926+0000 mon.a (mon.0) 271 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: cluster 2024-09-11T08:28:11.307077+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[14933]: audit 2024-09-11T08:28:11.307415+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:10.307445+0000 mon.a (mon.0) 267 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: cluster 2024-09-11T08:28:10.307527+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:10.308482+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:10.308512+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:10.309358+0000 mon.a (mon.0) 270 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:11.306926+0000 mon.a (mon.0) 271 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: cluster 2024-09-11T08:28:11.307077+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-11T08:28:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:11 smithi120 bash[18840]: audit 2024-09-11T08:28:11.307415+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:12 smithi130 bash[14727]: cluster 2024-09-11T08:28:11.048870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:12 smithi130 bash[14727]: cluster 2024-09-11T08:28:11.048932+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:12 smithi130 bash[14727]: cluster 2024-09-11T08:28:11.205556+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 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:28:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:12 smithi130 bash[14727]: audit 2024-09-11T08:28:12.133636+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:12.630 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[14933]: cluster 2024-09-11T08:28:11.048870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:12.631 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[14933]: cluster 2024-09-11T08:28:11.048932+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:12.631 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[14933]: cluster 2024-09-11T08:28:11.205556+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 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:28:12.631 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[14933]: audit 2024-09-11T08:28:12.133636+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:12.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[18840]: cluster 2024-09-11T08:28:11.048870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:12.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[18840]: cluster 2024-09-11T08:28:11.048932+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:12.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[18840]: cluster 2024-09-11T08:28:11.205556+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v84: 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:28:12.631 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:12 smithi120 bash[18840]: audit 2024-09-11T08:28:12.133636+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:13 smithi130 bash[14727]: cluster 2024-09-11T08:28:12.331124+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811] boot 2024-09-11T08:28:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:13 smithi130 bash[14727]: cluster 2024-09-11T08:28:12.331353+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:28:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:13 smithi130 bash[14727]: audit 2024-09-11T08:28:12.332328+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:13 smithi130 bash[14727]: audit 2024-09-11T08:28:12.362329+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:13 smithi130 bash[14727]: audit 2024-09-11T08:28:12.366317+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[14933]: cluster 2024-09-11T08:28:12.331124+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811] boot 2024-09-11T08:28:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[14933]: cluster 2024-09-11T08:28:12.331353+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:28:13.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[14933]: audit 2024-09-11T08:28:12.332328+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:13.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[18840]: cluster 2024-09-11T08:28:12.331124+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.120:6818/231400811,v1:172.21.15.120:6819/231400811] boot 2024-09-11T08:28:13.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[18840]: cluster 2024-09-11T08:28:12.331353+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T08:28:13.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[18840]: audit 2024-09-11T08:28:12.332328+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:28:13.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[14933]: audit 2024-09-11T08:28:12.362329+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:13.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[14933]: audit 2024-09-11T08:28:12.366317+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:13.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[18840]: audit 2024-09-11T08:28:12.362329+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:13.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:13 smithi120 bash[18840]: audit 2024-09-11T08:28:12.366317+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}}, \"last_daemon_update\": \"2024-09-11T08:28:02.433696\", \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:14 smithi120 bash[14933]: cluster 2024-09-11T08:28:13.206284+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v87: 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:28:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:14 smithi120 bash[14933]: cluster 2024-09-11T08:28:13.371105+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:28:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:14 smithi120 bash[18840]: cluster 2024-09-11T08:28:13.206284+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v87: 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:28:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:14 smithi120 bash[18840]: cluster 2024-09-11T08:28:13.371105+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:28:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:14 smithi130 bash[14727]: cluster 2024-09-11T08:28:13.206284+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v87: 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:28:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:14 smithi130 bash[14727]: cluster 2024-09-11T08:28:13.371105+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: cluster 2024-09-11T08:28:14.371064+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: audit 2024-09-11T08:28:14.684410+0000 mgr.y (mgr.14140) 93 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: cephadm 2024-09-11T08:28:14.685713+0000 mgr.y (mgr.14140) 94 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: audit 2024-09-11T08:28:14.686243+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: audit 2024-09-11T08:28:14.687574+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:15.391 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[18840]: audit 2024-09-11T08:28:14.689474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: cluster 2024-09-11T08:28:14.371064+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: audit 2024-09-11T08:28:14.684410+0000 mgr.y (mgr.14140) 93 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: cephadm 2024-09-11T08:28:14.685713+0000 mgr.y (mgr.14140) 94 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: audit 2024-09-11T08:28:14.686243+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: audit 2024-09-11T08:28:14.687574+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:15.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:15 smithi120 bash[14933]: audit 2024-09-11T08:28:14.689474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:15.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: cluster 2024-09-11T08:28:14.371064+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-11T08:28:15.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: audit 2024-09-11T08:28:14.684410+0000 mgr.y (mgr.14140) 93 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi120:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:15.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: cephadm 2024-09-11T08:28:14.685713+0000 mgr.y (mgr.14140) 94 : cephadm [INF] Applying osd on host smithi120... 2024-09-11T08:28:15.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: audit 2024-09-11T08:28:14.686243+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:15.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: audit 2024-09-11T08:28:14.687574+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:15.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:15 smithi130 bash[14727]: audit 2024-09-11T08:28:14.689474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:16.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:16 smithi120 bash[18840]: cluster 2024-09-11T08:28:15.206894+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 504 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:28:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:16 smithi120 bash[14933]: cluster 2024-09-11T08:28:15.206894+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 504 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:28:16.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:16 smithi130 bash[14727]: cluster 2024-09-11T08:28:15.206894+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v90: 1 pgs: 1 active+undersized+degraded; 0 B data, 504 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-11T08:28:17.751 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:17 smithi120 bash[18840]: cluster 2024-09-11T08:28:17.390575+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:28:17.751 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:17 smithi120 bash[18840]: cluster 2024-09-11T08:28:17.390678+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-09-11T08:28:17.751 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:17 smithi120 bash[14933]: cluster 2024-09-11T08:28:17.390575+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:28:17.751 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:17 smithi120 bash[14933]: cluster 2024-09-11T08:28:17.390678+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-09-11T08:28:17.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:17 smithi130 bash[14727]: cluster 2024-09-11T08:28:17.390575+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-11T08:28:17.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:17 smithi130 bash[14727]: cluster 2024-09-11T08:28:17.390678+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-09-11T08:28:18.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:18 smithi130 bash[14727]: cluster 2024-09-11T08:28:17.207545+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v91: 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:28:18.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:18 smithi120 bash[14933]: cluster 2024-09-11T08:28:17.207545+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v91: 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:28:18.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:18 smithi120 bash[18840]: cluster 2024-09-11T08:28:17.207545+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v91: 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:28:19.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:19 smithi130 bash[14727]: audit 2024-09-11T08:28:18.557111+0000 mon.a (mon.0) 287 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]: dispatch 2024-09-11T08:28:19.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:19 smithi130 bash[14727]: audit 2024-09-11T08:28:18.564054+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]': finished 2024-09-11T08:28:19.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:19 smithi130 bash[14727]: cluster 2024-09-11T08:28:18.564205+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:28:19.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:19 smithi130 bash[14727]: audit 2024-09-11T08:28:18.564336+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:19.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[14933]: audit 2024-09-11T08:28:18.557111+0000 mon.a (mon.0) 287 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]: dispatch 2024-09-11T08:28:19.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[14933]: audit 2024-09-11T08:28:18.564054+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]': finished 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[14933]: cluster 2024-09-11T08:28:18.564205+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[14933]: audit 2024-09-11T08:28:18.564336+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[18840]: audit 2024-09-11T08:28:18.557111+0000 mon.a (mon.0) 287 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]: dispatch 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[18840]: audit 2024-09-11T08:28:18.564054+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.120:0/1985319593' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93efcac1-4aa4-42b9-8447-fdab0135e6f5"}]': finished 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[18840]: cluster 2024-09-11T08:28:18.564205+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-11T08:28:19.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:19 smithi120 bash[18840]: audit 2024-09-11T08:28:18.564336+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:20.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:20 smithi130 bash[14727]: cluster 2024-09-11T08:28:19.208180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v93: 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:28:20.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:20 smithi120 bash[18840]: cluster 2024-09-11T08:28:19.208180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v93: 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:28:20.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:20 smithi120 bash[14933]: cluster 2024-09-11T08:28:19.208180+0000 mgr.y (mgr.14140) 97 : cluster [DBG] pgmap v93: 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:28:21.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:21 smithi130 bash[14727]: audit 2024-09-11T08:28:20.854432+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.120:0/465513741' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:21.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:21 smithi120 bash[14933]: audit 2024-09-11T08:28:20.854432+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.120:0/465513741' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:21.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:21 smithi120 bash[18840]: audit 2024-09-11T08:28:20.854432+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.120:0/465513741' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:22.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:22 smithi130 bash[14727]: cluster 2024-09-11T08:28:21.208776+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:22.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:22 smithi120 bash[14933]: cluster 2024-09-11T08:28:21.208776+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:22.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:22 smithi120 bash[18840]: cluster 2024-09-11T08:28:21.208776+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:24 smithi130 bash[14727]: cluster 2024-09-11T08:28:23.209302+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:24 smithi130 bash[14727]: audit 2024-09-11T08:28:23.614980+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:24 smithi120 bash[14933]: cluster 2024-09-11T08:28:23.209302+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:24 smithi120 bash[14933]: audit 2024-09-11T08:28:23.614980+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:24 smithi120 bash[18840]: cluster 2024-09-11T08:28:23.209302+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:24 smithi120 bash[18840]: audit 2024-09-11T08:28:23.614980+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:26.549 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:26 smithi120 bash[14933]: cluster 2024-09-11T08:28:25.209840+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:26.550 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:26 smithi120 bash[18840]: cluster 2024-09-11T08:28:25.209840+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:26 smithi130 bash[14727]: cluster 2024-09-11T08:28:25.209840+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-11T08:28:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[14933]: cluster 2024-09-11T08:28:27.210370+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[14933]: audit 2024-09-11T08:28:27.768040+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:28:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[14933]: audit 2024-09-11T08:28:27.770083+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[14933]: cephadm 2024-09-11T08:28:27.771516+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T08:28:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[14933]: audit 2024-09-11T08:28:27.772034+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:28:28.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[18840]: cluster 2024-09-11T08:28:27.210370+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:28.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[18840]: audit 2024-09-11T08:28:27.768040+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:28:28.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[18840]: audit 2024-09-11T08:28:27.770083+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:28.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[18840]: cephadm 2024-09-11T08:28:27.771516+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T08:28:28.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:28 smithi120 bash[18840]: audit 2024-09-11T08:28:27.772034+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:28:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:28 smithi130 bash[14727]: cluster 2024-09-11T08:28:27.210370+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:28 smithi130 bash[14727]: audit 2024-09-11T08:28:27.768040+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:28:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:28 smithi130 bash[14727]: audit 2024-09-11T08:28:27.770083+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:28 smithi130 bash[14727]: cephadm 2024-09-11T08:28:27.771516+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T08:28:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:28 smithi130 bash[14727]: audit 2024-09-11T08:28:27.772034+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-11T08:28:30.288 INFO:teuthology.orchestra.run.smithi120.stdout:Created osd(s) 3 on host 'smithi120' 2024-09-11T08:28:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:30 smithi130 bash[14727]: cluster 2024-09-11T08:28:29.210851+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:30 smithi120 bash[18840]: cluster 2024-09-11T08:28:29.210851+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:30 smithi120 bash[14933]: cluster 2024-09-11T08:28:29.210851+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:30.277329+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:30.277526+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:30.286993+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:31.202202+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:31.207793+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:31 smithi130 bash[14727]: audit 2024-09-11T08:28:31.209088+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.653 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:30.277329+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.653 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:30.277526+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.653 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:30.277329+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.653 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:30.277526+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.654 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:30.286993+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.654 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:30.286993+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.432827\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433011\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433128\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433239\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:02.433368\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:02.433508\", \"created\": \"2024-09-11T08:28:01.504439\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_device_update\": \"2024-09-11T08:28:12.361066\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:31.202202+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:31.207793+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[18840]: audit 2024-09-11T08:28:31.209088+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:31.202202+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:31.207793+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:31.655 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:31 smithi120 bash[14933]: audit 2024-09-11T08:28:31.209088+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:31.742 DEBUG:teuthology.orchestra.run.smithi120:osd.3> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T08:28:31.744 INFO:tasks.cephadm:Deploying osd.4 on smithi130 with /dev/vg_nvme/lv_4... 2024-09-11T08:28:31.744 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T08:28:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:32 smithi130 bash[14727]: cluster 2024-09-11T08:28:31.211409+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:32.458 INFO:journalctl@ceph.osd.3.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:28:32.603 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:32 smithi120 bash[14933]: cluster 2024-09-11T08:28:31.211409+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:32.604 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:32 smithi120 bash[18840]: cluster 2024-09-11T08:28:31.211409+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:33.326 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:28:33.326 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-11T08:28:33.326 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:28:33.326 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:28:33.327 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:28:33.327 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:28:33.327 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:33 smithi120 bash[25406]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-11T08:28:34.229 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:34 smithi120 bash[14933]: cluster 2024-09-11T08:28:33.211817+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:34.229 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:34 smithi120 bash[18840]: cluster 2024-09-11T08:28:33.211817+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:34 smithi130 bash[14727]: cluster 2024-09-11T08:28:33.211817+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:35.266 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T08:28:35.266 INFO:teuthology.orchestra.run.smithi130.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T08:28:35.267 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10+0 records in 2024-09-11T08:28:35.267 INFO:teuthology.orchestra.run.smithi130.stderr:10+0 records out 2024-09-11T08:28:35.267 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0212876 s, 493 MB/s 2024-09-11T08:28:35.267 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping successful for: 2024-09-11T08:28:35.903 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi130:vg_nvme/lv_4 2024-09-11T08:28:36.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:36 smithi130 bash[14727]: cluster 2024-09-11T08:28:35.212299+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:36 smithi120 bash[14933]: cluster 2024-09-11T08:28:35.212299+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:36 smithi120 bash[18840]: cluster 2024-09-11T08:28:35.212299+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:36.683 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:36 smithi120 bash[25714]: debug 2024-09-11T08:28:36.299+0000 7fa9dee72ec0 -1 Falling back to public interface 2024-09-11T08:28:37.183 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:36 smithi120 bash[25714]: debug 2024-09-11T08:28:36.923+0000 7fa9dee72ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T08:28:37.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:37 smithi130 bash[14727]: audit 2024-09-11T08:28:36.931438+0000 mon.a (mon.0) 301 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:28:37.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:37 smithi120 bash[14933]: audit 2024-09-11T08:28:36.931438+0000 mon.a (mon.0) 301 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:28:37.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:37 smithi120 bash[18840]: audit 2024-09-11T08:28:36.931438+0000 mon.a (mon.0) 301 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:28:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: cluster 2024-09-11T08:28:37.212858+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:37.284811+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: cluster 2024-09-11T08:28:37.284884+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:37.285048+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:37.285523+0000 mon.a (mon.0) 305 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:37.902273+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: cluster 2024-09-11T08:28:37.918754+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: cluster 2024-09-11T08:28:37.918891+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:38.128088+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:38 smithi130 bash[14727]: audit 2024-09-11T08:28:38.133712+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:38.683 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[25714]: debug 2024-09-11T08:28:38.291+0000 7fa9c3c1f700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T08:28:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: cluster 2024-09-11T08:28:37.212858+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:37.284811+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: cluster 2024-09-11T08:28:37.284884+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:37.285048+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:37.285523+0000 mon.a (mon.0) 305 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:37.902273+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: cluster 2024-09-11T08:28:37.918754+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: cluster 2024-09-11T08:28:37.918891+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:38.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: cluster 2024-09-11T08:28:37.212858+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:37.284811+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: cluster 2024-09-11T08:28:37.284884+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:37.285048+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:37.285523+0000 mon.a (mon.0) 305 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:37.902273+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: cluster 2024-09-11T08:28:37.918754+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: cluster 2024-09-11T08:28:37.918891+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:38.128088+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[14933]: audit 2024-09-11T08:28:38.133712+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:38.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:38.128088+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:28:38.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:38 smithi120 bash[18840]: audit 2024-09-11T08:28:38.133712+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}}, \"last_daemon_update\": \"2024-09-11T08:28:31.200513\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: audit 2024-09-11T08:28:38.289046+0000 mon.a (mon.0) 309 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: cluster 2024-09-11T08:28:38.289194+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: audit 2024-09-11T08:28:38.290507+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: audit 2024-09-11T08:28:39.050558+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: audit 2024-09-11T08:28:39.052455+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:39 smithi130 bash[14727]: audit 2024-09-11T08:28:39.055158+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:39.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: audit 2024-09-11T08:28:38.289046+0000 mon.a (mon.0) 309 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:39.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: cluster 2024-09-11T08:28:38.289194+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T08:28:39.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: audit 2024-09-11T08:28:38.290507+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: audit 2024-09-11T08:28:39.050558+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: audit 2024-09-11T08:28:39.052455+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[14933]: audit 2024-09-11T08:28:39.055158+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: audit 2024-09-11T08:28:38.289046+0000 mon.a (mon.0) 309 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]': finished 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: cluster 2024-09-11T08:28:38.289194+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: audit 2024-09-11T08:28:38.290507+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: audit 2024-09-11T08:28:39.050558+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: audit 2024-09-11T08:28:39.052455+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:39.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:39 smithi120 bash[18840]: audit 2024-09-11T08:28:39.055158+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: audit 2024-09-11T08:28:39.048083+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: cephadm 2024-09-11T08:28:39.049975+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: cluster 2024-09-11T08:28:39.213413+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: cluster 2024-09-11T08:28:39.301608+0000 mon.a (mon.0) 315 : cluster [INF] osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192] boot 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: cluster 2024-09-11T08:28:39.301677+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:28:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:40 smithi130 bash[14727]: audit 2024-09-11T08:28:39.303320+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: audit 2024-09-11T08:28:39.048083+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: cephadm 2024-09-11T08:28:39.049975+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:28:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: cluster 2024-09-11T08:28:39.213413+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: cluster 2024-09-11T08:28:39.301608+0000 mon.a (mon.0) 315 : cluster [INF] osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192] boot 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: cluster 2024-09-11T08:28:39.301677+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[14933]: audit 2024-09-11T08:28:39.303320+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: audit 2024-09-11T08:28:39.048083+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: cephadm 2024-09-11T08:28:39.049975+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: cluster 2024-09-11T08:28:39.213413+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: cluster 2024-09-11T08:28:39.301608+0000 mon.a (mon.0) 315 : cluster [INF] osd.3 [v2:172.21.15.120:6826/3946561192,v1:172.21.15.120:6827/3946561192] boot 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: cluster 2024-09-11T08:28:39.301677+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T08:28:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:40 smithi120 bash[18840]: audit 2024-09-11T08:28:39.303320+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:28:41.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:41 smithi130 bash[14727]: cluster 2024-09-11T08:28:40.324773+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T08:28:41.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:41 smithi120 bash[14933]: cluster 2024-09-11T08:28:40.324773+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T08:28:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:41 smithi120 bash[18840]: cluster 2024-09-11T08:28:40.324773+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-11T08:28:42.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:42 smithi130 bash[14727]: cluster 2024-09-11T08:28:41.213924+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:42.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:42 smithi120 bash[14933]: cluster 2024-09-11T08:28:41.213924+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:42 smithi120 bash[18840]: cluster 2024-09-11T08:28:41.213924+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:43.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:43 smithi130 bash[14727]: audit 2024-09-11T08:28:42.886573+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.130:0/3374435739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:43 smithi130 bash[14727]: audit 2024-09-11T08:28:42.886890+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:43 smithi130 bash[14727]: audit 2024-09-11T08:28:42.894929+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]': finished 2024-09-11T08:28:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:43 smithi130 bash[14727]: cluster 2024-09-11T08:28:42.895068+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:28:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:43 smithi130 bash[14727]: audit 2024-09-11T08:28:42.895456+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[18840]: audit 2024-09-11T08:28:42.886573+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.130:0/3374435739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[18840]: audit 2024-09-11T08:28:42.886890+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[18840]: audit 2024-09-11T08:28:42.894929+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]': finished 2024-09-11T08:28:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[18840]: cluster 2024-09-11T08:28:42.895068+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:28:43.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[18840]: audit 2024-09-11T08:28:42.895456+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[14933]: audit 2024-09-11T08:28:42.886573+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.130:0/3374435739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[14933]: audit 2024-09-11T08:28:42.886890+0000 mon.a (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]: dispatch 2024-09-11T08:28:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[14933]: audit 2024-09-11T08:28:42.894929+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3416f4f5-98af-4cf6-ade1-345f0d3261ed"}]': finished 2024-09-11T08:28:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[14933]: cluster 2024-09-11T08:28:42.895068+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-11T08:28:43.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:43 smithi120 bash[14933]: audit 2024-09-11T08:28:42.895456+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:28:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:44 smithi120 bash[18840]: cluster 2024-09-11T08:28:43.214457+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:44 smithi120 bash[14933]: cluster 2024-09-11T08:28:43.214457+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:44.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:44 smithi130 bash[14727]: cluster 2024-09-11T08:28:43.214457+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 912 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:45.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:45 smithi130 bash[14727]: audit 2024-09-11T08:28:45.096360+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.130:0/2383635695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:45.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:45 smithi120 bash[18840]: audit 2024-09-11T08:28:45.096360+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.130:0/2383635695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:45.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:45 smithi120 bash[14933]: audit 2024-09-11T08:28:45.096360+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.130:0/2383635695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:28:46.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:46 smithi130 bash[14727]: cluster 2024-09-11T08:28:45.215145+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:46 smithi120 bash[18840]: cluster 2024-09-11T08:28:45.215145+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:46 smithi120 bash[14933]: cluster 2024-09-11T08:28:45.215145+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:48 smithi120 bash[14933]: cluster 2024-09-11T08:28:47.215747+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:48 smithi120 bash[14933]: audit 2024-09-11T08:28:47.760566+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:48 smithi120 bash[18840]: cluster 2024-09-11T08:28:47.215747+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:48 smithi120 bash[18840]: audit 2024-09-11T08:28:47.760566+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:48 smithi130 bash[14727]: cluster 2024-09-11T08:28:47.215747+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:48 smithi130 bash[14727]: audit 2024-09-11T08:28:47.760566+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:50.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:50 smithi120 bash[14933]: cluster 2024-09-11T08:28:49.216269+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:50.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:50 smithi120 bash[18840]: cluster 2024-09-11T08:28:49.216269+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:50.690 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:50 smithi130 bash[14727]: cluster 2024-09-11T08:28:49.216269+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[18840]: cluster 2024-09-11T08:28:51.216813+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[18840]: audit 2024-09-11T08:28:51.714552+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:28:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[18840]: audit 2024-09-11T08:28:51.716566+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[18840]: cephadm 2024-09-11T08:28:51.718196+0000 mgr.y (mgr.14140) 117 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T08:28:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[18840]: audit 2024-09-11T08:28:51.718846+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:28:52.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[14933]: cluster 2024-09-11T08:28:51.216813+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:52.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[14933]: audit 2024-09-11T08:28:51.714552+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:28:52.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[14933]: audit 2024-09-11T08:28:51.716566+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:52.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[14933]: cephadm 2024-09-11T08:28:51.718196+0000 mgr.y (mgr.14140) 117 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T08:28:52.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:52 smithi120 bash[14933]: audit 2024-09-11T08:28:51.718846+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:28:52.754 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:52 smithi130 bash[14727]: cluster 2024-09-11T08:28:51.216813+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:52.754 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:52 smithi130 bash[14727]: audit 2024-09-11T08:28:51.714552+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:28:52.754 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:52 smithi130 bash[14727]: audit 2024-09-11T08:28:51.716566+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:28:52.754 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:52 smithi130 bash[14727]: cephadm 2024-09-11T08:28:51.718196+0000 mgr.y (mgr.14140) 117 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T08:28:52.755 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:52 smithi130 bash[14727]: audit 2024-09-11T08:28:51.718846+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-11T08:28:53.952 INFO:teuthology.orchestra.run.smithi130.stdout:Created osd(s) 4 on host 'smithi130' 2024-09-11T08:28:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:54 smithi130 bash[14727]: cluster 2024-09-11T08:28:53.217344+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:54 smithi130 bash[14727]: audit 2024-09-11T08:28:53.943141+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:54 smithi130 bash[14727]: audit 2024-09-11T08:28:53.944320+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:54 smithi130 bash[14727]: audit 2024-09-11T08:28:53.949253+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[14933]: cluster 2024-09-11T08:28:53.217344+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[14933]: audit 2024-09-11T08:28:53.943141+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[14933]: audit 2024-09-11T08:28:53.944320+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[14933]: audit 2024-09-11T08:28:53.949253+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[18840]: cluster 2024-09-11T08:28:53.217344+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:54.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[18840]: audit 2024-09-11T08:28:53.943141+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:54.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[18840]: audit 2024-09-11T08:28:53.944320+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:28:54.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:54 smithi120 bash[18840]: audit 2024-09-11T08:28:53.949253+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060152\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:26:43.060351\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_device_update\": \"2024-09-11T08:25:56.945704\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:55.501 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:55 smithi130 bash[14727]: audit 2024-09-11T08:28:54.710295+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:55.502 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:55 smithi130 bash[14727]: audit 2024-09-11T08:28:54.716049+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:55.502 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:55 smithi130 bash[14727]: audit 2024-09-11T08:28:54.717549+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:55.503 DEBUG:teuthology.orchestra.run.smithi130:osd.4> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T08:28:55.505 INFO:tasks.cephadm:Deploying osd.5 on smithi130 with /dev/vg_nvme/lv_3... 2024-09-11T08:28:55.505 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T08:28:55.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[14933]: audit 2024-09-11T08:28:54.710295+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:55.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[14933]: audit 2024-09-11T08:28:54.716049+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:55.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[14933]: audit 2024-09-11T08:28:54.717549+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:55.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[18840]: audit 2024-09-11T08:28:54.710295+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:28:55.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[18840]: audit 2024-09-11T08:28:54.716049+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:28:55.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:55 smithi120 bash[18840]: audit 2024-09-11T08:28:54.717549+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:28:56.569 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[14727]: cluster 2024-09-11T08:28:55.217844+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:56.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:56 smithi120 bash[14933]: cluster 2024-09-11T08:28:55.217844+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:56.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:56 smithi120 bash[18840]: cluster 2024-09-11T08:28:55.217844+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:56.867 INFO:journalctl@ceph.osd.4.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:28:57.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:28:57.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:28:56 smithi130 bash[16638]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-11T08:28:58.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:28:58 smithi130 bash[14727]: cluster 2024-09-11T08:28:57.218391+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:28:58 smithi120 bash[18840]: cluster 2024-09-11T08:28:57.218391+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:28:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:28:58 smithi120 bash[14933]: cluster 2024-09-11T08:28:57.218391+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:00.537 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:00 smithi130 bash[14727]: cluster 2024-09-11T08:28:59.218920+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:00 smithi120 bash[18840]: cluster 2024-09-11T08:28:59.218920+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:00.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:00 smithi120 bash[14933]: cluster 2024-09-11T08:28:59.218920+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:01.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:29:01 smithi130 bash[16914]: debug 2024-09-11T08:29:01.060+0000 7f72e683aec0 -1 Falling back to public interface 2024-09-11T08:29:01.864 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:29:01 smithi130 bash[16914]: debug 2024-09-11T08:29:01.672+0000 7f72e683aec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T08:29:02.455 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T08:29:02.455 INFO:teuthology.orchestra.run.smithi130.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T08:29:02.455 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10+0 records in 2024-09-11T08:29:02.455 INFO:teuthology.orchestra.run.smithi130.stderr:10+0 records out 2024-09-11T08:29:02.456 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0181198 s, 579 MB/s 2024-09-11T08:29:02.456 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping successful for: 2024-09-11T08:29:02.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:02 smithi130 bash[14727]: cluster 2024-09-11T08:29:01.219491+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:02.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:02 smithi130 bash[14727]: audit 2024-09-11T08:29:01.682759+0000 mon.a (mon.0) 333 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:02.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:02 smithi130 bash[14727]: audit 2024-09-11T08:29:01.683045+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[18840]: cluster 2024-09-11T08:29:01.219491+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[18840]: audit 2024-09-11T08:29:01.682759+0000 mon.a (mon.0) 333 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[18840]: audit 2024-09-11T08:29:01.683045+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[14933]: cluster 2024-09-11T08:29:01.219491+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:02.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[14933]: audit 2024-09-11T08:29:01.682759+0000 mon.a (mon.0) 333 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:02.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:02 smithi120 bash[14933]: audit 2024-09-11T08:29:01.683045+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:29:03.318 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi130:vg_nvme/lv_3 2024-09-11T08:29:03.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[16914]: debug 2024-09-11T08:29:03.312+0000 7f72cf5ef700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T08:29:03.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: audit 2024-09-11T08:29:02.293564+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:29:03.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: cluster 2024-09-11T08:29:02.293676+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:29:03.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: audit 2024-09-11T08:29:02.294866+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: audit 2024-09-11T08:29:02.297470+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: audit 2024-09-11T08:29:02.302554+0000 mon.a (mon.0) 337 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: cluster 2024-09-11T08:29:02.661375+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:03 smithi130 bash[14727]: cluster 2024-09-11T08:29:02.661459+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: audit 2024-09-11T08:29:02.293564+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: cluster 2024-09-11T08:29:02.293676+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: audit 2024-09-11T08:29:02.294866+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: audit 2024-09-11T08:29:02.297470+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: audit 2024-09-11T08:29:02.302554+0000 mon.a (mon.0) 337 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: cluster 2024-09-11T08:29:02.661375+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[14933]: cluster 2024-09-11T08:29:02.661459+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: audit 2024-09-11T08:29:02.293564+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: cluster 2024-09-11T08:29:02.293676+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: audit 2024-09-11T08:29:02.294866+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: audit 2024-09-11T08:29:02.297470+0000 mon.b (mon.2) 5 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: audit 2024-09-11T08:29:02.302554+0000 mon.a (mon.0) 337 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: cluster 2024-09-11T08:29:02.661375+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:03 smithi120 bash[18840]: cluster 2024-09-11T08:29:02.661459+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: cluster 2024-09-11T08:29:03.220000+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: audit 2024-09-11T08:29:03.305012+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: cluster 2024-09-11T08:29:03.305092+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: audit 2024-09-11T08:29:03.306094+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: audit 2024-09-11T08:29:04.017277+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: audit 2024-09-11T08:29:04.246397+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:04 smithi130 bash[14727]: audit 2024-09-11T08:29:04.253957+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: cluster 2024-09-11T08:29:03.220000+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: audit 2024-09-11T08:29:03.305012+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: cluster 2024-09-11T08:29:03.305092+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: audit 2024-09-11T08:29:03.306094+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: audit 2024-09-11T08:29:04.017277+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: cluster 2024-09-11T08:29:03.220000+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: audit 2024-09-11T08:29:03.305012+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: cluster 2024-09-11T08:29:03.305092+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: audit 2024-09-11T08:29:03.306094+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: audit 2024-09-11T08:29:04.017277+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: audit 2024-09-11T08:29:04.246397+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[14933]: audit 2024-09-11T08:29:04.253957+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: audit 2024-09-11T08:29:04.246397+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:04.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:04 smithi120 bash[18840]: audit 2024-09-11T08:29:04.253957+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}}, \"last_daemon_update\": \"2024-09-11T08:28:54.709019\", \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:05 smithi130 bash[14727]: cluster 2024-09-11T08:29:04.325630+0000 mon.a (mon.0) 344 : cluster [INF] osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120] boot 2024-09-11T08:29:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:05 smithi130 bash[14727]: cluster 2024-09-11T08:29:04.325735+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:29:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:05 smithi130 bash[14727]: audit 2024-09-11T08:29:04.325966+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[14933]: cluster 2024-09-11T08:29:04.325630+0000 mon.a (mon.0) 344 : cluster [INF] osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120] boot 2024-09-11T08:29:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[14933]: cluster 2024-09-11T08:29:04.325735+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:29:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[14933]: audit 2024-09-11T08:29:04.325966+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:05.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[18840]: cluster 2024-09-11T08:29:04.325630+0000 mon.a (mon.0) 344 : cluster [INF] osd.4 [v2:172.21.15.130:6800/1501685120,v1:172.21.15.130:6801/1501685120] boot 2024-09-11T08:29:05.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[18840]: cluster 2024-09-11T08:29:04.325735+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T08:29:05.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:05 smithi120 bash[18840]: audit 2024-09-11T08:29:04.325966+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:29:06.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:06 smithi130 bash[14727]: cluster 2024-09-11T08:29:05.220528+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:06.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:06 smithi130 bash[14727]: cluster 2024-09-11T08:29:05.338249+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T08:29:06.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:06 smithi120 bash[14933]: cluster 2024-09-11T08:29:05.220528+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:06.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:06 smithi120 bash[14933]: cluster 2024-09-11T08:29:05.338249+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T08:29:06.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:06 smithi120 bash[18840]: cluster 2024-09-11T08:29:05.220528+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail 2024-09-11T08:29:06.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:06 smithi120 bash[18840]: cluster 2024-09-11T08:29:05.338249+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T08:29:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:07 smithi130 bash[14727]: audit 2024-09-11T08:29:06.818536+0000 mgr.y (mgr.14140) 125 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:07 smithi130 bash[14727]: cephadm 2024-09-11T08:29:06.820092+0000 mgr.y (mgr.14140) 126 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:07 smithi130 bash[14727]: audit 2024-09-11T08:29:06.820723+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:07 smithi130 bash[14727]: audit 2024-09-11T08:29:06.822606+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:07 smithi130 bash[14727]: audit 2024-09-11T08:29:06.825340+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[14933]: audit 2024-09-11T08:29:06.818536+0000 mgr.y (mgr.14140) 125 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[14933]: cephadm 2024-09-11T08:29:06.820092+0000 mgr.y (mgr.14140) 126 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[14933]: audit 2024-09-11T08:29:06.820723+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[14933]: audit 2024-09-11T08:29:06.822606+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[14933]: audit 2024-09-11T08:29:06.825340+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[18840]: audit 2024-09-11T08:29:06.818536+0000 mgr.y (mgr.14140) 125 : audit [DBG] from='client.34235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[18840]: cephadm 2024-09-11T08:29:06.820092+0000 mgr.y (mgr.14140) 126 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[18840]: audit 2024-09-11T08:29:06.820723+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[18840]: audit 2024-09-11T08:29:06.822606+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:07 smithi120 bash[18840]: audit 2024-09-11T08:29:06.825340+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:08.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:08 smithi130 bash[14727]: cluster 2024-09-11T08:29:07.221070+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:08 smithi120 bash[14933]: cluster 2024-09-11T08:29:07.221070+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:08 smithi120 bash[18840]: cluster 2024-09-11T08:29:07.221070+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:10.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:10 smithi130 bash[14727]: cluster 2024-09-11T08:29:09.221635+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:10 smithi120 bash[14933]: cluster 2024-09-11T08:29:09.221635+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:10.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:10 smithi120 bash[18840]: cluster 2024-09-11T08:29:09.221635+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v127: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:11 smithi130 bash[14727]: audit 2024-09-11T08:29:10.647490+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:11 smithi130 bash[14727]: audit 2024-09-11T08:29:10.647540+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/248336272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:11 smithi130 bash[14727]: audit 2024-09-11T08:29:10.657040+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]': finished 2024-09-11T08:29:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:11 smithi130 bash[14727]: cluster 2024-09-11T08:29:10.657174+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:29:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:11 smithi130 bash[14727]: audit 2024-09-11T08:29:10.657432+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[14933]: audit 2024-09-11T08:29:10.647490+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[14933]: audit 2024-09-11T08:29:10.647540+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/248336272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[14933]: audit 2024-09-11T08:29:10.657040+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]': finished 2024-09-11T08:29:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[14933]: cluster 2024-09-11T08:29:10.657174+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:29:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[14933]: audit 2024-09-11T08:29:10.657432+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[18840]: audit 2024-09-11T08:29:10.647490+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[18840]: audit 2024-09-11T08:29:10.647540+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/248336272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]: dispatch 2024-09-11T08:29:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[18840]: audit 2024-09-11T08:29:10.657040+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf5b4572-dcdc-4e95-8a54-62d8c67d8734"}]': finished 2024-09-11T08:29:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[18840]: cluster 2024-09-11T08:29:10.657174+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-11T08:29:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:11 smithi120 bash[18840]: audit 2024-09-11T08:29:10.657432+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:12 smithi120 bash[18840]: cluster 2024-09-11T08:29:11.222191+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 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:29:12.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:12 smithi120 bash[14933]: cluster 2024-09-11T08:29:11.222191+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 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:29:13.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:12 smithi130 bash[14727]: cluster 2024-09-11T08:29:11.222191+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 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:29:13.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:13 smithi120 bash[14933]: audit 2024-09-11T08:29:12.902484+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3546936310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:13.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:13 smithi120 bash[18840]: audit 2024-09-11T08:29:12.902484+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3546936310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:14.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:13 smithi130 bash[14727]: audit 2024-09-11T08:29:12.902484+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3546936310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:14.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:14 smithi120 bash[14933]: cluster 2024-09-11T08:29:13.222781+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 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:29:14.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:14 smithi120 bash[18840]: cluster 2024-09-11T08:29:13.222781+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 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:29:14.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:14 smithi130 bash[14727]: cluster 2024-09-11T08:29:13.222781+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 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:29:15.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:15 smithi120 bash[14933]: audit 2024-09-11T08:29:15.574488+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:15.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:15 smithi120 bash[18840]: audit 2024-09-11T08:29:15.574488+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:16.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:15 smithi130 bash[14727]: audit 2024-09-11T08:29:15.574488+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:17.049 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:16 smithi130 bash[14727]: cluster 2024-09-11T08:29:15.223458+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 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:29:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:16 smithi120 bash[14933]: cluster 2024-09-11T08:29:15.223458+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 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:29:17.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:16 smithi120 bash[18840]: cluster 2024-09-11T08:29:15.223458+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 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:29:19.040 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:18 smithi130 bash[14727]: cluster 2024-09-11T08:29:17.224078+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v132: 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:29:19.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:18 smithi120 bash[14933]: cluster 2024-09-11T08:29:17.224078+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v132: 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:29:19.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:18 smithi120 bash[18840]: cluster 2024-09-11T08:29:17.224078+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v132: 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:29:20.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:19 smithi130 bash[14727]: audit 2024-09-11T08:29:19.512870+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:29:20.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:19 smithi130 bash[14727]: audit 2024-09-11T08:29:19.514810+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:20.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:19 smithi130 bash[14727]: audit 2024-09-11T08:29:19.516965+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:29:20.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[18840]: audit 2024-09-11T08:29:19.512870+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:29:20.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[18840]: audit 2024-09-11T08:29:19.514810+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:20.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[18840]: audit 2024-09-11T08:29:19.516965+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:29:20.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[14933]: audit 2024-09-11T08:29:19.512870+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:29:20.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[14933]: audit 2024-09-11T08:29:19.514810+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:20.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:19 smithi120 bash[14933]: audit 2024-09-11T08:29:19.516965+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-11T08:29:20.981 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:20 smithi130 bash[14727]: cluster 2024-09-11T08:29:19.224656+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v133: 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:29:20.981 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:20 smithi130 bash[14727]: cephadm 2024-09-11T08:29:19.516335+0000 mgr.y (mgr.14140) 134 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T08:29:21.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:20 smithi120 bash[14933]: cluster 2024-09-11T08:29:19.224656+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v133: 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:29:21.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:20 smithi120 bash[14933]: cephadm 2024-09-11T08:29:19.516335+0000 mgr.y (mgr.14140) 134 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T08:29:21.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:20 smithi120 bash[18840]: cluster 2024-09-11T08:29:19.224656+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v133: 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:29:21.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:20 smithi120 bash[18840]: cephadm 2024-09-11T08:29:19.516335+0000 mgr.y (mgr.14140) 134 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T08:29:21.881 INFO:teuthology.orchestra.run.smithi130.stdout:Created osd(s) 5 on host 'smithi130' 2024-09-11T08:29:22.846 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: cluster 2024-09-11T08:29:21.225222+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:22.847 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: audit 2024-09-11T08:29:21.872057+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:22.847 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: audit 2024-09-11T08:29:21.873174+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:22.847 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: audit 2024-09-11T08:29:21.877882+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:22.847 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: audit 2024-09-11T08:29:22.224169+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:22.847 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:22 smithi130 bash[14727]: audit 2024-09-11T08:29:22.229953+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:23.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: cluster 2024-09-11T08:29:21.225222+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:23.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: cluster 2024-09-11T08:29:21.225222+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:23.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: audit 2024-09-11T08:29:21.872057+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:23.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: audit 2024-09-11T08:29:21.873174+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: audit 2024-09-11T08:29:21.872057+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: audit 2024-09-11T08:29:21.873174+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: audit 2024-09-11T08:29:21.877882+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: audit 2024-09-11T08:29:22.224169+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[14933]: audit 2024-09-11T08:29:22.229953+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: audit 2024-09-11T08:29:21.877882+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708509\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:54.708707\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"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:28:54.708832\", \"created\": \"2024-09-11T08:28:53.920216\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"daemon_id\": \"5\", \"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\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_device_update\": \"2024-09-11T08:29:04.245058\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:23.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: audit 2024-09-11T08:29:22.224169+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:23.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:22 smithi120 bash[18840]: audit 2024-09-11T08:29:22.229953+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:23.753 DEBUG:teuthology.orchestra.run.smithi130:osd.5> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T08:29:23.755 INFO:tasks.cephadm:Deploying osd.6 on smithi130 with /dev/vg_nvme/lv_2... 2024-09-11T08:29:23.756 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T08:29:24.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:23 smithi130 bash[14727]: audit 2024-09-11T08:29:22.833229+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:24.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:23 smithi130 bash[14727]: audit 2024-09-11T08:29:22.839036+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:23 smithi130 bash[14727]: audit 2024-09-11T08:29:22.840506+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:24.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[14933]: audit 2024-09-11T08:29:22.833229+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:24.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[18840]: audit 2024-09-11T08:29:22.833229+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:24.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[14933]: audit 2024-09-11T08:29:22.839036+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:24.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[14933]: audit 2024-09-11T08:29:22.840506+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:24.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[18840]: audit 2024-09-11T08:29:22.839036+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:24.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:23 smithi120 bash[18840]: audit 2024-09-11T08:29:22.840506+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:24 smithi130 bash[14727]: cluster 2024-09-11T08:29:23.225748+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:24.970 INFO:journalctl@ceph.osd.5.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:29:25.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:24 smithi120 bash[14933]: cluster 2024-09-11T08:29:23.225748+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:25.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:24 smithi120 bash[18840]: cluster 2024-09-11T08:29:23.225748+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: 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:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:29:25.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:29:25.615 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:25 smithi130 bash[18201]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-11T08:29:27.088 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:26 smithi130 bash[14727]: cluster 2024-09-11T08:29:25.226336+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:27.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:26 smithi120 bash[14933]: cluster 2024-09-11T08:29:25.226336+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:26 smithi120 bash[18840]: cluster 2024-09-11T08:29:25.226336+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:28 smithi130 bash[14727]: cluster 2024-09-11T08:29:27.226920+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:29.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:28 smithi120 bash[14933]: cluster 2024-09-11T08:29:27.226920+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:28 smithi120 bash[18840]: cluster 2024-09-11T08:29:27.226920+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:29.864 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:29 smithi130 bash[18491]: debug 2024-09-11T08:29:29.831+0000 7f84d7220ec0 -1 Falling back to public interface 2024-09-11T08:29:30.369 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T08:29:30.369 INFO:teuthology.orchestra.run.smithi130.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T08:29:30.369 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10+0 records in 2024-09-11T08:29:30.369 INFO:teuthology.orchestra.run.smithi130.stderr:10+0 records out 2024-09-11T08:29:30.369 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0174438 s, 601 MB/s 2024-09-11T08:29:30.370 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping successful for: 2024-09-11T08:29:30.747 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:30 smithi130 bash[18491]: debug 2024-09-11T08:29:30.463+0000 7f84d7220ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T08:29:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:30 smithi130 bash[14727]: cluster 2024-09-11T08:29:29.227464+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:30 smithi130 bash[14727]: audit 2024-09-11T08:29:30.473878+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:30 smithi130 bash[14727]: audit 2024-09-11T08:29:30.474281+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:31.035 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi130:vg_nvme/lv_2 2024-09-11T08:29:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[14933]: cluster 2024-09-11T08:29:29.227464+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[14933]: audit 2024-09-11T08:29:30.473878+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:31.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[14933]: audit 2024-09-11T08:29:30.474281+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:31.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[18840]: cluster 2024-09-11T08:29:29.227464+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:31.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[18840]: audit 2024-09-11T08:29:30.473878+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:31.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:30 smithi120 bash[18840]: audit 2024-09-11T08:29:30.474281+0000 mon.b (mon.2) 8 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:29:32.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[18491]: debug 2024-09-11T08:29:31.743+0000 7f84bffd5700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T08:29:32.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:30.740378+0000 mon.a (mon.0) 368 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:29:32.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: cluster 2024-09-11T08:29:30.740471+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:29:32.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:30.741377+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:30.742291+0000 mon.a (mon.0) 371 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:30.742761+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: cluster 2024-09-11T08:29:31.468286+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: cluster 2024-09-11T08:29:31.468360+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:31.740150+0000 mon.a (mon.0) 372 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: cluster 2024-09-11T08:29:31.740319+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T08:29:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:31 smithi130 bash[14727]: audit 2024-09-11T08:29:31.740648+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:30.740378+0000 mon.a (mon.0) 368 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:29:32.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: cluster 2024-09-11T08:29:30.740471+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:29:32.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:30.741377+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:30.742291+0000 mon.a (mon.0) 371 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:30.742761+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: cluster 2024-09-11T08:29:31.468286+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: cluster 2024-09-11T08:29:31.468360+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:31.740150+0000 mon.a (mon.0) 372 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: cluster 2024-09-11T08:29:31.740319+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[14933]: audit 2024-09-11T08:29:31.740648+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:30.740378+0000 mon.a (mon.0) 368 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: cluster 2024-09-11T08:29:30.740471+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:30.741377+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:30.742291+0000 mon.a (mon.0) 371 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:30.742761+0000 mon.b (mon.2) 9 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: cluster 2024-09-11T08:29:31.468286+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: cluster 2024-09-11T08:29:31.468360+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:31.740150+0000 mon.a (mon.0) 372 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: cluster 2024-09-11T08:29:31.740319+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-11T08:29:32.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:31 smithi120 bash[18840]: audit 2024-09-11T08:29:31.740648+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: cluster 2024-09-11T08:29:31.227990+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: audit 2024-09-11T08:29:32.161707+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: audit 2024-09-11T08:29:32.390253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: audit 2024-09-11T08:29:32.396486+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: cluster 2024-09-11T08:29:32.743109+0000 mon.a (mon.0) 378 : cluster [INF] osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474] boot 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: cluster 2024-09-11T08:29:32.743244+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:29:32.922 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:32 smithi130 bash[14727]: audit 2024-09-11T08:29:32.743509+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: cluster 2024-09-11T08:29:31.227990+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: audit 2024-09-11T08:29:32.161707+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:33.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: cluster 2024-09-11T08:29:31.227990+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-11T08:29:33.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: audit 2024-09-11T08:29:32.161707+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: audit 2024-09-11T08:29:32.390253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: audit 2024-09-11T08:29:32.390253+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: audit 2024-09-11T08:29:32.396486+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: cluster 2024-09-11T08:29:32.743109+0000 mon.a (mon.0) 378 : cluster [INF] osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474] boot 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: cluster 2024-09-11T08:29:32.743244+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[14933]: audit 2024-09-11T08:29:32.743509+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: audit 2024-09-11T08:29:32.396486+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}}, \"last_daemon_update\": \"2024-09-11T08:29:22.831795\", \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: cluster 2024-09-11T08:29:32.743109+0000 mon.a (mon.0) 378 : cluster [INF] osd.5 [v2:172.21.15.130:6808/1727085474,v1:172.21.15.130:6809/1727085474] boot 2024-09-11T08:29:33.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: cluster 2024-09-11T08:29:32.743244+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T08:29:33.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:32 smithi120 bash[18840]: audit 2024-09-11T08:29:32.743509+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:29:35.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:34 smithi130 bash[14727]: cluster 2024-09-11T08:29:33.228616+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v143: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:35.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:34 smithi130 bash[14727]: cluster 2024-09-11T08:29:33.764438+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T08:29:35.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:34 smithi130 bash[14727]: cluster 2024-09-11T08:29:34.194039+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:29:35.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[14933]: cluster 2024-09-11T08:29:33.228616+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v143: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:35.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[14933]: cluster 2024-09-11T08:29:33.764438+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T08:29:35.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[14933]: cluster 2024-09-11T08:29:34.194039+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:29:35.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[18840]: cluster 2024-09-11T08:29:33.228616+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v143: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:35.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[18840]: cluster 2024-09-11T08:29:33.764438+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T08:29:35.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:34 smithi120 bash[18840]: cluster 2024-09-11T08:29:34.194039+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:29:36.042 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:35 smithi130 bash[14727]: audit 2024-09-11T08:29:34.800562+0000 mgr.y (mgr.14140) 142 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:36.043 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:35 smithi130 bash[14727]: cephadm 2024-09-11T08:29:34.802047+0000 mgr.y (mgr.14140) 143 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:36.043 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:35 smithi130 bash[14727]: audit 2024-09-11T08:29:34.802642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:36.043 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:35 smithi130 bash[14727]: audit 2024-09-11T08:29:34.804635+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:36.043 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:35 smithi130 bash[14727]: audit 2024-09-11T08:29:34.807634+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[14933]: audit 2024-09-11T08:29:34.800562+0000 mgr.y (mgr.14140) 142 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[14933]: cephadm 2024-09-11T08:29:34.802047+0000 mgr.y (mgr.14140) 143 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[14933]: audit 2024-09-11T08:29:34.802642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[14933]: audit 2024-09-11T08:29:34.804635+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[14933]: audit 2024-09-11T08:29:34.807634+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[18840]: audit 2024-09-11T08:29:34.800562+0000 mgr.y (mgr.14140) 142 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:29:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[18840]: cephadm 2024-09-11T08:29:34.802047+0000 mgr.y (mgr.14140) 143 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:29:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[18840]: audit 2024-09-11T08:29:34.802642+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:29:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[18840]: audit 2024-09-11T08:29:34.804635+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:35 smithi120 bash[18840]: audit 2024-09-11T08:29:34.807634+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:37.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:36 smithi130 bash[14727]: cluster 2024-09-11T08:29:35.229193+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v145: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:36 smithi120 bash[14933]: cluster 2024-09-11T08:29:35.229193+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v145: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:36 smithi120 bash[18840]: cluster 2024-09-11T08:29:35.229193+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v145: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: cluster 2024-09-11T08:29:37.229792+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: audit 2024-09-11T08:29:38.561208+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: audit 2024-09-11T08:29:38.561475+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.130:0/4052663306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: audit 2024-09-11T08:29:38.576391+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]': finished 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: cluster 2024-09-11T08:29:38.576516+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T08:29:39.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:38 smithi130 bash[14727]: audit 2024-09-11T08:29:38.576880+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:29:39.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: cluster 2024-09-11T08:29:37.229792+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:39.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: audit 2024-09-11T08:29:38.561208+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: audit 2024-09-11T08:29:38.561475+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.130:0/4052663306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: audit 2024-09-11T08:29:38.576391+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]': finished 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: cluster 2024-09-11T08:29:38.576516+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[14933]: audit 2024-09-11T08:29:38.576880+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: cluster 2024-09-11T08:29:37.229792+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: audit 2024-09-11T08:29:38.561208+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: audit 2024-09-11T08:29:38.561475+0000 mon.b (mon.2) 10 : audit [INF] from='client.? 172.21.15.130:0/4052663306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]: dispatch 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: audit 2024-09-11T08:29:38.576391+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a391834e-cd79-4657-a283-2d6c1a79e0f2"}]': finished 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: cluster 2024-09-11T08:29:38.576516+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-11T08:29:39.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:38 smithi120 bash[18840]: audit 2024-09-11T08:29:38.576880+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:29:40.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:39 smithi130 bash[14727]: cluster 2024-09-11T08:29:39.781739+0000 mon.a (mon.0) 390 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:29:40.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:39 smithi130 bash[14727]: cluster 2024-09-11T08:29:39.781803+0000 mon.a (mon.0) 391 : cluster [INF] Cluster is now healthy 2024-09-11T08:29:40.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:39 smithi120 bash[14933]: cluster 2024-09-11T08:29:39.781739+0000 mon.a (mon.0) 390 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:29:40.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:39 smithi120 bash[14933]: cluster 2024-09-11T08:29:39.781803+0000 mon.a (mon.0) 391 : cluster [INF] Cluster is now healthy 2024-09-11T08:29:40.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:39 smithi120 bash[18840]: cluster 2024-09-11T08:29:39.781739+0000 mon.a (mon.0) 390 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:29:40.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:39 smithi120 bash[18840]: cluster 2024-09-11T08:29:39.781803+0000 mon.a (mon.0) 391 : cluster [INF] Cluster is now healthy 2024-09-11T08:29:41.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:40 smithi130 bash[14727]: cluster 2024-09-11T08:29:39.230435+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:41.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:40 smithi120 bash[14933]: cluster 2024-09-11T08:29:39.230435+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:41.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:40 smithi120 bash[18840]: cluster 2024-09-11T08:29:39.230435+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:42.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:41 smithi130 bash[14727]: audit 2024-09-11T08:29:40.921286+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.130:0/1764888766' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:42.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:41 smithi120 bash[18840]: audit 2024-09-11T08:29:40.921286+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.130:0/1764888766' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:42.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:41 smithi120 bash[14933]: audit 2024-09-11T08:29:40.921286+0000 mon.b (mon.2) 11 : audit [DBG] from='client.? 172.21.15.130:0/1764888766' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:29:43.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:42 smithi130 bash[14727]: cluster 2024-09-11T08:29:41.231008+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:43.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:42 smithi120 bash[14933]: cluster 2024-09-11T08:29:41.231008+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:43.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:42 smithi120 bash[18840]: cluster 2024-09-11T08:29:41.231008+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:44.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:44 smithi130 bash[14727]: cluster 2024-09-11T08:29:43.231610+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:44.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:44 smithi130 bash[14727]: audit 2024-09-11T08:29:43.673533+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:44 smithi120 bash[14933]: cluster 2024-09-11T08:29:43.231610+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:44 smithi120 bash[14933]: audit 2024-09-11T08:29:43.673533+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:44 smithi120 bash[18840]: cluster 2024-09-11T08:29:43.231610+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:44 smithi120 bash[18840]: audit 2024-09-11T08:29:43.673533+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:46.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:46 smithi130 bash[14727]: cluster 2024-09-11T08:29:45.232231+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:46 smithi120 bash[14933]: cluster 2024-09-11T08:29:45.232231+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:46 smithi120 bash[18840]: cluster 2024-09-11T08:29:45.232231+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:48.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:48 smithi130 bash[14727]: cluster 2024-09-11T08:29:47.232917+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:48.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:48 smithi130 bash[14727]: audit 2024-09-11T08:29:47.926205+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:29:48.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:48 smithi130 bash[14727]: audit 2024-09-11T08:29:47.928197+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:48.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:48 smithi130 bash[14727]: audit 2024-09-11T08:29:47.930593+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:29:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[14933]: cluster 2024-09-11T08:29:47.232917+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[14933]: audit 2024-09-11T08:29:47.926205+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:29:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[14933]: audit 2024-09-11T08:29:47.928197+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[14933]: audit 2024-09-11T08:29:47.930593+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:29:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[18840]: cluster 2024-09-11T08:29:47.232917+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[18840]: audit 2024-09-11T08:29:47.926205+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:29:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[18840]: audit 2024-09-11T08:29:47.928197+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:29:48.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:48 smithi120 bash[18840]: audit 2024-09-11T08:29:47.930593+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-11T08:29:49.502 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:49 smithi130 bash[14727]: cephadm 2024-09-11T08:29:47.929893+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T08:29:49.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:49 smithi120 bash[14933]: cephadm 2024-09-11T08:29:47.929893+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T08:29:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:49 smithi120 bash[18840]: cephadm 2024-09-11T08:29:47.929893+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T08:29:50.439 INFO:teuthology.orchestra.run.smithi130.stdout:Created osd(s) 6 on host 'smithi130' 2024-09-11T08:29:50.613 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:50 smithi130 bash[14727]: cluster 2024-09-11T08:29:49.233546+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:50 smithi120 bash[18840]: cluster 2024-09-11T08:29:49.233546+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:50 smithi120 bash[14933]: cluster 2024-09-11T08:29:49.233546+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:51.629 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:50.427124+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.630 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:50.428203+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:51.630 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:50.433423+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.630 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:51.221794+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.630 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:51.228043+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.630 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:51 smithi130 bash[14727]: audit 2024-09-11T08:29:51.229594+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:51.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:50.427124+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:50.428203+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:51.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:50.427124+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:50.428203+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:29:51.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:50.433423+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:50.433423+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831133\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831359\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831484\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:22.831604\", \"created\": \"2024-09-11T08:29:21.851995\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_device_update\": \"2024-09-11T08:29:32.388803\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:51.221794+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:51.221794+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:29:51.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:51.228043+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[14933]: audit 2024-09-11T08:29:51.229594+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:51.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:51.228043+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:29:51.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:51 smithi120 bash[18840]: audit 2024-09-11T08:29:51.229594+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:29:52.152 DEBUG:teuthology.orchestra.run.smithi130:osd.6> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.6.service 2024-09-11T08:29:52.154 INFO:tasks.cephadm:Deploying osd.7 on smithi130 with /dev/vg_nvme/lv_1... 2024-09-11T08:29:52.154 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T08:29:52.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:52 smithi130 bash[14727]: cluster 2024-09-11T08:29:51.233926+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:52.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:52 smithi130 bash[14727]: audit 2024-09-11T08:29:52.232413+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:52.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:52 smithi130 bash[14727]: audit 2024-09-11T08:29:52.237816+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[14933]: cluster 2024-09-11T08:29:51.233926+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[14933]: audit 2024-09-11T08:29:52.232413+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[14933]: audit 2024-09-11T08:29:52.237816+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[18840]: cluster 2024-09-11T08:29:51.233926+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:52.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[18840]: audit 2024-09-11T08:29:52.232413+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:29:52.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:52 smithi120 bash[18840]: audit 2024-09-11T08:29:52.237816+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:29:53.195 INFO:journalctl@ceph.osd.6.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:29:53.989 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:29:53.989 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-11T08:29:53.989 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:29:53.989 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:29:53.989 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:29:53.990 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:29:53.990 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:53 smithi130 bash[19799]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-11T08:29:54.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:54 smithi130 bash[14727]: cluster 2024-09-11T08:29:53.234482+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:54 smithi120 bash[14933]: cluster 2024-09-11T08:29:53.234482+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:54 smithi120 bash[18840]: cluster 2024-09-11T08:29:53.234482+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:56.572 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:56 smithi130 bash[14727]: cluster 2024-09-11T08:29:55.235115+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:56.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:56 smithi120 bash[14933]: cluster 2024-09-11T08:29:55.235115+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:56.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:56 smithi120 bash[18840]: cluster 2024-09-11T08:29:55.235115+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:58.299 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:58 smithi130 bash[20094]: debug 2024-09-11T08:29:58.095+0000 7f4858a3dec0 -1 Falling back to public interface 2024-09-11T08:29:58.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:58 smithi130 bash[14727]: cluster 2024-09-11T08:29:57.235728+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:58.614 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:29:58 smithi130 bash[20094]: debug 2024-09-11T08:29:58.495+0000 7f4858a3dec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T08:29:58.615 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T08:29:58.616 INFO:teuthology.orchestra.run.smithi130.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T08:29:58.616 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10+0 records in 2024-09-11T08:29:58.616 INFO:teuthology.orchestra.run.smithi130.stderr:10+0 records out 2024-09-11T08:29:58.616 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0220189 s, 476 MB/s 2024-09-11T08:29:58.616 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping successful for: 2024-09-11T08:29:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:58 smithi120 bash[14933]: cluster 2024-09-11T08:29:57.235728+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:58 smithi120 bash[18840]: cluster 2024-09-11T08:29:57.235728+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:29:59.274 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi130:vg_nvme/lv_1 2024-09-11T08:29:59.568 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:59 smithi130 bash[14727]: audit 2024-09-11T08:29:58.500254+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:29:59.568 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:29:59 smithi130 bash[14727]: audit 2024-09-11T08:29:58.500593+0000 mon.b (mon.2) 12 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:29:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:59 smithi120 bash[14933]: audit 2024-09-11T08:29:58.500254+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:29:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:29:59 smithi120 bash[14933]: audit 2024-09-11T08:29:58.500593+0000 mon.b (mon.2) 12 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:29:59.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:59 smithi120 bash[18840]: audit 2024-09-11T08:29:58.500254+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:29:59.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:29:59 smithi120 bash[18840]: audit 2024-09-11T08:29:58.500593+0000 mon.b (mon.2) 12 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:30:00.614 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[20094]: debug 2024-09-11T08:30:00.335+0000 7f48417f2700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: cluster 2024-09-11T08:29:59.236296+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: audit 2024-09-11T08:29:59.314817+0000 mon.a (mon.0) 405 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: cluster 2024-09-11T08:29:59.314914+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: audit 2024-09-11T08:29:59.315111+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: audit 2024-09-11T08:29:59.316340+0000 mon.a (mon.0) 408 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: audit 2024-09-11T08:29:59.317051+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: cluster 2024-09-11T08:29:59.456652+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:00.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:00 smithi130 bash[14727]: cluster 2024-09-11T08:29:59.456726+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: cluster 2024-09-11T08:29:59.236296+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: audit 2024-09-11T08:29:59.314817+0000 mon.a (mon.0) 405 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:30:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: cluster 2024-09-11T08:29:59.314914+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T08:30:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: audit 2024-09-11T08:29:59.315111+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: audit 2024-09-11T08:29:59.316340+0000 mon.a (mon.0) 408 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: audit 2024-09-11T08:29:59.317051+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: cluster 2024-09-11T08:29:59.456652+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[14933]: cluster 2024-09-11T08:29:59.456726+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: cluster 2024-09-11T08:29:59.236296+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: audit 2024-09-11T08:29:59.314817+0000 mon.a (mon.0) 405 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: cluster 2024-09-11T08:29:59.314914+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: audit 2024-09-11T08:29:59.315111+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: audit 2024-09-11T08:29:59.316340+0000 mon.a (mon.0) 408 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: audit 2024-09-11T08:29:59.317051+0000 mon.b (mon.2) 13 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:00.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: cluster 2024-09-11T08:29:59.456652+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:00.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:00 smithi120 bash[18840]: cluster 2024-09-11T08:29:59.456726+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:01.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:00.322940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:01.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: cluster 2024-09-11T08:30:00.323148+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:30:01.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:00.323961+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:00.733584+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:00.962150+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:00.968387+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: cluster 2024-09-11T08:30:01.323708+0000 mon.a (mon.0) 415 : cluster [INF] osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086] boot 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: cluster 2024-09-11T08:30:01.323793+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T08:30:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:01 smithi130 bash[14727]: audit 2024-09-11T08:30:01.323976+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:01.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:00.322940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: cluster 2024-09-11T08:30:00.323148+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:00.323961+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:00.733584+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:00.322940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: cluster 2024-09-11T08:30:00.323148+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:00.323961+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:00.733584+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:01.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:00.962150+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:01.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:00.962150+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:01.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:00.968387+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: cluster 2024-09-11T08:30:01.323708+0000 mon.a (mon.0) 415 : cluster [INF] osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086] boot 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: cluster 2024-09-11T08:30:01.323793+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[14933]: audit 2024-09-11T08:30:01.323976+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:00.968387+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}}, \"last_daemon_update\": \"2024-09-11T08:29:51.220254\", \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: cluster 2024-09-11T08:30:01.323708+0000 mon.a (mon.0) 415 : cluster [INF] osd.6 [v2:172.21.15.130:6816/29738086,v1:172.21.15.130:6817/29738086] boot 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: cluster 2024-09-11T08:30:01.323793+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-11T08:30:01.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:01 smithi120 bash[18840]: audit 2024-09-11T08:30:01.323976+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:30:02.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:02 smithi130 bash[14727]: cluster 2024-09-11T08:30:01.236831+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:02 smithi120 bash[14933]: cluster 2024-09-11T08:30:01.236831+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:02 smithi120 bash[18840]: cluster 2024-09-11T08:30:01.236831+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-11T08:30:03.613 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:03 smithi130 bash[14727]: cluster 2024-09-11T08:30:02.342221+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T08:30:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:03 smithi120 bash[14933]: cluster 2024-09-11T08:30:02.342221+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T08:30:03.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:03 smithi120 bash[18840]: cluster 2024-09-11T08:30:02.342221+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: cluster 2024-09-11T08:30:03.237414+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v164: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: audit 2024-09-11T08:30:03.462292+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: cephadm 2024-09-11T08:30:03.463849+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: audit 2024-09-11T08:30:03.464461+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: audit 2024-09-11T08:30:03.466501+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: audit 2024-09-11T08:30:03.469579+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:04 smithi130 bash[14727]: cluster 2024-09-11T08:30:04.202231+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: cluster 2024-09-11T08:30:03.237414+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v164: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: audit 2024-09-11T08:30:03.462292+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: cephadm 2024-09-11T08:30:03.463849+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:30:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: audit 2024-09-11T08:30:03.464461+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: audit 2024-09-11T08:30:03.466501+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: audit 2024-09-11T08:30:03.469579+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[14933]: cluster 2024-09-11T08:30:04.202231+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: cluster 2024-09-11T08:30:03.237414+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v164: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: audit 2024-09-11T08:30:03.462292+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: cephadm 2024-09-11T08:30:03.463849+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Applying osd on host smithi130... 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: audit 2024-09-11T08:30:03.464461+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: audit 2024-09-11T08:30:03.466501+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: audit 2024-09-11T08:30:03.469579+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:04 smithi120 bash[18840]: cluster 2024-09-11T08:30:04.202231+0000 mon.a (mon.0) 422 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:06.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:06 smithi130 bash[14727]: cluster 2024-09-11T08:30:05.238038+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v165: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:06.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:06 smithi120 bash[14933]: cluster 2024-09-11T08:30:05.238038+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v165: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:06.718 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:06 smithi120 bash[18840]: cluster 2024-09-11T08:30:05.238038+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v165: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[14933]: audit 2024-09-11T08:30:07.351008+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[14933]: audit 2024-09-11T08:30:07.351450+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.130:0/2859063365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[14933]: audit 2024-09-11T08:30:07.359464+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]': finished 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[14933]: cluster 2024-09-11T08:30:07.359533+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[14933]: audit 2024-09-11T08:30:07.359831+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[18840]: audit 2024-09-11T08:30:07.351008+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[18840]: audit 2024-09-11T08:30:07.351450+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.130:0/2859063365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[18840]: audit 2024-09-11T08:30:07.359464+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]': finished 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[18840]: cluster 2024-09-11T08:30:07.359533+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T08:30:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:07 smithi120 bash[18840]: audit 2024-09-11T08:30:07.359831+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:07.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:07 smithi130 bash[14727]: audit 2024-09-11T08:30:07.351008+0000 mon.a (mon.0) 423 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:07 smithi130 bash[14727]: audit 2024-09-11T08:30:07.351450+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.130:0/2859063365' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]: dispatch 2024-09-11T08:30:07.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:07 smithi130 bash[14727]: audit 2024-09-11T08:30:07.359464+0000 mon.a (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6"}]': finished 2024-09-11T08:30:07.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:07 smithi130 bash[14727]: cluster 2024-09-11T08:30:07.359533+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-11T08:30:07.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:07 smithi130 bash[14727]: audit 2024-09-11T08:30:07.359831+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[14933]: cluster 2024-09-11T08:30:07.238589+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[14933]: cluster 2024-09-11T08:30:07.363262+0000 mon.a (mon.0) 427 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[14933]: cluster 2024-09-11T08:30:07.363320+0000 mon.a (mon.0) 428 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[18840]: cluster 2024-09-11T08:30:07.238589+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[18840]: cluster 2024-09-11T08:30:07.363262+0000 mon.a (mon.0) 427 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:08 smithi120 bash[18840]: cluster 2024-09-11T08:30:07.363320+0000 mon.a (mon.0) 428 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:08 smithi130 bash[14727]: cluster 2024-09-11T08:30:07.238589+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:08 smithi130 bash[14727]: cluster 2024-09-11T08:30:07.363262+0000 mon.a (mon.0) 427 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:08 smithi130 bash[14727]: cluster 2024-09-11T08:30:07.363320+0000 mon.a (mon.0) 428 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:10 smithi120 bash[14933]: cluster 2024-09-11T08:30:09.239206+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:10 smithi120 bash[14933]: audit 2024-09-11T08:30:09.656624+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.130:0/3361671657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:30:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:10 smithi120 bash[18840]: cluster 2024-09-11T08:30:09.239206+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:10 smithi120 bash[18840]: audit 2024-09-11T08:30:09.656624+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.130:0/3361671657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:30:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:10 smithi130 bash[14727]: cluster 2024-09-11T08:30:09.239206+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:10 smithi130 bash[14727]: audit 2024-09-11T08:30:09.656624+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.130:0/3361671657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T08:30:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:12 smithi120 bash[14933]: cluster 2024-09-11T08:30:11.239723+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:12 smithi120 bash[18840]: cluster 2024-09-11T08:30:11.239723+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:12.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:12 smithi130 bash[14727]: cluster 2024-09-11T08:30:11.239723+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:13.669 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:13 smithi130 bash[14727]: audit 2024-09-11T08:30:12.402977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:13 smithi120 bash[14933]: audit 2024-09-11T08:30:12.402977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:13.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:13 smithi120 bash[18840]: audit 2024-09-11T08:30:12.402977+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:14 smithi120 bash[18840]: cluster 2024-09-11T08:30:13.240310+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:14 smithi120 bash[14933]: cluster 2024-09-11T08:30:13.240310+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:14.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:14 smithi130 bash[14727]: cluster 2024-09-11T08:30:13.240310+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:16.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:16 smithi130 bash[14727]: cluster 2024-09-11T08:30:15.240942+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:16 smithi120 bash[14933]: cluster 2024-09-11T08:30:15.240942+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:16.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:16 smithi120 bash[18840]: cluster 2024-09-11T08:30:15.240942+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:17.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[18840]: audit 2024-09-11T08:30:16.705226+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:30:17.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[18840]: audit 2024-09-11T08:30:16.707054+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:17.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[18840]: cephadm 2024-09-11T08:30:16.708535+0000 mgr.y (mgr.14140) 168 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T08:30:17.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[18840]: audit 2024-09-11T08:30:16.709166+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:30:17.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[14933]: audit 2024-09-11T08:30:16.705226+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:30:17.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[14933]: audit 2024-09-11T08:30:16.707054+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:17.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[14933]: cephadm 2024-09-11T08:30:16.708535+0000 mgr.y (mgr.14140) 168 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T08:30:17.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:17 smithi120 bash[14933]: audit 2024-09-11T08:30:16.709166+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:30:17.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:17 smithi130 bash[14727]: audit 2024-09-11T08:30:16.705226+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:30:17.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:17 smithi130 bash[14727]: audit 2024-09-11T08:30:16.707054+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:30:17.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:17 smithi130 bash[14727]: cephadm 2024-09-11T08:30:16.708535+0000 mgr.y (mgr.14140) 168 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T08:30:17.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:17 smithi130 bash[14727]: audit 2024-09-11T08:30:16.709166+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-11T08:30:18.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:18 smithi120 bash[14933]: cluster 2024-09-11T08:30:17.241633+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:18.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:18 smithi120 bash[18840]: cluster 2024-09-11T08:30:17.241633+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:18.861 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:18 smithi130 bash[14727]: cluster 2024-09-11T08:30:17.241633+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:19.386 INFO:teuthology.orchestra.run.smithi130.stdout:Created osd(s) 7 on host 'smithi130' 2024-09-11T08:30:19.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:19 smithi130 bash[14727]: audit 2024-09-11T08:30:19.374269+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:19.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:19 smithi130 bash[14727]: audit 2024-09-11T08:30:19.375241+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:19.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:19 smithi130 bash[14727]: audit 2024-09-11T08:30:19.380269+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[14933]: audit 2024-09-11T08:30:19.374269+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[14933]: audit 2024-09-11T08:30:19.375241+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[14933]: audit 2024-09-11T08:30:19.380269+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[18840]: audit 2024-09-11T08:30:19.374269+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[18840]: audit 2024-09-11T08:30:19.375241+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:19.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:19 smithi120 bash[18840]: audit 2024-09-11T08:30:19.380269+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219504\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219702\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219826\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.219945\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:29:51.220063\", \"created\": \"2024-09-11T08:29:50.407626\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_device_update\": \"2024-09-11T08:30:00.960584\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:20.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[18840]: cluster 2024-09-11T08:30:19.242322+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:20.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[14933]: cluster 2024-09-11T08:30:19.242322+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:20.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[18840]: audit 2024-09-11T08:30:20.299815+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:20.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[14933]: audit 2024-09-11T08:30:20.299815+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:20.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[14933]: audit 2024-09-11T08:30:20.306274+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:20.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[14933]: audit 2024-09-11T08:30:20.307821+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:20.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[18840]: audit 2024-09-11T08:30:20.306274+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:20.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:20 smithi120 bash[18840]: audit 2024-09-11T08:30:20.307821+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:20.752 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:20 smithi130 bash[14727]: cluster 2024-09-11T08:30:19.242322+0000 mgr.y (mgr.14140) 170 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:20.752 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:20 smithi130 bash[14727]: audit 2024-09-11T08:30:20.299815+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:20.753 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:20 smithi130 bash[14727]: audit 2024-09-11T08:30:20.306274+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:20.753 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:20 smithi130 bash[14727]: audit 2024-09-11T08:30:20.307821+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-11T08:30:20.832 DEBUG:teuthology.orchestra.run.smithi130:osd.7> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.7.service 2024-09-11T08:30:20.834 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T08:30:20.834 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T08:30:21.452 INFO:journalctl@ceph.osd.7.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:30:22.366 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: 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:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:30:22.367 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[21392]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-11T08:30:22.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[14933]: cluster 2024-09-11T08:30:21.242918+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:22.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[14933]: audit 2024-09-11T08:30:22.240431+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:22.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[14933]: audit 2024-09-11T08:30:22.246198+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:22.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[18840]: cluster 2024-09-11T08:30:21.242918+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:22.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[18840]: audit 2024-09-11T08:30:22.240431+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:22.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:22 smithi120 bash[18840]: audit 2024-09-11T08:30:22.246198+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[14727]: cluster 2024-09-11T08:30:21.242918+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[14727]: audit 2024-09-11T08:30:22.240431+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:22 smithi130 bash[14727]: audit 2024-09-11T08:30:22.246198+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:24.033 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:30:24.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:24 smithi120 bash[14933]: cluster 2024-09-11T08:30:23.243505+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:24.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:24 smithi120 bash[14933]: audit 2024-09-11T08:30:24.032679+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.120:0/2708399146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:24 smithi120 bash[18840]: cluster 2024-09-11T08:30:23.243505+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:24.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:24 smithi120 bash[18840]: audit 2024-09-11T08:30:24.032679+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.120:0/2708399146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:24 smithi130 bash[14727]: cluster 2024-09-11T08:30:23.243505+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:24 smithi130 bash[14727]: audit 2024-09-11T08:30:24.032679+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.120:0/2708399146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:24.720 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":44,"num_osds":8,"num_up_osds":7,"osd_up_since":1726043401,"num_in_osds":7,"osd_in_since":1726043401,"num_remapped_pgs":0} 2024-09-11T08:30:25.722 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T08:30:25.864 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:25 smithi130 bash[21683]: debug 2024-09-11T08:30:25.495+0000 7f6345984ec0 -1 Falling back to public interface 2024-09-11T08:30:26.614 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:26 smithi130 bash[21683]: debug 2024-09-11T08:30:26.131+0000 7f6345984ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T08:30:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:26 smithi130 bash[14727]: cluster 2024-09-11T08:30:25.244086+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:26 smithi130 bash[14727]: audit 2024-09-11T08:30:26.136037+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:26 smithi130 bash[14727]: audit 2024-09-11T08:30:26.136617+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[14933]: cluster 2024-09-11T08:30:25.244086+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[14933]: audit 2024-09-11T08:30:26.136037+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[14933]: audit 2024-09-11T08:30:26.136617+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:26.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[18840]: cluster 2024-09-11T08:30:25.244086+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:26.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[18840]: audit 2024-09-11T08:30:26.136037+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:26.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:26 smithi120 bash[18840]: audit 2024-09-11T08:30:26.136617+0000 mon.b (mon.2) 16 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:30:27.323 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:26.307779+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:30:27.323 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: cluster 2024-09-11T08:30:26.307908+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:26.308977+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:26.310138+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:26.310315+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:26.769265+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:27.000453+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:27.007566+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: cluster 2024-09-11T08:30:27.123116+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: cluster 2024-09-11T08:30:27.123187+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:27.324 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:27.308185+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:27.325 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: cluster 2024-09-11T08:30:27.308339+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T08:30:27.325 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[14933]: audit 2024-09-11T08:30:27.308660+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:27.614 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[21683]: debug 2024-09-11T08:30:27.315+0000 7f632e739700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:26.307779+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: cluster 2024-09-11T08:30:26.307908+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:26.308977+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:26.310138+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:26.310315+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:26.769265+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:27.000453+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:27.007566+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: cluster 2024-09-11T08:30:27.123116+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: cluster 2024-09-11T08:30:27.123187+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:27.308185+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: cluster 2024-09-11T08:30:27.308339+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T08:30:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:27 smithi130 bash[14727]: audit 2024-09-11T08:30:27.308660+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:26.307779+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: cluster 2024-09-11T08:30:26.307908+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:26.308977+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:26.310138+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:26.310315+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:26.769265+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:27.000453+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:30:27.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:27.007566+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}}, \"last_daemon_update\": \"2024-09-11T08:30:20.298093\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:30:27.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: cluster 2024-09-11T08:30:27.123116+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T08:30:27.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: cluster 2024-09-11T08:30:27.123187+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T08:30:27.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:27.308185+0000 mon.a (mon.0) 449 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-09-11T08:30:27.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: cluster 2024-09-11T08:30:27.308339+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-11T08:30:27.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:27 smithi120 bash[18840]: audit 2024-09-11T08:30:27.308660+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:28 smithi130 bash[14727]: cluster 2024-09-11T08:30:27.244674+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:28 smithi130 bash[14727]: cluster 2024-09-11T08:30:28.311072+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311] boot 2024-09-11T08:30:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:28 smithi130 bash[14727]: cluster 2024-09-11T08:30:28.311178+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T08:30:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:28 smithi130 bash[14727]: audit 2024-09-11T08:30:28.311427+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[14933]: cluster 2024-09-11T08:30:27.244674+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[14933]: cluster 2024-09-11T08:30:28.311072+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311] boot 2024-09-11T08:30:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[14933]: cluster 2024-09-11T08:30:28.311178+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T08:30:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[14933]: audit 2024-09-11T08:30:28.311427+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:28.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[18840]: cluster 2024-09-11T08:30:27.244674+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-11T08:30:28.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[18840]: cluster 2024-09-11T08:30:28.311072+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3232439311,v1:172.21.15.130:6825/3232439311] boot 2024-09-11T08:30:28.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[18840]: cluster 2024-09-11T08:30:28.311178+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T08:30:28.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:28 smithi120 bash[18840]: audit 2024-09-11T08:30:28.311427+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:30:29.175 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:30:29.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:29 smithi130 bash[14727]: audit 2024-09-11T08:30:29.173746+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.120:0/789038642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:29.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:29 smithi120 bash[14933]: audit 2024-09-11T08:30:29.173746+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.120:0/789038642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:29.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:29 smithi120 bash[18840]: audit 2024-09-11T08:30:29.173746+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.120:0/789038642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T08:30:29.857 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1726043428,"num_in_osds":8,"osd_in_since":1726043428,"num_remapped_pgs":0} 2024-09-11T08:30:29.858 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:30:30.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:30 smithi130 bash[14727]: cluster 2024-09-11T08:30:29.245136+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:30 smithi130 bash[14727]: cluster 2024-09-11T08:30:29.319388+0000 mon.a (mon.0) 456 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:30.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:30 smithi130 bash[14727]: cluster 2024-09-11T08:30:29.333560+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T08:30:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[14933]: cluster 2024-09-11T08:30:29.245136+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[14933]: cluster 2024-09-11T08:30:29.319388+0000 mon.a (mon.0) 456 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[14933]: cluster 2024-09-11T08:30:29.333560+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T08:30:30.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[18840]: cluster 2024-09-11T08:30:29.245136+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:30.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[18840]: cluster 2024-09-11T08:30:29.319388+0000 mon.a (mon.0) 456 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T08:30:30.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:30 smithi120 bash[18840]: cluster 2024-09-11T08:30:29.333560+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T08:30:32.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:32 smithi130 bash[14727]: cluster 2024-09-11T08:30:31.245717+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:32 smithi120 bash[14933]: cluster 2024-09-11T08:30:31.245717+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:32.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:32 smithi120 bash[18840]: cluster 2024-09-11T08:30:31.245717+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:33.146 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:30:33.146 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":48,"fsid":"35bb7814-7017-11ef-bcea-c7b262605968","created":"2024-09-11T08:24:56.261158+0000","modified":"2024-09-11T08:30:29.319978+0000","last_up_change":"2024-09-11T08:30:28.302808+0000","last_in_change":"2024-09-11T08:30:28.302808+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:25:10.500535+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":"9eb9cd28-6313-4587-96ec-fbfe52e61acc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6803","nonce":1130611927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6805","nonce":1130611927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6808","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6809","nonce":1130611927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6807","nonce":1130611927}]},"public_addr":"172.21.15.120:6803/1130611927","cluster_addr":"172.21.15.120:6805/1130611927","heartbeat_back_addr":"172.21.15.120:6809/1130611927","heartbeat_front_addr":"172.21.15.120:6807/1130611927","state":["exists","up"]},{"osd":1,"uuid":"b09a0c36-b9ec-4ab1-8939-3997934c2e31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6810","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6811","nonce":3530908985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6812","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6813","nonce":3530908985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6816","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6817","nonce":3530908985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6814","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6815","nonce":3530908985}]},"public_addr":"172.21.15.120:6811/3530908985","cluster_addr":"172.21.15.120:6813/3530908985","heartbeat_back_addr":"172.21.15.120:6817/3530908985","heartbeat_front_addr":"172.21.15.120:6815/3530908985","state":["exists","up"]},{"osd":2,"uuid":"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e","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.120:6818","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6819","nonce":231400811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6820","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6821","nonce":231400811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6824","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6825","nonce":231400811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6822","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6823","nonce":231400811}]},"public_addr":"172.21.15.120:6819/231400811","cluster_addr":"172.21.15.120:6821/231400811","heartbeat_back_addr":"172.21.15.120:6825/231400811","heartbeat_front_addr":"172.21.15.120:6823/231400811","state":["exists","up"]},{"osd":3,"uuid":"93efcac1-4aa4-42b9-8447-fdab0135e6f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6826","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6827","nonce":3946561192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6828","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6829","nonce":3946561192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6832","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6833","nonce":3946561192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6830","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6831","nonce":3946561192}]},"public_addr":"172.21.15.120:6827/3946561192","cluster_addr":"172.21.15.120:6829/3946561192","heartbeat_back_addr":"172.21.15.120:6833/3946561192","heartbeat_front_addr":"172.21.15.120:6831/3946561192","state":["exists","up"]},{"osd":4,"uuid":"3416f4f5-98af-4cf6-ade1-345f0d3261ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6801","nonce":1501685120}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6803","nonce":1501685120}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6807","nonce":1501685120}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6805","nonce":1501685120}]},"public_addr":"172.21.15.130:6801/1501685120","cluster_addr":"172.21.15.130:6803/1501685120","heartbeat_back_addr":"172.21.15.130:6807/1501685120","heartbeat_front_addr":"172.21.15.130:6805/1501685120","state":["exists","up"]},{"osd":5,"uuid":"bf5b4572-dcdc-4e95-8a54-62d8c67d8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6809","nonce":1727085474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6811","nonce":1727085474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6815","nonce":1727085474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6813","nonce":1727085474}]},"public_addr":"172.21.15.130:6809/1727085474","cluster_addr":"172.21.15.130:6811/1727085474","heartbeat_back_addr":"172.21.15.130:6815/1727085474","heartbeat_front_addr":"172.21.15.130:6813/1727085474","state":["exists","up"]},{"osd":6,"uuid":"a391834e-cd79-4657-a283-2d6c1a79e0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6817","nonce":29738086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6819","nonce":29738086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6823","nonce":29738086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6821","nonce":29738086}]},"public_addr":"172.21.15.130:6817/29738086","cluster_addr":"172.21.15.130:6819/29738086","heartbeat_back_addr":"172.21.15.130:6823/29738086","heartbeat_front_addr":"172.21.15.130:6821/29738086","state":["exists","up"]},{"osd":7,"uuid":"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6824","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6825","nonce":3232439311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6827","nonce":3232439311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6831","nonce":3232439311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6829","nonce":3232439311}]},"public_addr":"172.21.15.130:6825/3232439311","cluster_addr":"172.21.15.130:6827/3232439311","heartbeat_back_addr":"172.21.15.130:6831/3232439311","heartbeat_front_addr":"172.21.15.130:6829/3232439311","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:27:13.792209+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:27:42.536463+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:28:11.048936+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:28:37.918905+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:29:02.661464+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:29:31.468365+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:29:59.456732+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:30:27.123193+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.120:6800/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/3461119148":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/2194947908":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/1018064420":"2024-09-12T08:25:37.107808+0000","172.21.15.120:6801/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/758680587":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/2239653476":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/3980665626":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6800/2811621442":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6801/2811621442":"2024-09-12T08:25:19.054162+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:30:33.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:33 smithi130 bash[14727]: audit 2024-09-11T08:30:33.144268+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.120:0/1962011563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:30:33.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:33 smithi120 bash[14933]: audit 2024-09-11T08:30:33.144268+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.120:0/1962011563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:30:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:33 smithi120 bash[18840]: audit 2024-09-11T08:30:33.144268+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.120:0/1962011563' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:30:33.853 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-11T08:25:10.500535+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:30:33.853 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-11T08:30:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:34 smithi130 bash[14727]: cluster 2024-09-11T08:30:33.246296+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:34 smithi120 bash[14933]: cluster 2024-09-11T08:30:33.246296+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:34 smithi120 bash[18840]: cluster 2024-09-11T08:30:33.246296+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v184: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:35.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:35 smithi120 bash[14933]: cluster 2024-09-11T08:30:35.351756+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:35.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:35 smithi120 bash[14933]: cluster 2024-09-11T08:30:35.351833+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:35.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:35 smithi120 bash[18840]: cluster 2024-09-11T08:30:35.351756+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:35.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:35 smithi120 bash[18840]: cluster 2024-09-11T08:30:35.351833+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:35.863 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:35 smithi130 bash[14727]: cluster 2024-09-11T08:30:35.351756+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-11T08:30:35.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:35 smithi130 bash[14727]: cluster 2024-09-11T08:30:35.351833+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-09-11T08:30:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:36 smithi120 bash[14933]: cluster 2024-09-11T08:30:35.246900+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:36 smithi120 bash[18840]: cluster 2024-09-11T08:30:35.246900+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:36 smithi130 bash[14727]: cluster 2024-09-11T08:30:35.246900+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:37.091 INFO:teuthology.orchestra.run.smithi120.stdout:pg_num: 1 2024-09-11T08:30:37.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[14933]: audit 2024-09-11T08:30:37.090601+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.120:0/2136972890' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:30:37.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[14933]: audit 2024-09-11T08:30:37.248236+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:37.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[14933]: audit 2024-09-11T08:30:37.253520+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:37.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[18840]: audit 2024-09-11T08:30:37.090601+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.120:0/2136972890' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:30:37.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[18840]: audit 2024-09-11T08:30:37.248236+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:37.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:37 smithi120 bash[18840]: audit 2024-09-11T08:30:37.253520+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:37.821 INFO:tasks.cephadm:Adding prometheus.a on smithi130 2024-09-11T08:30:37.821 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi130=a' 2024-09-11T08:30:37.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:37 smithi130 bash[14727]: audit 2024-09-11T08:30:37.090601+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.120:0/2136972890' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T08:30:37.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:37 smithi130 bash[14727]: audit 2024-09-11T08:30:37.248236+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:30:37.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:37 smithi130 bash[14727]: audit 2024-09-11T08:30:37.253520+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043344.325418, \"finished_at\": 1726043361.8863602}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043372.7433124, \"finished_at\": 1726043390.4492662}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043401.3239796, \"finished_at\": 1726043419.3906338}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043428.3123507, \"finished_at\": 1726043435.3609262}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:30:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:38 smithi120 bash[14933]: cluster 2024-09-11T08:30:37.247668+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:38 smithi120 bash[18840]: cluster 2024-09-11T08:30:37.247668+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:38 smithi130 bash[14727]: cluster 2024-09-11T08:30:37.247668+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:40 smithi120 bash[14933]: cluster 2024-09-11T08:30:39.248244+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:40 smithi120 bash[18840]: cluster 2024-09-11T08:30:39.248244+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:40 smithi130 bash[14727]: cluster 2024-09-11T08:30:39.248244+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:41.532 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled prometheus update... 2024-09-11T08:30:42.307 DEBUG:teuthology.orchestra.run.smithi130:prometheus.a> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-11T08:30:42.310 INFO:tasks.cephadm:Adding node-exporter.a on smithi120 2024-09-11T08:30:42.310 INFO:tasks.cephadm:Adding node-exporter.b on smithi130 2024-09-11T08:30:42.310 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi120=a;smithi130=b' 2024-09-11T08:30:42.452 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:30:42.598 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: cluster 2024-09-11T08:30:41.248810+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.598 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: audit 2024-09-11T08:30:41.514262+0000 mgr.y (mgr.14140) 182 : audit [DBG] from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:42.598 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: cephadm 2024-09-11T08:30:41.515441+0000 mgr.y (mgr.14140) 183 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi130=a 2024-09-11T08:30:42.599 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: audit 2024-09-11T08:30:41.516210+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:30:42.599 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: audit 2024-09-11T08:30:41.522262+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:30:42.599 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:42 smithi130 bash[14727]: cephadm 2024-09-11T08:30:41.529398+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:30:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: cluster 2024-09-11T08:30:41.248810+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: audit 2024-09-11T08:30:41.514262+0000 mgr.y (mgr.14140) 182 : audit [DBG] from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: cephadm 2024-09-11T08:30:41.515441+0000 mgr.y (mgr.14140) 183 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi130=a 2024-09-11T08:30:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: audit 2024-09-11T08:30:41.516210+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:30:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: audit 2024-09-11T08:30:41.522262+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[14933]: cephadm 2024-09-11T08:30:41.529398+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: cluster 2024-09-11T08:30:41.248810+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: audit 2024-09-11T08:30:41.514262+0000 mgr.y (mgr.14140) 182 : audit [DBG] from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: cephadm 2024-09-11T08:30:41.515441+0000 mgr.y (mgr.14140) 183 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi130=a 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: audit 2024-09-11T08:30:41.516210+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: audit 2024-09-11T08:30:41.522262+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-11T08:30:41.515475\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-11T08:30:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:42 smithi120 bash[18840]: cephadm 2024-09-11T08:30:41.529398+0000 mgr.y (mgr.14140) 184 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:30:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:44 smithi130 bash[14727]: cluster 2024-09-11T08:30:43.249367+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:44 smithi120 bash[14933]: cluster 2024-09-11T08:30:43.249367+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:44 smithi120 bash[18840]: cluster 2024-09-11T08:30:43.249367+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:46.141 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled node-exporter update... 2024-09-11T08:30:46.453 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:46 smithi130 bash[14727]: cluster 2024-09-11T08:30:45.249955+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:46.453 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:46 smithi130 bash[14727]: audit 2024-09-11T08:30:46.132592+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:30:46.453 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:46 smithi130 bash[14727]: audit 2024-09-11T08:30:46.138189+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:30:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[14933]: cluster 2024-09-11T08:30:45.249955+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[14933]: audit 2024-09-11T08:30:46.132592+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:30:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[14933]: audit 2024-09-11T08:30:46.138189+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:30:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[18840]: cluster 2024-09-11T08:30:45.249955+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[18840]: audit 2024-09-11T08:30:46.132592+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-11T08:30:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:46 smithi120 bash[18840]: audit 2024-09-11T08:30:46.138189+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-11T08:30:46.131863\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi130\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-11T08:30:47.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:47 smithi130 bash[14727]: audit 2024-09-11T08:30:46.130725+0000 mgr.y (mgr.14140) 187 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi120=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:47.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:47 smithi130 bash[14727]: cephadm 2024-09-11T08:30:46.131829+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi120=a,smithi130=b 2024-09-11T08:30:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:47 smithi120 bash[14933]: audit 2024-09-11T08:30:46.130725+0000 mgr.y (mgr.14140) 187 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi120=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:47.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:47 smithi120 bash[14933]: cephadm 2024-09-11T08:30:46.131829+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi120=a,smithi130=b 2024-09-11T08:30:47.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:47 smithi120 bash[18840]: audit 2024-09-11T08:30:46.130725+0000 mgr.y (mgr.14140) 187 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi120=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:47.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:47 smithi120 bash[18840]: cephadm 2024-09-11T08:30:46.131829+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi120=a,smithi130=b 2024-09-11T08:30:48.121 DEBUG:teuthology.orchestra.run.smithi120:node-exporter.a> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-11T08:30:48.124 DEBUG:teuthology.orchestra.run.smithi130:node-exporter.b> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-11T08:30:48.126 INFO:tasks.cephadm:Adding alertmanager.a on smithi120 2024-09-11T08:30:48.126 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi120=a' 2024-09-11T08:30:48.162 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:30:48.186 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:30:48.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:48 smithi130 bash[14727]: cluster 2024-09-11T08:30:47.250523+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:48.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:48 smithi120 bash[14933]: cluster 2024-09-11T08:30:47.250523+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:48.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:48 smithi120 bash[18840]: cluster 2024-09-11T08:30:47.250523+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:50 smithi130 bash[14727]: cluster 2024-09-11T08:30:49.251113+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:50 smithi120 bash[18840]: cluster 2024-09-11T08:30:49.251113+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:50 smithi120 bash[14933]: cluster 2024-09-11T08:30:49.251113+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:52 smithi130 bash[14727]: cluster 2024-09-11T08:30:51.251659+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:52 smithi120 bash[14933]: cluster 2024-09-11T08:30:51.251659+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:52 smithi120 bash[18840]: cluster 2024-09-11T08:30:51.251659+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:54 smithi130 bash[14727]: cluster 2024-09-11T08:30:53.252198+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.431 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled alertmanager update... 2024-09-11T08:30:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:54 smithi120 bash[14933]: cluster 2024-09-11T08:30:53.252198+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:54 smithi120 bash[18840]: cluster 2024-09-11T08:30:53.252198+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:55.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:55 smithi130 bash[14727]: audit 2024-09-11T08:30:54.421541+0000 mgr.y (mgr.14140) 193 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi120=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:55.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:55 smithi130 bash[14727]: cephadm 2024-09-11T08:30:54.422528+0000 mgr.y (mgr.14140) 194 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi120=a 2024-09-11T08:30:55.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:55 smithi130 bash[14727]: audit 2024-09-11T08:30:54.423237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:30:55.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:55 smithi130 bash[14727]: audit 2024-09-11T08:30:54.428988+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:30:55.522 DEBUG:teuthology.orchestra.run.smithi120:alertmanager.a> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-11T08:30:55.525 INFO:tasks.cephadm:Adding grafana.a on smithi130 2024-09-11T08:30:55.526 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi130=a' 2024-09-11T08:30:55.536 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[18840]: audit 2024-09-11T08:30:54.421541+0000 mgr.y (mgr.14140) 193 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi120=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:55.536 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[18840]: cephadm 2024-09-11T08:30:54.422528+0000 mgr.y (mgr.14140) 194 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi120=a 2024-09-11T08:30:55.536 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[18840]: audit 2024-09-11T08:30:54.423237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:30:55.537 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[18840]: audit 2024-09-11T08:30:54.428988+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:30:55.537 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[14933]: audit 2024-09-11T08:30:54.421541+0000 mgr.y (mgr.14140) 193 : audit [DBG] from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi120=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:30:55.537 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[14933]: cephadm 2024-09-11T08:30:54.422528+0000 mgr.y (mgr.14140) 194 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi120=a 2024-09-11T08:30:55.537 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[14933]: audit 2024-09-11T08:30:54.423237+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-11T08:30:55.537 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:55 smithi120 bash[14933]: audit 2024-09-11T08:30:54.428988+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-11T08:30:54.422552\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi120\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-11T08:30:55.721 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:30:56.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:56 smithi130 bash[14727]: cluster 2024-09-11T08:30:55.252766+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:56 smithi120 bash[14933]: cluster 2024-09-11T08:30:55.252766+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:56.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:56 smithi120 bash[18840]: cluster 2024-09-11T08:30:55.252766+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:58.602 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:30:58 smithi130 bash[14727]: cluster 2024-09-11T08:30:57.253338+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:30:58 smithi120 bash[14933]: cluster 2024-09-11T08:30:57.253338+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:30:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:30:58 smithi120 bash[18840]: cluster 2024-09-11T08:30:57.253338+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:00.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:00 smithi130 bash[14727]: cluster 2024-09-11T08:30:59.253903+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:00 smithi120 bash[14933]: cluster 2024-09-11T08:30:59.253903+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:00 smithi120 bash[18840]: cluster 2024-09-11T08:30:59.253903+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:01.024 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled grafana update... 2024-09-11T08:31:01.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:01 smithi130 bash[14727]: audit 2024-09-11T08:31:01.015674+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:31:01.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:01 smithi130 bash[14727]: audit 2024-09-11T08:31:01.021190+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:31:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:01 smithi120 bash[18840]: audit 2024-09-11T08:31:01.015674+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:31:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:01 smithi120 bash[18840]: audit 2024-09-11T08:31:01.021190+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:31:01.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:01 smithi120 bash[14933]: audit 2024-09-11T08:31:01.015674+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-11T08:31:01.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:01 smithi120 bash[14933]: audit 2024-09-11T08:31:01.021190+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-11T08:31:01.014952\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi130\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-11T08:31:02.361 DEBUG:teuthology.orchestra.run.smithi130:grafana.a> sudo journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@grafana.a.service 2024-09-11T08:31:02.364 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T08:31:02.364 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T08:31:02.600 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:02 smithi130 bash[14727]: audit 2024-09-11T08:31:01.013971+0000 mgr.y (mgr.14140) 198 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:02.601 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:02 smithi130 bash[14727]: cephadm 2024-09-11T08:31:01.014930+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Saving service grafana spec with placement count:1 smithi130=a 2024-09-11T08:31:02.601 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:02 smithi130 bash[14727]: cluster 2024-09-11T08:31:01.254450+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.611 INFO:journalctl@ceph.grafana.a.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T08:31:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[14933]: audit 2024-09-11T08:31:01.013971+0000 mgr.y (mgr.14140) 198 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[14933]: cephadm 2024-09-11T08:31:01.014930+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Saving service grafana spec with placement count:1 smithi130=a 2024-09-11T08:31:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[14933]: cluster 2024-09-11T08:31:01.254450+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[18840]: audit 2024-09-11T08:31:01.013971+0000 mgr.y (mgr.14140) 198 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi130=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:31:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[18840]: cephadm 2024-09-11T08:31:01.014930+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Saving service grafana spec with placement count:1 smithi130=a 2024-09-11T08:31:02.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:02 smithi120 bash[18840]: cluster 2024-09-11T08:31:01.254450+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.238 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:03 smithi130 docker[22995]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:31:04.238 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:03 smithi130 systemd[1]: Started Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:31:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:04 smithi130 bash[14727]: cluster 2024-09-11T08:31:03.255029+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:04 smithi130 bash[14727]: audit 2024-09-11T08:31:03.990700+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:04 smithi130 bash[14727]: audit 2024-09-11T08:31:03.996886+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:04 smithi130 bash[14727]: audit 2024-09-11T08:31:03.998577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[14933]: cluster 2024-09-11T08:31:03.255029+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[18840]: cluster 2024-09-11T08:31:03.255029+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:04.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[14933]: audit 2024-09-11T08:31:03.990700+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[18840]: audit 2024-09-11T08:31:03.990700+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:04.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[14933]: audit 2024-09-11T08:31:03.996886+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:04.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[14933]: audit 2024-09-11T08:31:03.998577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[18840]: audit 2024-09-11T08:31:03.996886+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297211\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297410\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297536\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297657\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:30:20.297777\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:30:20.297898\", \"created\": \"2024-09-11T08:30:19.359157\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:04.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:04 smithi120 bash[18840]: audit 2024-09-11T08:31:03.998577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:05.286 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[14727]: audit 2024-09-11T08:31:04.789024+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:05.286 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[14727]: audit 2024-09-11T08:31:04.794882+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:05.286 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[14727]: audit 2024-09-11T08:31:04.799218+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:05.287 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[14727]: audit 2024-09-11T08:31:04.800632+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:05.287 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[14727]: cephadm 2024-09-11T08:31:04.801774+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:31:05.614 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:05 smithi130 systemd[1]: Started Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:31:05.614 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23259]: Unable to find image 'prom/node-exporter:latest' locally 2024-09-11T08:31:05.614 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z 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:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z 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:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z caller=main.go:651 level=info host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi130 (none))" 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.422Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.425Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.426Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.429Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.429Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.433Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.433Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.357µs 2024-09-11T08:31:05.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.433Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.433Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.434Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.754µs wal_replay_duration=390.175µs wbl_replay_duration=143ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.357µs total_replay_duration=460.007µs 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.436Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.436Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.436Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.437Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.437Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=829.467µs db_storage=1.013µs remote_storage=1.584µs web_handler=383ns query_engine=5.247µs scrape=426.661µs scrape_sd=25.608µs notify=838ns notify_sd=780ns rules=42.672µs tracing=6.703µs 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.437Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:31:05.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:31:05 smithi130 bash[23014]: ts=2024-09-11T08:31:05.437Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:31:05.672 INFO:teuthology.orchestra.run.smithi120.stdout:[client.0] 2024-09-11T08:31:05.672 INFO:teuthology.orchestra.run.smithi120.stdout: key = AQBJVeFmgC+FJxAA7trvvrHG16zM43MNspwT4A== 2024-09-11T08:31:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[14933]: audit 2024-09-11T08:31:04.789024+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:05.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[14933]: audit 2024-09-11T08:31:04.794882+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:05.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[14933]: audit 2024-09-11T08:31:04.799218+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:05.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[14933]: audit 2024-09-11T08:31:04.800632+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:05.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[14933]: cephadm 2024-09-11T08:31:04.801774+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:31:05.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[18840]: audit 2024-09-11T08:31:04.789024+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:05.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[18840]: audit 2024-09-11T08:31:04.794882+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}}, \"last_daemon_update\": \"2024-09-11T08:31:04.787667\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:05.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[18840]: audit 2024-09-11T08:31:04.799218+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:05.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[18840]: audit 2024-09-11T08:31:04.800632+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:05.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:05 smithi120 bash[18840]: cephadm 2024-09-11T08:31:04.801774+0000 mgr.y (mgr.14140) 202 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:31:06.253 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:06 smithi120 docker[27018]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:31:06.253 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:06 smithi120 systemd[1]: Started Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:31:06.427 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-09-11T08:31:06.427 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T08:31:06.428 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T08:31:06.449 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T08:31:06.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: cluster 2024-09-11T08:31:05.255465+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.521121+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.528931+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.530231+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.531686+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: cephadm 2024-09-11T08:31:05.532803+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.662053+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.120:0/2367931023' 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:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.662769+0000 mon.a (mon.0) 482 : 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:31:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:06 smithi130 bash[14727]: audit 2024-09-11T08:31:05.669014+0000 mon.a (mon.0) 483 : 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:31:06.683 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[27041]: Unable to find image 'prom/node-exporter:latest' locally 2024-09-11T08:31:06.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: cluster 2024-09-11T08:31:05.255465+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: cluster 2024-09-11T08:31:05.255465+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:06.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.521121+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.521121+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.528931+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.530231+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.531686+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: cephadm 2024-09-11T08:31:05.532803+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.662053+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.120:0/2367931023' 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:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.662769+0000 mon.a (mon.0) 482 : 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:31:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[14933]: audit 2024-09-11T08:31:05.669014+0000 mon.a (mon.0) 483 : 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:31:06.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.528931+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.530231+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-11T08:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.531686+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: cephadm 2024-09-11T08:31:05.532803+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.662053+0000 mon.c (mon.1) 19 : audit [INF] from='client.? 172.21.15.120:0/2367931023' 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:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.662769+0000 mon.a (mon.0) 482 : 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:31:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:06 smithi120 bash[18840]: audit 2024-09-11T08:31:05.669014+0000 mon.a (mon.0) 483 : 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:31:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:07 smithi130 bash[14727]: audit 2024-09-11T08:31:06.261045+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:07.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:07 smithi130 bash[14727]: audit 2024-09-11T08:31:06.264376+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:07.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:07 smithi130 bash[14727]: cephadm 2024-09-11T08:31:06.267282+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:31:07.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[14933]: audit 2024-09-11T08:31:06.261045+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:07.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[18840]: audit 2024-09-11T08:31:06.261045+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:07.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[14933]: audit 2024-09-11T08:31:06.264376+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:07.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[14933]: cephadm 2024-09-11T08:31:06.267282+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:31:07.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[18840]: audit 2024-09-11T08:31:06.264376+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:07.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:07 smithi120 bash[18840]: cephadm 2024-09-11T08:31:06.267282+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:31:08.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:08 smithi130 bash[14727]: cluster 2024-09-11T08:31:07.256020+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:08 smithi120 bash[14933]: cluster 2024-09-11T08:31:07.256020+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:08 smithi120 bash[18840]: cluster 2024-09-11T08:31:07.256020+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:09.812 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:09 smithi130 bash[23259]: latest: Pulling from prom/node-exporter 2024-09-11T08:31:10.076 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:09 smithi120 bash[27041]: latest: Pulling from prom/node-exporter 2024-09-11T08:31:10.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:09 smithi130 bash[23259]: 9fa9226be034: Already exists 2024-09-11T08:31:10.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:09 smithi130 bash[23259]: 1617e25568b2: Already exists 2024-09-11T08:31:10.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:09 smithi130 bash[23259]: a7193bcb1fb2: Pulling fs layer 2024-09-11T08:31:10.369 INFO:teuthology.orchestra.run.smithi130.stdout:[client.1] 2024-09-11T08:31:10.369 INFO:teuthology.orchestra.run.smithi130.stdout: key = AQBOVeFmtlleFRAANyYu4vSNm6fCUJbPOsPRzg== 2024-09-11T08:31:10.397 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[14933]: cluster 2024-09-11T08:31:09.256578+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:10.397 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[18840]: cluster 2024-09-11T08:31:09.256578+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:10.397 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 9fa9226be034: Pulling fs layer 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 1617e25568b2: Pulling fs layer 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: a7193bcb1fb2: Pulling fs layer 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 9fa9226be034: Verifying Checksum 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 9fa9226be034: Download complete 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 1617e25568b2: Download complete 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: a7193bcb1fb2: Verifying Checksum 2024-09-11T08:31:10.398 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: a7193bcb1fb2: Download complete 2024-09-11T08:31:10.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:10 smithi130 bash[14727]: cluster 2024-09-11T08:31:09.256578+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:10.614 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:10 smithi130 bash[23259]: a7193bcb1fb2: Verifying Checksum 2024-09-11T08:31:10.614 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:10 smithi130 bash[23259]: a7193bcb1fb2: Download complete 2024-09-11T08:31:10.683 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 9fa9226be034: Pull complete 2024-09-11T08:31:11.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:10 smithi130 bash[23259]: a7193bcb1fb2: Pull complete 2024-09-11T08:31:11.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:10 smithi120 bash[27041]: 1617e25568b2: Pull complete 2024-09-11T08:31:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:11 smithi130 bash[14727]: audit 2024-09-11T08:31:10.358197+0000 mon.a (mon.0) 486 : 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:31:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:11 smithi130 bash[14727]: audit 2024-09-11T08:31:10.358510+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.130:0/901406320' 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:31:11.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:11 smithi130 bash[14727]: audit 2024-09-11T08:31:10.367722+0000 mon.a (mon.0) 487 : 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:31:11.674 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-09-11T08:31:11.674 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-11T08:31:11.674 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-11T08:31:11.683 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[27041]: a7193bcb1fb2: Pull complete 2024-09-11T08:31:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[14933]: audit 2024-09-11T08:31:10.358197+0000 mon.a (mon.0) 486 : 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:31:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[14933]: audit 2024-09-11T08:31:10.358510+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.130:0/901406320' 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:31:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[14933]: audit 2024-09-11T08:31:10.367722+0000 mon.a (mon.0) 487 : 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:31:11.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[18840]: audit 2024-09-11T08:31:10.358197+0000 mon.a (mon.0) 486 : 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:31:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[18840]: audit 2024-09-11T08:31:10.358510+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.130:0/901406320' 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:31:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[18840]: audit 2024-09-11T08:31:10.367722+0000 mon.a (mon.0) 487 : 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:31:11.698 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T08:31:11.698 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T08:31:11.698 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T08:31:12.003 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[27041]: Digest: sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706 2024-09-11T08:31:12.003 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:11 smithi120 bash[27041]: Status: Downloaded newer image for prom/node-exporter:latest 2024-09-11T08:31:12.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:11 smithi130 bash[23259]: Digest: sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706 2024-09-11T08:31:12.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:11 smithi130 bash[23259]: Status: Downloaded newer image for prom/node-exporter:latest 2024-09-11T08:31:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:12 smithi120 bash[14933]: cluster 2024-09-11T08:31:11.257122+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:12 smithi120 bash[18840]: cluster 2024-09-11T08:31:11.257122+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:12.809 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[14727]: cluster 2024-09-11T08:31:11.257122+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:13.114 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.916Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.916Z 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:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.918Z 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:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.918Z 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:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z 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:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z 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:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:31:13.115 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:31:13.116 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.919Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:31:13.117 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:31:13.118 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:31:13.119 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:31:13.119 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:31:13.119 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.920Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:31:13.119 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:31:12 smithi130 bash[23259]: ts=2024-09-11T08:31:12.921Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:31:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:14 smithi130 bash[14727]: cluster 2024-09-11T08:31:13.257664+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:14 smithi120 bash[14933]: cluster 2024-09-11T08:31:13.257664+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:14 smithi120 bash[18840]: cluster 2024-09-11T08:31:13.257664+0000 mgr.y (mgr.14140) 209 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:15.465 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.202Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.202Z 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:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.204Z 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:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.204Z 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:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.204Z 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:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.204Z 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:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=arp 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-11T08:31:15.466 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=edac 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-11T08:31:15.467 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-11T08:31:15.468 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=os 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=stat 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-11T08:31:15.469 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=time 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=uname 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.205Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.206Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:31:15.470 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:31:15 smithi120 bash[27041]: ts=2024-09-11T08:31:15.206Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:31:16.572 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:16 smithi120 bash[14933]: cluster 2024-09-11T08:31:15.258319+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.573 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:16 smithi120 bash[18840]: cluster 2024-09-11T08:31:15.258319+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:16.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:16 smithi130 bash[14727]: cluster 2024-09-11T08:31:15.258319+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:18 smithi120 bash[14933]: cluster 2024-09-11T08:31:17.258924+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:18 smithi120 bash[18840]: cluster 2024-09-11T08:31:17.258924+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:18.505 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:31:18.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:18 smithi130 bash[14727]: cluster 2024-09-11T08:31:17.258924+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:19.334 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:19 smithi120 bash[14933]: audit 2024-09-11T08:31:18.499386+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.120:0/700714433' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:31:19.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:19 smithi120 bash[18840]: audit 2024-09-11T08:31:18.499386+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.120:0/700714433' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:31:19.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:19 smithi130 bash[14727]: audit 2024-09-11T08:31:18.499386+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.120:0/700714433' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:31:20.015 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6800","nonce":3731595268},{"type":"v1","addr":"172.21.15.120:6801","nonce":3731595268}]},"active_addr":"172.21.15.120:6801/3731595268","active_change":"2024-09-11T08:25:37.108409+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24109,"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://smithi120.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.120:0","nonce":92932705}]},{"addrvec":[{"type":"v2","addr":"172.21.15.120:0","nonce":3537036661}]},{"addrvec":[{"type":"v2","addr":"172.21.15.120:0","nonce":1440051479}]}]}} 2024-09-11T08:31:20.018 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T08:31:20.018 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T08:31:20.018 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:31:20.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:20 smithi120 bash[14933]: cluster 2024-09-11T08:31:19.259647+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:20 smithi120 bash[18840]: cluster 2024-09-11T08:31:19.259647+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:20.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:20 smithi130 bash[14727]: cluster 2024-09-11T08:31:19.259647+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:22.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:22 smithi130 bash[14727]: cluster 2024-09-11T08:31:21.260357+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:22.630 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:22 smithi120 bash[14933]: cluster 2024-09-11T08:31:21.260357+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:22.630 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:22 smithi120 bash[18840]: cluster 2024-09-11T08:31:21.260357+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:23.085 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:23 smithi120 systemd[1]: Starting Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:31:23.347 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:23 smithi120 docker[27607]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:31:23.347 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:23 smithi120 systemd[1]: Started Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:31:23.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.127643+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.131568+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.214979+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:31:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.218512+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:31:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.219343+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:31:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:23 smithi130 bash[14727]: audit 2024-09-11T08:31:23.225507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:31:23.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.127643+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:23.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.131568+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:23.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.214979+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:31:23.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.127643+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:23.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.218512+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:31:23.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.219343+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:31:23.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[14933]: audit 2024-09-11T08:31:23.225507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:31:23.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.131568+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199640\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199816\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.199925\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200030\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200134\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:28:31.200238\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:28:31.200342\", \"created\": \"2024-09-11T08:28:30.255783\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:23.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.214979+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:31:23.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.218512+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEERFnof39U3Dh/hVwdltBLIwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTEwODMxMjNaFw0z\nNDA5MDkwODMxMjNaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcA5pjaqyc5NNGSOUe9Sgn\nI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMYCHSsZmxR\nkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPysYQ1jrjY\ncHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7XngcYghn1dC\n16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgnaH2em8DtA\nLgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkmRg0OTabJ\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAIIW9RI5sCnfVbTWbkH7Jh65dOuCnPPx\nTrKYa9ZJ14f5dKshqsPAKSdc16q6xjYNby6vsDcQUKXlXv2LeSS89NTjeXRIHg25\nH5HN9DvcagIzQ8qwoCJb4dN2hx9zKuSNkfW0ROkmdXXBry4kXYkhIcZnmlK/J+DM\nizkCcTYS04Mu4JrwkJoCOFRYW7CkYMsCj1MsDer4mMg75V9jcVVcyStmiPn5N3hq\njqvj8+pfFbJ05y6wkf+CnkwPpfumrO02FIC6XhUceqCAUz0mA2DWrPt1hk2Et8q9\nzXuAYRGCpgm4eknT6k86Qm4Dyru876XGFbnMGLwDBi/72O8ywwWKmhA=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:31:23.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.219343+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:31:23.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:23 smithi120 bash[18840]: audit 2024-09-11T08:31:23.225507+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcA5pjaqyc5NNG\nSOUe9SgnI0pHgbin+fpgroB5YJ0LTHBBcwq2vEokE7GpsCc9fEcnBIeKTWS08xMY\nCHSsZmxRkh6zsQljTz/gY16Qu14nqPs78nlEJFf5PKmr8EHcOjq7KpZwQM39YmPy\nsYQ1jrjYcHzl+qb4844x7ZSdBbItXPaF+2aikwQRK9CyI80NTe92V9Dz9DVU7Xng\ncYghn1dC16axUDzj7yObEL61aeIvX2Y3kw9MxWkAqPTjEOZCjCrBPhNA5RNGGgna\nH2em8DtALgeIcS3tWv/sPJswfBpotBJZLsFUcX6i9C8GXemyaAPBP5M/bj/ovAkm\nRg0OTabJAgMBAAECggEBAJMgzbPB+GCLHUYZJS9InmtdzCR5eTTLlEXnK/7/PsX5\nffAmsHl2/NWXXe2t4O/bFfHfs4wnKTtgedpOfUd0zubVojZkI3UH4B18FhcPVW2M\nMUXrZnDNJQ+FI6nZZxGQ1wmm9ydmDtptW41GbLUsFiyXPM7GibZdmS+GQyWmU3rF\nPJ7EBfyY75UvaZpZMt8/2OiUoQBlC6KzOEuYgF5pyRc5drJOfnYxOrk7mJ31j1FJ\nZ5JhzORY2L8YHiU4t79lWA4WxurshpIj02uyBW5Db2r0RTg7CZaHZ98RqGqu4U+s\nlDVMkaDubMgvYxnPL8w2rZFZobr06zLi/mPvmekNMekCgYEA8Bgj81ZFvpVRH998\nPDHaH2jm35vWyUAXeW9+3HzqW6DugmMoGHDLdu94OYfAldZ57i5aGKvxHzWKp+aO\nJjKqBIMiwWjWeVLszTEbsXwtwbiMQyQkTvMukL80oiPGKloWvUiYZ4/qCiEzWq0u\n+zw9YWjbFx7oDmXJb0Y5jVHztOcCgYEA6pbp6obTespm6XMcIJjMlmuADP2oFRU0\nbRKVTbvNb/whxIV0gb4hq+KGe7TW11FtTwgO1CD3EpH/TLW4lupXSC8LBEMGnQq5\n97lljuN6suyJOJhnK2U6DcaN8JboaAui29vh+mfl1BoI0lT808g42mXm+QiYMgDZ\neeIF8imioM8CgYBaIvX8OPteHXijWqetgZm+CQgEEuGEFIe7k1wxMsRZOgXQ9aDr\n7Ay2zhh4oLpwhmCoRsaUVJjlephfiHL9bC/gGctGiTFbwwIb1r/q1g/nln0yB7OJ\n4EovFVmRNZUD+WZoEYUF/EWFIAnDlRj6QRdaJp96AqRkI1qIZ/jbUVUJKQKBgQCK\nrx0qoPp1JSMh8AM44hxQ8MyK4Yp0rEyKDuplQhl5kr0DyUHPUe/mBc0rZQV91Y2h\no0ng7nwiZl1fpC60SWXALs98fYNzY9v9L4Vyq9jl3iBhbPfRF87yReezzAMpP3fQ\nMnWt665bbei5L7UoHr49nvClWQdgyE/JVm3dc+/I0QKBgQDf2cnXNv7Jl5OJlW/0\n852KMgjs/PXYSBBJpbShXVzNlLMSMXrRNot8UTkCbvi5uc2gKoytGGJkT5lTRePJ\nd6g6KOrics6o8HGNyTz7E5E/OIytfqCFZ6UXEyHgf9sj8Dhenno/OTdKZeCUjXLF\nKZ+6Fkj800SI89+FsXh3l80T1A==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:31:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:24 smithi130 bash[14727]: cephadm 2024-09-11T08:31:23.226336+0000 mgr.y (mgr.14140) 214 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:31:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:24 smithi130 bash[14727]: cluster 2024-09-11T08:31:23.261087+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:24 smithi120 bash[14933]: cephadm 2024-09-11T08:31:23.226336+0000 mgr.y (mgr.14140) 214 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:31:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:24 smithi120 bash[14933]: cluster 2024-09-11T08:31:23.261087+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:24.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:24 smithi120 bash[18840]: cephadm 2024-09-11T08:31:23.226336+0000 mgr.y (mgr.14140) 214 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:31:24.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:24 smithi120 bash[18840]: cluster 2024-09-11T08:31:23.261087+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:25.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.415Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:31:25.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.415Z 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:31:25.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.417Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.120 port=9094 2024-09-11T08:31:25.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.418Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:31:25.684 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.465Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:31:25.684 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.465Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:31:25.684 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.468Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:31:25.684 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:25 smithi120 bash[27629]: ts=2024-09-11T08:31:25.468Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:31:25.691 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:31:25.691 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":48,"fsid":"35bb7814-7017-11ef-bcea-c7b262605968","created":"2024-09-11T08:24:56.261158+0000","modified":"2024-09-11T08:30:29.319978+0000","last_up_change":"2024-09-11T08:30:28.302808+0000","last_in_change":"2024-09-11T08:30:28.302808+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:25:10.500535+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":"9eb9cd28-6313-4587-96ec-fbfe52e61acc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6803","nonce":1130611927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6805","nonce":1130611927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6808","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6809","nonce":1130611927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6807","nonce":1130611927}]},"public_addr":"172.21.15.120:6803/1130611927","cluster_addr":"172.21.15.120:6805/1130611927","heartbeat_back_addr":"172.21.15.120:6809/1130611927","heartbeat_front_addr":"172.21.15.120:6807/1130611927","state":["exists","up"]},{"osd":1,"uuid":"b09a0c36-b9ec-4ab1-8939-3997934c2e31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6810","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6811","nonce":3530908985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6812","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6813","nonce":3530908985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6816","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6817","nonce":3530908985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6814","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6815","nonce":3530908985}]},"public_addr":"172.21.15.120:6811/3530908985","cluster_addr":"172.21.15.120:6813/3530908985","heartbeat_back_addr":"172.21.15.120:6817/3530908985","heartbeat_front_addr":"172.21.15.120:6815/3530908985","state":["exists","up"]},{"osd":2,"uuid":"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e","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.120:6818","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6819","nonce":231400811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6820","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6821","nonce":231400811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6824","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6825","nonce":231400811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6822","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6823","nonce":231400811}]},"public_addr":"172.21.15.120:6819/231400811","cluster_addr":"172.21.15.120:6821/231400811","heartbeat_back_addr":"172.21.15.120:6825/231400811","heartbeat_front_addr":"172.21.15.120:6823/231400811","state":["exists","up"]},{"osd":3,"uuid":"93efcac1-4aa4-42b9-8447-fdab0135e6f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6826","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6827","nonce":3946561192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6828","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6829","nonce":3946561192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6832","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6833","nonce":3946561192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6830","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6831","nonce":3946561192}]},"public_addr":"172.21.15.120:6827/3946561192","cluster_addr":"172.21.15.120:6829/3946561192","heartbeat_back_addr":"172.21.15.120:6833/3946561192","heartbeat_front_addr":"172.21.15.120:6831/3946561192","state":["exists","up"]},{"osd":4,"uuid":"3416f4f5-98af-4cf6-ade1-345f0d3261ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6801","nonce":1501685120}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6803","nonce":1501685120}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6807","nonce":1501685120}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6805","nonce":1501685120}]},"public_addr":"172.21.15.130:6801/1501685120","cluster_addr":"172.21.15.130:6803/1501685120","heartbeat_back_addr":"172.21.15.130:6807/1501685120","heartbeat_front_addr":"172.21.15.130:6805/1501685120","state":["exists","up"]},{"osd":5,"uuid":"bf5b4572-dcdc-4e95-8a54-62d8c67d8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6809","nonce":1727085474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6811","nonce":1727085474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6815","nonce":1727085474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6813","nonce":1727085474}]},"public_addr":"172.21.15.130:6809/1727085474","cluster_addr":"172.21.15.130:6811/1727085474","heartbeat_back_addr":"172.21.15.130:6815/1727085474","heartbeat_front_addr":"172.21.15.130:6813/1727085474","state":["exists","up"]},{"osd":6,"uuid":"a391834e-cd79-4657-a283-2d6c1a79e0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6817","nonce":29738086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6819","nonce":29738086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6823","nonce":29738086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6821","nonce":29738086}]},"public_addr":"172.21.15.130:6817/29738086","cluster_addr":"172.21.15.130:6819/29738086","heartbeat_back_addr":"172.21.15.130:6823/29738086","heartbeat_front_addr":"172.21.15.130:6821/29738086","state":["exists","up"]},{"osd":7,"uuid":"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6824","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6825","nonce":3232439311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6827","nonce":3232439311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6831","nonce":3232439311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6829","nonce":3232439311}]},"public_addr":"172.21.15.130:6825/3232439311","cluster_addr":"172.21.15.130:6827/3232439311","heartbeat_back_addr":"172.21.15.130:6831/3232439311","heartbeat_front_addr":"172.21.15.130:6829/3232439311","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:27:13.792209+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:27:42.536463+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:28:11.048936+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:28:37.918905+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:29:02.661464+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:29:31.468365+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:29:59.456732+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:30:27.123193+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.120:6800/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/3461119148":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/2194947908":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/1018064420":"2024-09-12T08:25:37.107808+0000","172.21.15.120:6801/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/758680587":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/2239653476":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/3980665626":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6800/2811621442":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6801/2811621442":"2024-09-12T08:25:19.054162+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:31:26.447 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T08:31:26.447 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T08:31:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:26 smithi130 bash[14727]: cluster 2024-09-11T08:31:25.261792+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:26 smithi130 bash[14727]: audit 2024-09-11T08:31:25.688418+0000 mon.a (mon.0) 494 : audit [DBG] from='client.? 172.21.15.120:0/2304675088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:26.659 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:26 smithi120 bash[14933]: cluster 2024-09-11T08:31:25.261792+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:26.659 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:26 smithi120 bash[14933]: audit 2024-09-11T08:31:25.688418+0000 mon.a (mon.0) 494 : audit [DBG] from='client.? 172.21.15.120:0/2304675088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:26.659 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:26 smithi120 bash[18840]: cluster 2024-09-11T08:31:25.261792+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:26.659 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:26 smithi120 bash[18840]: audit 2024-09-11T08:31:25.688418+0000 mon.a (mon.0) 494 : audit [DBG] from='client.? 172.21.15.120:0/2304675088' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:27.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:27 smithi120 bash[27629]: ts=2024-09-11T08:31:27.419Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000034828s 2024-09-11T08:31:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:28 smithi130 bash[14727]: cluster 2024-09-11T08:31:27.262420+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:28 smithi120 bash[14933]: cluster 2024-09-11T08:31:27.262420+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:28.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:28 smithi120 bash[18840]: cluster 2024-09-11T08:31:27.262420+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:29.839 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:31:29.839 INFO:teuthology.orchestra.run.smithi120.stdout:{"epoch":48,"fsid":"35bb7814-7017-11ef-bcea-c7b262605968","created":"2024-09-11T08:24:56.261158+0000","modified":"2024-09-11T08:30:29.319978+0000","last_up_change":"2024-09-11T08:30:28.302808+0000","last_in_change":"2024-09-11T08:30:28.302808+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:25:10.500535+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":"9eb9cd28-6313-4587-96ec-fbfe52e61acc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6802","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6803","nonce":1130611927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6804","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6805","nonce":1130611927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6808","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6809","nonce":1130611927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6806","nonce":1130611927},{"type":"v1","addr":"172.21.15.120:6807","nonce":1130611927}]},"public_addr":"172.21.15.120:6803/1130611927","cluster_addr":"172.21.15.120:6805/1130611927","heartbeat_back_addr":"172.21.15.120:6809/1130611927","heartbeat_front_addr":"172.21.15.120:6807/1130611927","state":["exists","up"]},{"osd":1,"uuid":"b09a0c36-b9ec-4ab1-8939-3997934c2e31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6810","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6811","nonce":3530908985}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6812","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6813","nonce":3530908985}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6816","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6817","nonce":3530908985}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6814","nonce":3530908985},{"type":"v1","addr":"172.21.15.120:6815","nonce":3530908985}]},"public_addr":"172.21.15.120:6811/3530908985","cluster_addr":"172.21.15.120:6813/3530908985","heartbeat_back_addr":"172.21.15.120:6817/3530908985","heartbeat_front_addr":"172.21.15.120:6815/3530908985","state":["exists","up"]},{"osd":2,"uuid":"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e","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.120:6818","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6819","nonce":231400811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6820","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6821","nonce":231400811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6824","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6825","nonce":231400811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6822","nonce":231400811},{"type":"v1","addr":"172.21.15.120:6823","nonce":231400811}]},"public_addr":"172.21.15.120:6819/231400811","cluster_addr":"172.21.15.120:6821/231400811","heartbeat_back_addr":"172.21.15.120:6825/231400811","heartbeat_front_addr":"172.21.15.120:6823/231400811","state":["exists","up"]},{"osd":3,"uuid":"93efcac1-4aa4-42b9-8447-fdab0135e6f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6826","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6827","nonce":3946561192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6828","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6829","nonce":3946561192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6832","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6833","nonce":3946561192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.120:6830","nonce":3946561192},{"type":"v1","addr":"172.21.15.120:6831","nonce":3946561192}]},"public_addr":"172.21.15.120:6827/3946561192","cluster_addr":"172.21.15.120:6829/3946561192","heartbeat_back_addr":"172.21.15.120:6833/3946561192","heartbeat_front_addr":"172.21.15.120:6831/3946561192","state":["exists","up"]},{"osd":4,"uuid":"3416f4f5-98af-4cf6-ade1-345f0d3261ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6801","nonce":1501685120}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6803","nonce":1501685120}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6807","nonce":1501685120}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":1501685120},{"type":"v1","addr":"172.21.15.130:6805","nonce":1501685120}]},"public_addr":"172.21.15.130:6801/1501685120","cluster_addr":"172.21.15.130:6803/1501685120","heartbeat_back_addr":"172.21.15.130:6807/1501685120","heartbeat_front_addr":"172.21.15.130:6805/1501685120","state":["exists","up"]},{"osd":5,"uuid":"bf5b4572-dcdc-4e95-8a54-62d8c67d8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6809","nonce":1727085474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6811","nonce":1727085474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6815","nonce":1727085474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1727085474},{"type":"v1","addr":"172.21.15.130:6813","nonce":1727085474}]},"public_addr":"172.21.15.130:6809/1727085474","cluster_addr":"172.21.15.130:6811/1727085474","heartbeat_back_addr":"172.21.15.130:6815/1727085474","heartbeat_front_addr":"172.21.15.130:6813/1727085474","state":["exists","up"]},{"osd":6,"uuid":"a391834e-cd79-4657-a283-2d6c1a79e0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6817","nonce":29738086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6819","nonce":29738086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6823","nonce":29738086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":29738086},{"type":"v1","addr":"172.21.15.130:6821","nonce":29738086}]},"public_addr":"172.21.15.130:6817/29738086","cluster_addr":"172.21.15.130:6819/29738086","heartbeat_back_addr":"172.21.15.130:6823/29738086","heartbeat_front_addr":"172.21.15.130:6821/29738086","state":["exists","up"]},{"osd":7,"uuid":"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6824","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6825","nonce":3232439311}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6827","nonce":3232439311}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6831","nonce":3232439311}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":3232439311},{"type":"v1","addr":"172.21.15.130:6829","nonce":3232439311}]},"public_addr":"172.21.15.130:6825/3232439311","cluster_addr":"172.21.15.130:6827/3232439311","heartbeat_back_addr":"172.21.15.130:6831/3232439311","heartbeat_front_addr":"172.21.15.130:6829/3232439311","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:27:13.792209+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:27:42.536463+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:28:11.048936+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:28:37.918905+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:29:02.661464+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:29:31.468365+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T08:29:59.456732+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:30:27.123193+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.120:6800/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/3461119148":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/2194947908":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/1018064420":"2024-09-12T08:25:37.107808+0000","172.21.15.120:6801/24545198":"2024-09-12T08:25:37.107808+0000","172.21.15.120:0/758680587":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/2239653476":"2024-09-12T08:25:19.054162+0000","172.21.15.120:0/3980665626":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6800/2811621442":"2024-09-12T08:25:19.054162+0000","172.21.15.120:6801/2811621442":"2024-09-12T08:25:19.054162+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:31:30.542 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T08:31:30.542 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T08:31:30.542 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T08:31:30.543 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T08:31:30.543 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T08:31:30.544 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T08:31:30.544 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T08:31:30.544 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T08:31:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:30 smithi120 bash[14933]: cluster 2024-09-11T08:31:29.263107+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:30 smithi120 bash[14933]: audit 2024-09-11T08:31:29.836413+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.120:0/657841068' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:30 smithi120 bash[18840]: cluster 2024-09-11T08:31:29.263107+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:30 smithi120 bash[18840]: audit 2024-09-11T08:31:29.836413+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.120:0/657841068' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:30 smithi130 bash[14727]: cluster 2024-09-11T08:31:29.263107+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:30 smithi130 bash[14727]: audit 2024-09-11T08:31:29.836413+0000 mon.a (mon.0) 495 : audit [DBG] from='client.? 172.21.15.120:0/657841068' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T08:31:32.668 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:32 smithi120 bash[18840]: cluster 2024-09-11T08:31:31.263696+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:32.669 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:32 smithi120 bash[14933]: cluster 2024-09-11T08:31:31.263696+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:32 smithi130 bash[14727]: cluster 2024-09-11T08:31:31.263696+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:34 smithi130 bash[14727]: cluster 2024-09-11T08:31:33.264256+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.720 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:34 smithi120 bash[14933]: cluster 2024-09-11T08:31:33.264256+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:34.720 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:34 smithi120 bash[18840]: cluster 2024-09-11T08:31:33.264256+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:35.933 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:31:35 smithi120 bash[27629]: ts=2024-09-11T08:31:35.421Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00200685s 2024-09-11T08:31:36.429 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:36 smithi120 bash[14933]: cluster 2024-09-11T08:31:35.264834+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:36.429 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:36 smithi120 bash[18840]: cluster 2024-09-11T08:31:35.264834+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:36.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:36 smithi130 bash[14727]: cluster 2024-09-11T08:31:35.264834+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:38 smithi120 bash[14933]: cluster 2024-09-11T08:31:37.265417+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:38 smithi120 bash[18840]: cluster 2024-09-11T08:31:37.265417+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:38.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:38 smithi130 bash[14727]: cluster 2024-09-11T08:31:37.265417+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:40 smithi130 bash[14727]: cluster 2024-09-11T08:31:39.265974+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:40 smithi120 bash[14933]: cluster 2024-09-11T08:31:39.265974+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:40.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:40 smithi120 bash[18840]: cluster 2024-09-11T08:31:39.265974+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:42 smithi130 bash[14727]: cluster 2024-09-11T08:31:41.266385+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:42 smithi120 bash[14933]: cluster 2024-09-11T08:31:41.266385+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:42 smithi120 bash[18840]: cluster 2024-09-11T08:31:41.266385+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.442 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:44 smithi130 bash[14727]: cluster 2024-09-11T08:31:43.266925+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:44 smithi120 bash[18840]: cluster 2024-09-11T08:31:43.266925+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.590 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:44 smithi120 bash[14933]: cluster 2024-09-11T08:31:43.266925+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:44.591 INFO:teuthology.orchestra.run.smithi120.stdout:42949673015 2024-09-11T08:31:44.591 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T08:31:45.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:45 smithi130 docker[23716]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:31:45.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:45 smithi130 systemd[1]: Started Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:31:46.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[18840]: cluster 2024-09-11T08:31:45.267518+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[14933]: cluster 2024-09-11T08:31:45.267518+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[18840]: audit 2024-09-11T08:31:45.464574+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:46.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[18840]: audit 2024-09-11T08:31:45.469866+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:46.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[18840]: audit 2024-09-11T08:31:45.470827+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:46.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[14933]: audit 2024-09-11T08:31:45.464574+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:46.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[14933]: audit 2024-09-11T08:31:45.469866+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:46.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:46 smithi120 bash[14933]: audit 2024-09-11T08:31:45.470827+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[14727]: cluster 2024-09-11T08:31:45.267518+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[14727]: audit 2024-09-11T08:31:45.464574+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[14727]: audit 2024-09-11T08:31:45.469866+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.786860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787063\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787219\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787349\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787415\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:04.787482\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:04.787547\", \"created\": \"2024-09-11T08:31:03.970198\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[14727]: audit 2024-09-11T08:31:45.470827+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:46.949 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+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:31:46.949 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="App mode production" logger=settings 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-11T08:31:46.950 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-11T08:31:46.951 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-11T08:31:46.951 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-11T08:31:46.951 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-11T08:31:46.951 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-11T08:31:46.951 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-11T08:31:47.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:46 smithi130 bash[23737]: t=2024-09-11T08:31:46+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-11T08:31:47.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-11T08:31:47.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-11T08:31:47.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-11T08:31:47.314 INFO:teuthology.orchestra.run.smithi120.stdout:90194313261 2024-09-11T08:31:47.314 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T08:31:47.521 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-11T08:31:47.521 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-11T08:31:47.521 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:31:47.521 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-11T08:31:47.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[14727]: audit 2024-09-11T08:31:47.145585+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:47.522 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[14727]: audit 2024-09-11T08:31:47.150953+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:47.522 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[14727]: audit 2024-09-11T08:31:47.152195+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:47.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[18840]: audit 2024-09-11T08:31:47.145585+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:47.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[18840]: audit 2024-09-11T08:31:47.150953+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:47.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[18840]: audit 2024-09-11T08:31:47.152195+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:47.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[14933]: audit 2024-09-11T08:31:47.145585+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:31:47.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[14933]: audit 2024-09-11T08:31:47.150953+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"f0b18918604e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143942\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:31:23.129404\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:06.265103\"}}, \"last_daemon_update\": \"2024-09-11T08:31:47.144116\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:31:47.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:47 smithi120 bash[14933]: audit 2024-09-11T08:31:47.152195+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:31:47.805 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-11T08:31:47.805 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-11T08:31:47.805 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-11T08:31:47.805 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-11T08:31:47.805 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-11T08:31:48.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-11T08:31:48.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:31:48.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:31:48.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:47 smithi130 bash[23737]: t=2024-09-11T08:31:47+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:31:48.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:31:48.384 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-11T08:31:48.385 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-11T08:31:48.385 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-11T08:31:48.385 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[14727]: cluster 2024-09-11T08:31:47.268108+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:48.385 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[14727]: audit 2024-09-11T08:31:48.235075+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:48.385 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[14727]: audit 2024-09-11T08:31:48.248536+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:48.443 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-11T08:31:48.521 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[14933]: cluster 2024-09-11T08:31:47.268108+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:48.522 INFO:teuthology.orchestra.run.smithi120.stdout:115964117033 2024-09-11T08:31:48.522 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T08:31:48.522 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[18840]: cluster 2024-09-11T08:31:47.268108+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:48.523 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[14933]: audit 2024-09-11T08:31:48.235075+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:48.523 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[14933]: audit 2024-09-11T08:31:48.248536+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:48.523 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[18840]: audit 2024-09-11T08:31:48.235075+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:31:48.524 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:48 smithi120 bash[18840]: audit 2024-09-11T08:31:48.248536+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"1be0f583b0db\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232379\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:31:03.988187\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:30:41.525342\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:31:48.232885\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:31:48.686 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-11T08:31:48.686 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-11T08:31:48.686 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-11T08:31:48.946 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:31:48.946 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-11T08:31:48.946 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-11T08:31:49.214 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:31:49.215 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:48 smithi130 bash[23737]: t=2024-09-11T08:31:48+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-11T08:31:49.215 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-11T08:31:49.215 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-11T08:31:49.500 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[14727]: cephadm 2024-09-11T08:31:48.253026+0000 mgr.y (mgr.14140) 228 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:31:49.500 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[14727]: cephadm 2024-09-11T08:31:48.259551+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:31:49.500 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-11T08:31:49.500 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:31:49.500 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:31:49.501 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:31:49.501 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-11T08:31:49.501 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:31:49.507 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:49 smithi120 bash[18840]: cephadm 2024-09-11T08:31:48.253026+0000 mgr.y (mgr.14140) 228 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:31:49.507 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:49 smithi120 bash[18840]: cephadm 2024-09-11T08:31:48.259551+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:31:49.507 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:49 smithi120 bash[14933]: cephadm 2024-09-11T08:31:48.253026+0000 mgr.y (mgr.14140) 228 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:31:49.508 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:49 smithi120 bash[14933]: cephadm 2024-09-11T08:31:48.259551+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:31:49.508 INFO:teuthology.orchestra.run.smithi120.stdout:68719476788 2024-09-11T08:31:49.509 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T08:31:49.770 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:31:49.770 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-11T08:31:49.770 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-11T08:31:50.036 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-11T08:31:50.037 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-11T08:31:50.037 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-11T08:31:50.037 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:49 smithi130 bash[23737]: t=2024-09-11T08:31:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-11T08:31:50.298 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-11T08:31:50.299 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-11T08:31:50.299 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-11T08:31:50.299 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:31:50.592 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[14727]: cluster 2024-09-11T08:31:49.268590+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:50.592 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-11T08:31:50.593 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-11T08:31:50.593 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-11T08:31:50.593 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-11T08:31:50.593 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-11T08:31:50.593 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-11T08:31:50.595 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:50 smithi120 bash[14933]: cluster 2024-09-11T08:31:49.268590+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:50.595 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:50 smithi120 bash[18840]: cluster 2024-09-11T08:31:49.268590+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:50.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-11T08:31:50.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-11T08:31:50.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-11T08:31:51.162 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-11T08:31:51.162 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:31:51.162 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:50 smithi130 bash[23737]: t=2024-09-11T08:31:50+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-11T08:31:51.162 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:31:51.439 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-11T08:31:51.439 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:31:51.439 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:31:51.440 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:31:51.724 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:31:51.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-11T08:31:51.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-11T08:31:51.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-11T08:31:52.068 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-11T08:31:52.068 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:31:52.068 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:31:52.068 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:31:52.068 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:51 smithi130 bash[23737]: t=2024-09-11T08:31:51+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-11T08:31:52.330 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-11T08:31:52.331 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:31:52.331 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-11T08:31:52.331 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-11T08:31:52.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[14727]: cluster 2024-09-11T08:31:51.269082+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.596 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-11T08:31:52.596 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-11T08:31:52.597 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-11T08:31:52.597 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-11T08:31:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:52 smithi120 bash[14933]: cluster 2024-09-11T08:31:51.269082+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:52 smithi120 bash[18840]: cluster 2024-09-11T08:31:51.269082+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:52.850 INFO:teuthology.orchestra.run.smithi120.stdout:180388626456 2024-09-11T08:31:52.850 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T08:31:52.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-11T08:31:52.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-11T08:31:52.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-11T08:31:53.032 INFO:teuthology.orchestra.run.smithi120.stdout:137438953508 2024-09-11T08:31:53.033 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T08:31:53.160 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-11T08:31:53.160 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-11T08:31:53.160 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:52 smithi130 bash[23737]: t=2024-09-11T08:31:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-11T08:31:53.160 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-11T08:31:53.160 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:31:53.418 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-11T08:31:53.418 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:31:53.418 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:31:53.418 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-11T08:31:53.678 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-11T08:31:53.678 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-11T08:31:53.679 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:31:53.679 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-11T08:31:53.679 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-11T08:31:53.979 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-11T08:31:53.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-11T08:31:53.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-11T08:31:54.250 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:53 smithi130 bash[23737]: t=2024-09-11T08:31:53+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:31:54.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-11T08:31:54.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:31:54.251 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:31:54.388 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:54 smithi120 bash[18840]: cluster 2024-09-11T08:31:53.269723+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.389 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:54 smithi120 bash[14933]: cluster 2024-09-11T08:31:53.269723+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.389 INFO:teuthology.orchestra.run.smithi120.stdout:158913789982 2024-09-11T08:31:54.390 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T08:31:54.508 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[14727]: cluster 2024-09-11T08:31:53.269723+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:54.508 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:31:54.508 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:31:54.508 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-11T08:31:54.508 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:31:54.785 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-11T08:31:54.785 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:31:54.785 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-11T08:31:54.785 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-11T08:31:55.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:31:55.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-11T08:31:55.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-11T08:31:55.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:54 smithi130 bash[23737]: t=2024-09-11T08:31:54+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-11T08:31:55.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-11T08:31:55.330 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-11T08:31:55.330 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-11T08:31:55.330 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-11T08:31:55.330 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-11T08:31:55.598 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-11T08:31:55.599 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-11T08:31:55.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-11T08:31:55.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-11T08:31:55.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-11T08:31:55.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-11T08:31:56.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-11T08:31:56.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:55 smithi130 bash[23737]: t=2024-09-11T08:31:55+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-11T08:31:56.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-11T08:31:56.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-11T08:31:56.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-11T08:31:56.512 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[14727]: cluster 2024-09-11T08:31:55.270295+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.512 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-11T08:31:56.512 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:31:56.512 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-11T08:31:56.512 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-11T08:31:56.513 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-11T08:31:56.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:56 smithi120 bash[18840]: cluster 2024-09-11T08:31:55.270295+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:56 smithi120 bash[14933]: cluster 2024-09-11T08:31:55.270295+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:56.821 INFO:teuthology.orchestra.run.smithi120.stdout:201863462931 2024-09-11T08:31:56.821 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T08:31:56.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-11T08:31:56.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-11T08:31:56.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-11T08:31:56.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-11T08:31:56.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-11T08:31:57.091 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-11T08:31:57.091 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:56 smithi130 bash[23737]: t=2024-09-11T08:31:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:31:57.091 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-11T08:31:57.351 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-11T08:31:57.351 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:31:57.351 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-11T08:31:57.351 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-11T08:31:57.351 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-11T08:31:57.352 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:31:57.614 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-11T08:31:57.614 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-11T08:31:57.614 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-11T08:31:57.929 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-11T08:31:57.929 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-11T08:31:57.930 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-11T08:31:57.930 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-11T08:31:57.930 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-11T08:31:58.214 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:57 smithi130 bash[23737]: t=2024-09-11T08:31:57+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-11T08:31:58.214 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-11T08:31:58.214 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-11T08:31:58.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[14727]: cluster 2024-09-11T08:31:57.270880+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-11T08:31:58.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-11T08:31:58.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:31:58.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-11T08:31:58.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-11T08:31:58.676 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:31:58 smithi120 bash[14933]: cluster 2024-09-11T08:31:57.270880+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.676 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:31:58 smithi120 bash[18840]: cluster 2024-09-11T08:31:57.270880+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:31:58.776 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-11T08:31:58.776 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-11T08:31:58.776 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-11T08:31:58.776 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:31:59.086 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-11T08:31:59.087 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-11T08:31:59.087 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-11T08:31:59.087 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-11T08:31:59.087 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:58 smithi130 bash[23737]: t=2024-09-11T08:31:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-11T08:31:59.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:31:59.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+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:31:59.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:31:59.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:31:59.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:31:59.741 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:32:00.003 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-11T08:32:00.003 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-11T08:32:00.003 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:31:59 smithi130 bash[23737]: t=2024-09-11T08:31:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-11T08:32:00.344 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-11T08:32:00.344 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-11T08:32:00.344 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:32:00.344 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-11T08:32:00.345 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-11T08:32:00.604 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[14727]: cluster 2024-09-11T08:31:59.271635+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:00.605 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-11T08:32:00.605 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-11T08:32:00.605 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-11T08:32:00.605 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:32:00.605 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:32:00.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:00 smithi120 bash[14933]: cluster 2024-09-11T08:31:59.271635+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:00.633 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:00 smithi120 bash[18840]: cluster 2024-09-11T08:31:59.271635+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:00.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-11T08:32:00.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-11T08:32:00.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-11T08:32:00.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-11T08:32:01.183 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:00 smithi130 bash[23737]: t=2024-09-11T08:32:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-11T08:32:01.183 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:32:01.183 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:32:01.183 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-11T08:32:01.460 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-11T08:32:01.460 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-11T08:32:01.460 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-11T08:32:01.460 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-11T08:32:01.745 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:32:01.745 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-11T08:32:01.745 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-11T08:32:01.745 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-11T08:32:02.030 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-11T08:32:02.031 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-11T08:32:02.031 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-11T08:32:02.031 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:01 smithi130 bash[23737]: t=2024-09-11T08:32:01+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-11T08:32:02.282 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-11T08:32:02.282 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-11T08:32:02.282 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-11T08:32:02.282 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:32:02.537 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[14727]: cluster 2024-09-11T08:32:01.272239+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.537 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-11T08:32:02.538 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-11T08:32:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:02 smithi120 bash[14933]: cluster 2024-09-11T08:32:01.272239+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:02 smithi120 bash[18840]: cluster 2024-09-11T08:32:01.272239+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:02.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-11T08:32:02.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+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:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+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:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="Initializing Stream Manager" 2024-09-11T08:32:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:32:02 smithi130 bash[23737]: t=2024-09-11T08:32:02+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-11T08:32:04.333 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:04 smithi120 bash[18840]: cluster 2024-09-11T08:32:03.272770+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.334 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:04 smithi120 bash[14933]: cluster 2024-09-11T08:32:03.272770+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:04 smithi130 bash[14727]: cluster 2024-09-11T08:32:03.272770+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:04.990 INFO:teuthology.orchestra.run.smithi120.stdout:90194313264 2024-09-11T08:32:04.993 INFO:teuthology.orchestra.run.smithi120.stdout:42949673020 2024-09-11T08:32:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:05 smithi130 bash[14727]: audit 2024-09-11T08:32:04.989618+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.120:0/4157709130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:32:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:05 smithi130 bash[14727]: audit 2024-09-11T08:32:04.993211+0000 mon.a (mon.0) 505 : audit [DBG] from='client.? 172.21.15.120:0/2902486761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:32:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:05 smithi120 bash[14933]: audit 2024-09-11T08:32:04.989618+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.120:0/4157709130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:32:05.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:05 smithi120 bash[14933]: audit 2024-09-11T08:32:04.993211+0000 mon.a (mon.0) 505 : audit [DBG] from='client.? 172.21.15.120:0/2902486761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:32:05.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:05 smithi120 bash[18840]: audit 2024-09-11T08:32:04.989618+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.120:0/4157709130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T08:32:05.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:05 smithi120 bash[18840]: audit 2024-09-11T08:32:04.993211+0000 mon.a (mon.0) 505 : audit [DBG] from='client.? 172.21.15.120:0/2902486761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T08:32:06.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:06 smithi120 bash[14933]: cluster 2024-09-11T08:32:05.273312+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:06 smithi120 bash[18840]: cluster 2024-09-11T08:32:05.273312+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:06.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:06 smithi130 bash[14727]: cluster 2024-09-11T08:32:05.273312+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.192 INFO:teuthology.orchestra.run.smithi120.stdout:115964117037 2024-09-11T08:32:08.215 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313261 got 90194313264 for osd.2 2024-09-11T08:32:08.215 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:08.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:08 smithi130 bash[14727]: cluster 2024-09-11T08:32:07.273894+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:08 smithi130 bash[14727]: audit 2024-09-11T08:32:08.191504+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.120:0/2811343139' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:32:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:08 smithi120 bash[14933]: cluster 2024-09-11T08:32:07.273894+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:08 smithi120 bash[14933]: audit 2024-09-11T08:32:08.191504+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.120:0/2811343139' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:32:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:08 smithi120 bash[18840]: cluster 2024-09-11T08:32:07.273894+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:08 smithi120 bash[18840]: audit 2024-09-11T08:32:08.191504+0000 mon.a (mon.0) 506 : audit [DBG] from='client.? 172.21.15.120:0/2811343139' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T08:32:09.365 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673015 got 42949673020 for osd.0 2024-09-11T08:32:09.365 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:09.857 INFO:teuthology.orchestra.run.smithi120.stdout:68719476792 2024-09-11T08:32:10.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:10 smithi130 bash[14727]: cluster 2024-09-11T08:32:09.274515+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:10.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:10 smithi130 bash[14727]: audit 2024-09-11T08:32:09.856555+0000 mon.a (mon.0) 507 : audit [DBG] from='client.? 172.21.15.120:0/3266046388' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:32:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:10 smithi120 bash[18840]: cluster 2024-09-11T08:32:09.274515+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:10 smithi120 bash[18840]: audit 2024-09-11T08:32:09.856555+0000 mon.a (mon.0) 507 : audit [DBG] from='client.? 172.21.15.120:0/3266046388' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:32:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:10 smithi120 bash[14933]: cluster 2024-09-11T08:32:09.274515+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:10 smithi120 bash[14933]: audit 2024-09-11T08:32:09.856555+0000 mon.a (mon.0) 507 : audit [DBG] from='client.? 172.21.15.120:0/3266046388' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T08:32:11.369 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117033 got 115964117037 for osd.3 2024-09-11T08:32:11.370 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:11.882 INFO:teuthology.orchestra.run.smithi120.stdout:137438953513 2024-09-11T08:32:12.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:12 smithi130 bash[14727]: cluster 2024-09-11T08:32:11.275143+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:12 smithi130 bash[14727]: audit 2024-09-11T08:32:11.881615+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.120:0/271806355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:32:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:12 smithi120 bash[14933]: cluster 2024-09-11T08:32:11.275143+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:12 smithi120 bash[14933]: audit 2024-09-11T08:32:11.881615+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.120:0/271806355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:32:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:12 smithi120 bash[18840]: cluster 2024-09-11T08:32:11.275143+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:12 smithi120 bash[18840]: audit 2024-09-11T08:32:11.881615+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.120:0/271806355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T08:32:13.071 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476788 got 68719476792 for osd.1 2024-09-11T08:32:13.071 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:13.087 INFO:teuthology.orchestra.run.smithi120.stdout:158913789986 2024-09-11T08:32:13.198 INFO:teuthology.orchestra.run.smithi120.stdout:180388626460 2024-09-11T08:32:13.356 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:13 smithi120 systemd[1]: Stopping Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:32:13.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:13 smithi130 bash[14727]: audit 2024-09-11T08:32:13.086805+0000 mon.a (mon.0) 508 : audit [DBG] from='client.? 172.21.15.120:0/4129025431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:32:13.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:13 smithi130 bash[14727]: audit 2024-09-11T08:32:13.197461+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.120:0/1445280816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:32:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:13 smithi120 bash[14933]: audit 2024-09-11T08:32:13.086805+0000 mon.a (mon.0) 508 : audit [DBG] from='client.? 172.21.15.120:0/4129025431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:32:13.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:13 smithi120 bash[14933]: audit 2024-09-11T08:32:13.197461+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.120:0/1445280816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:32:13.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:13 smithi120 bash[18840]: audit 2024-09-11T08:32:13.086805+0000 mon.a (mon.0) 508 : audit [DBG] from='client.? 172.21.15.120:0/4129025431' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T08:32:13.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:13 smithi120 bash[18840]: audit 2024-09-11T08:32:13.197461+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.120:0/1445280816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T08:32:13.995 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:13 smithi120 bash[27629]: ts=2024-09-11T08:32:13.709Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:32:14.133 INFO:teuthology.orchestra.run.smithi120.stdout:201863462935 2024-09-11T08:32:14.218 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953508 got 137438953513 for osd.4 2024-09-11T08:32:14.218 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:14 smithi130 bash[14727]: cluster 2024-09-11T08:32:13.275600+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:14 smithi130 bash[14727]: audit 2024-09-11T08:32:14.131942+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.120:0/3501131740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:32:14.713 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:14 smithi120 bash[14933]: cluster 2024-09-11T08:32:13.275600+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:14.713 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:14 smithi120 bash[14933]: audit 2024-09-11T08:32:14.131942+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.120:0/3501131740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:32:14.713 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:14 smithi120 bash[18840]: cluster 2024-09-11T08:32:13.275600+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:14.714 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:14 smithi120 bash[18840]: audit 2024-09-11T08:32:14.131942+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.120:0/3501131740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T08:32:15.406 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 docker[31118]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:32:15.407 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789982 got 158913789986 for osd.5 2024-09-11T08:32:15.407 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:15.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626456 got 180388626460 for osd.6 2024-09-11T08:32:15.434 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:15.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T08:32:15.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 systemd[1]: Stopped Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:32:15.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 systemd[1]: Starting Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:32:15.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 docker[31225]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:32:15.683 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:15 smithi120 systemd[1]: Started Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:32:16.362 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462931 got 201863462935 for osd.7 2024-09-11T08:32:16.362 DEBUG:teuthology.parallel:result is None 2024-09-11T08:32:16.362 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T08:32:16.363 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T08:32:16.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[14933]: cluster 2024-09-11T08:32:15.276217+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:16.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[18840]: cluster 2024-09-11T08:32:15.276217+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:16.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[18840]: audit 2024-09-11T08:32:15.657174+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:16.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[18840]: audit 2024-09-11T08:32:15.664518+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:16.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[18840]: cephadm 2024-09-11T08:32:15.665476+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:32:16.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[18840]: cephadm 2024-09-11T08:32:15.668229+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:32:16.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[14933]: audit 2024-09-11T08:32:15.657174+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:16.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[14933]: audit 2024-09-11T08:32:15.664518+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:16.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[14933]: cephadm 2024-09-11T08:32:15.665476+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:32:16.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:16 smithi120 bash[14933]: cephadm 2024-09-11T08:32:15.668229+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:32:16.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:16 smithi130 bash[14727]: cluster 2024-09-11T08:32:15.276217+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:16.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:16 smithi130 bash[14727]: audit 2024-09-11T08:32:15.657174+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:16.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:16 smithi130 bash[14727]: audit 2024-09-11T08:32:15.664518+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143208\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143395\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143477\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143554\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143631\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:47.143708\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:31:47.143786\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:47.143864\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:16.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:16 smithi130 bash[14727]: cephadm 2024-09-11T08:32:15.665476+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:32:16.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:16 smithi130 bash[14727]: cephadm 2024-09-11T08:32:15.668229+0000 mgr.y (mgr.14140) 245 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:32:18.103 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.884Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:32:18.103 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.884Z 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:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.886Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.120 port=9094 2024-09-11T08:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.891Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.935Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.935Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.937Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:32:18.104 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:17 smithi120 bash[31236]: ts=2024-09-11T08:32:17.938Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:32:18.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:18 smithi120 bash[14933]: cluster 2024-09-11T08:32:17.276813+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:18.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:18 smithi120 bash[18840]: cluster 2024-09-11T08:32:17.276813+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:18.839 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:18 smithi130 bash[14727]: cluster 2024-09-11T08:32:17.276813+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:20.183 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:19 smithi120 bash[31236]: ts=2024-09-11T08:32:19.892Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000917378s 2024-09-11T08:32:20.272 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:32:20.274 INFO:teuthology.orchestra.run.smithi120.stderr:dumped all 2024-09-11T08:32:20.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[14727]: cluster 2024-09-11T08:32:19.277455+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:20.614 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 systemd[1]: Stopping Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.400Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:32:20.615 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:32:20.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:32:20.616 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 bash[23014]: ts=2024-09-11T08:32:20.401Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:32:20.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:20 smithi120 bash[14933]: cluster 2024-09-11T08:32:19.277455+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:20.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:20 smithi120 bash[18840]: cluster 2024-09-11T08:32:19.277455+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:21.009 INFO:teuthology.orchestra.run.smithi120.stdout:{"pg_ready":true,"pg_map":{"version":237,"stamp":"2024-09-11T08:32:19.277176+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":8392224,"kb_used_data":3552,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568992,"statfs":{"total":767960285184,"available":759366647808,"internally_reserved":8589934592,"allocated":3637248,"data_stored":1457016,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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.003550"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"48","state":"active+clean","last_fresh":"2024-09-11T08:30:29.345255+0000","last_change":"2024-09-11T08:30:29.345255+0000","last_active":"2024-09-11T08:30:29.345255+0000","last_peered":"2024-09-11T08:30:29.345255+0000","last_clean":"2024-09-11T08:30:29.345255+0000","last_became_active":"2024-09-11T08:30:29.339727+0000","last_became_peered":"2024-09-11T08:30:29.339727+0000","last_unstale":"2024-09-11T08:30:29.345255+0000","last_undegraded":"2024-09-11T08:30:29.345255+0000","last_fullsized":"2024-09-11T08:30:29.345255+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T08:25:10.500586+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T08:25:10.500586+0000","last_clean_scrub_stamp":"2024-09-11T08:25:10.500586+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":0,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462937,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.673,"5min":1.673,"15min":1.673},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.7410000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.73299999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.5649999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":3.7109999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.8280000000000001,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":0.81899999999999995}]},{"osd":2,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":0.68100000000000005}]},{"osd":3,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.873},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":0.92800000000000005}]},{"osd":4,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.878,"15min":0.878},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":1.0149999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.755}]},{"osd":5,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.034,"5min":1.034,"15min":1.034},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":0.89800000000000002}]},{"osd":6,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.3100000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.95399999999999996}]}]},{"osd":6,"up_from":42,"seq":180388626462,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93999999999999995,"15min":0.94299999999999995},"min":{"1min":0.66600000000000004,"5min":0.624,"15min":0.624},"max":{"1min":1.101,"5min":1.278,"15min":1.278},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95799999999999996},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.98799999999999999}]},{"osd":1,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.86099999999999999,"15min":0.871},"min":{"1min":0.61299999999999999,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.052,"5min":1.095,"15min":1.095},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.85599999999999998,"15min":0.86599999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.95899999999999996,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.93700000000000006}]},{"osd":2,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90400000000000003,"15min":0.90700000000000003},"min":{"1min":0.59599999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.88300000000000001,"15min":0.88800000000000001},"min":{"1min":0.66900000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.046,"5min":1.216,"15min":1.216},"last":0.83399999999999996}]},{"osd":3,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.91500000000000004,"15min":0.91800000000000004},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.107,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":1.022},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.90800000000000003}]},{"osd":4,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86499999999999999,"15min":0.871},"min":{"1min":0.59299999999999997,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.179,"5min":1.268,"15min":1.268},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.96299999999999997,"15min":0.97099999999999997},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.2909999999999999,"5min":1.331,"15min":1.331},"last":0.874}]},{"osd":5,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.93300000000000005,"15min":0.93500000000000005},"min":{"1min":0.64400000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0449999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":1.0289999999999999,"15min":1.046},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1990000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.96999999999999997}]},{"osd":7,"last update":"Wed Sep 11 08:31:31 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":1.089}]}]},{"osd":1,"up_from":16,"seq":68719476794,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.61099999999999999,"15min":0.56100000000000005},"min":{"1min":0.40100000000000002,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.97799999999999998,"5min":1.169,"15min":1.169},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.71899999999999997,"5min":0.64800000000000002,"15min":0.57399999999999995},"min":{"1min":0.46000000000000002,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.05,"5min":1.115,"15min":1.115},"last":0.93000000000000005}]},{"osd":2,"last update":"Wed Sep 11 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.64700000000000002,"15min":0.61099999999999999},"min":{"1min":0.46200000000000002,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90900000000000003,"5min":1.115,"15min":1.115},"last":1.0920000000000001},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.68600000000000005,"15min":0.64900000000000002},"min":{"1min":0.48599999999999999,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":1.0209999999999999}]},{"osd":3,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.75600000000000001,"15min":0.73799999999999999},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.75600000000000001,"15min":0.73199999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.78800000000000003}]},{"osd":4,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.82399999999999995,"15min":0.81100000000000005},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.0760000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.871},{"interface":"front","average":{"1min":1.01,"5min":0.96499999999999997,"15min":0.95299999999999996},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":1.304}]},{"osd":5,"last update":"Wed Sep 11 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.97699999999999998,"15min":0.97999999999999998},"min":{"1min":0.68300000000000005,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.119,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.89900000000000002,"15min":0.89700000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.145,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":1.054}]},{"osd":6,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.052,"15min":1.0589999999999999},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.3540000000000001},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.087,"15min":1.091},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.1870000000000001}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.964,"5min":1.964,"15min":1.964},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":20.222999999999999,"5min":20.222999999999999,"15min":20.222999999999999},"last":1.147},{"interface":"front","average":{"1min":1.111,"5min":1.111,"15min":1.111},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.397}]}]},{"osd":0,"up_from":10,"seq":42949673023,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.59999999999999998,"15min":0.57099999999999995},"min":{"1min":0.45800000000000002,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.66600000000000004,"15min":0.58899999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.7829999999999999,"5min":1.7829999999999999,"15min":1.7829999999999999},"last":0.441}]},{"osd":2,"last update":"Wed Sep 11 08:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.65300000000000002,"15min":0.64600000000000002},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.03,"5min":1.03,"15min":1.03},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.82799999999999996,"5min":0.71099999999999997,"15min":0.67800000000000005},"min":{"1min":0.61199999999999999,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.59299999999999997}]},{"osd":3,"last update":"Wed Sep 11 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.72599999999999998,"15min":0.71199999999999997},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.6739999999999999,"5min":1.6739999999999999,"15min":1.6739999999999999},"last":0.503},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.78700000000000003,"15min":0.77400000000000002},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.93999999999999995,"5min":1.252,"15min":1.252},"last":0.62}]},{"osd":4,"last update":"Wed Sep 11 08:32:05 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.90100000000000002,"15min":0.88200000000000001},"min":{"1min":0.73399999999999999,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.2050000000000001,"5min":1.393,"15min":1.393},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.93400000000000005,"15min":0.91900000000000004},"min":{"1min":0.78100000000000003,"5min":0.749,"15min":0.749},"max":{"1min":1.1299999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.89300000000000002}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":0.98999999999999999,"15min":0.97999999999999998},"min":{"1min":0.76000000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.0209999999999999,"15min":1.0289999999999999},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.82399999999999995}]},{"osd":6,"last update":"Wed Sep 11 08:32:05 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.1020000000000001,"15min":1.1060000000000001},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.8520000000000001,"5min":1.8520000000000001,"15min":1.8520000000000001},"last":0.84399999999999997},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.109,"15min":1.117},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.268,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.86099999999999999}]},{"osd":7,"last update":"Wed Sep 11 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.9770000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.095,"5min":1.095,"15min":1.095},"min":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.94299999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313268,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:13 2024","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.63200000000000001,"15min":0.60099999999999998},"min":{"1min":0.497,"5min":0.437,"15min":0.437},"max":{"1min":0.84599999999999997,"5min":0.999,"15min":0.999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.67100000000000004,"15min":0.61599999999999999},"min":{"1min":0.435,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.47599999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:32:13 2024","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.69499999999999995,"15min":0.65300000000000002},"min":{"1min":0.50600000000000001,"5min":0.307,"15min":0.307},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.73799999999999999,"15min":0.68999999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0960000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.52700000000000002}]},{"osd":3,"last update":"Wed Sep 11 08:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.72999999999999998,"15min":0.70999999999999996},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.97199999999999998,"5min":1.032,"15min":1.032},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.77600000000000002,"15min":0.76500000000000001},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.752}]},{"osd":4,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.93799999999999994,"15min":0.92700000000000005},"min":{"1min":0.66800000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1599999999999999,"5min":1.7,"15min":1.7},"last":0.86899999999999999},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.95999999999999996,"15min":0.95799999999999996},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.21,"5min":1.492,"15min":1.492},"last":0.98099999999999998}]},{"osd":5,"last update":"Wed Sep 11 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.02,"15min":1.0209999999999999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.04,"15min":1.0449999999999999},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.264,"5min":1.454,"15min":1.454},"last":0.91000000000000003}]},{"osd":6,"last update":"Wed Sep 11 08:32:02 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.046,"15min":1.044},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4370000000000001,"5min":1.448,"15min":1.448},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.151,"15min":1.165},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.512,"5min":1.669,"15min":1.669},"last":0.88}]},{"osd":7,"last update":"Wed Sep 11 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"min":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"max":{"1min":1.6739999999999999,"5min":1.6739999999999999,"15min":1.6739999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.103,"5min":1.103,"15min":1.103},"min":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.0740000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117039,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.66500000000000004,"15min":0.63500000000000001},"min":{"1min":0.497,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":1.1259999999999999,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.69699999999999995,"15min":0.68300000000000005},"min":{"1min":0.496,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.98999999999999999,"5min":1.014,"15min":1.014},"last":0.65500000000000003}]},{"osd":1,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.72299999999999998,"15min":0.70999999999999996},"min":{"1min":0.55700000000000005,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.78300000000000003,"5min":0.71699999999999997,"15min":0.68700000000000006},"min":{"1min":0.505,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.81599999999999995}]},{"osd":2,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.80500000000000005,"15min":0.79100000000000004},"min":{"1min":0.53300000000000003,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.98699999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.69699999999999995,"15min":0.68300000000000005},"min":{"1min":0.55400000000000005,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.84599999999999997,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.73699999999999999}]},{"osd":4,"last update":"Wed Sep 11 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.89100000000000001,"15min":0.879},"min":{"1min":0.79000000000000004,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.022,"5min":0.98799999999999999,"15min":0.98199999999999998},"min":{"1min":0.78600000000000003,"5min":0.437,"15min":0.437},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.256}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.90600000000000003,"15min":0.89800000000000002},"min":{"1min":0.66900000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.351},{"interface":"front","average":{"1min":1.04,"5min":0.99399999999999999,"15min":0.98599999999999999},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.4950000000000001,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":0.96699999999999997}]},{"osd":6,"last update":"Wed Sep 11 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.349,"15min":1.391},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.679,"5min":8.891,"15min":8.891},"last":1.571},{"interface":"front","average":{"1min":1.081,"5min":1.3049999999999999,"15min":1.3420000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.629,"5min":8.0990000000000002,"15min":8.0990000000000002},"last":1.484}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":2.6120000000000001,"5min":2.6120000000000001,"15min":2.6120000000000001},"last":1.3839999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953514,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.78400000000000003},"min":{"1min":0.57699999999999996,"5min":0.498,"15min":0.498},"max":{"1min":1.0509999999999999,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.81399999999999995,"15min":0.79600000000000004},"min":{"1min":0.51400000000000001,"5min":0.497,"15min":0.497},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.89500000000000002}]},{"osd":1,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.81599999999999995,"15min":0.80800000000000005},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.101},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.79500000000000004,"15min":0.76400000000000001},"min":{"1min":0.63600000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.1140000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.84899999999999998}]},{"osd":2,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.84799999999999998,"15min":0.84199999999999997},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.872,"15min":0.83099999999999996},"min":{"1min":0.64100000000000001,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.996}]},{"osd":3,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.84899999999999998,"15min":0.80900000000000005},"min":{"1min":0.57699999999999996,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.85399999999999998,"15min":0.83799999999999997},"min":{"1min":0.70699999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":1.022}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.72999999999999998,"15min":0.71299999999999997},"min":{"1min":0.442,"5min":0.438,"15min":0.438},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.72699999999999998,"15min":0.69999999999999996},"min":{"1min":0.54300000000000004,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.95899999999999996}]},{"osd":6,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.93400000000000005,"15min":0.92400000000000004},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":0.749},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.86799999999999999,"15min":0.85199999999999998},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.81100000000000005}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.93500000000000005},{"interface":"front","average":{"1min":1.056,"5min":1.056,"15min":1.056},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.153}]}]},{"osd":5,"up_from":37,"seq":158913789988,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.88500000000000001,"15min":0.90100000000000002},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.081,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.89100000000000001,"15min":0.89800000000000002},"min":{"1min":0.63600000000000001,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.0760000000000001,"5min":1.835,"15min":1.835},"last":0.79100000000000004}]},{"osd":1,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.89200000000000002,"15min":0.89800000000000002},"min":{"1min":0.71799999999999997,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.165,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.91100000000000003,"15min":0.92300000000000004},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1899999999999999,"5min":2.153,"15min":2.153},"last":0.90700000000000003}]},{"osd":2,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.84299999999999997,"15min":0.83899999999999997},"min":{"1min":0.66100000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.0089999999999999,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.876,"5min":0.88800000000000001,"15min":0.89000000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.875}]},{"osd":3,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.84799999999999998,"15min":0.84399999999999997},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.65100000000000002,"5min":0.627,"15min":0.627},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.95499999999999996}]},{"osd":4,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.84599999999999997,"15min":0.84299999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.1399999999999999,"5min":1.875,"15min":1.875},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.877,"5min":0.85199999999999998,"15min":0.84799999999999998},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.272,"5min":1.6839999999999999,"15min":1.6839999999999999},"last":0.93600000000000005}]},{"osd":6,"last update":"Wed Sep 11 08:32:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.87,"15min":0.84999999999999998},"min":{"1min":0.62,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.54400000000000004,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.85499999999999998}]},{"osd":7,"last update":"Wed Sep 11 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.81599999999999995},{"interface":"front","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.82999999999999996}]}]}]}} 2024-09-11T08:32:21.011 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:20 smithi130 docker[24202]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:21 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:21 smithi130 systemd[1]: Stopped Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:21 smithi130 systemd[1]: Starting Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:21 smithi130 docker[24240]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:32:21.327 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:21 smithi130 systemd[1]: Started Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:32:21.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:20.263110+0000 mgr.y (mgr.14140) 248 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:21.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:21.219036+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:21.612 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:21.223440+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:21.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:20.263110+0000 mgr.y (mgr.14140) 248 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:21.612 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:21.224453+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:32:21.612 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:21.231040+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:32:21.612 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[14933]: audit 2024-09-11T08:32:21.236342+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:21.613 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:21.219036+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:21.613 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:21.223440+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:21.613 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:21.224453+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:32:21.613 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:21.231040+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:32:21.613 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:21 smithi120 bash[18840]: audit 2024-09-11T08:32:21.236342+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:21.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:20.263110+0000 mgr.y (mgr.14140) 248 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:21.219036+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:21.223440+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231575\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231771\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.231897\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232018\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232138\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:31:48.232259\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232500\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:31:48.232620\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:21.224453+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:32:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:21.231040+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:32:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:21 smithi130 bash[14727]: audit 2024-09-11T08:32:21.236342+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:22.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[14933]: cephadm 2024-09-11T08:32:21.224068+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi130:3000 2024-09-11T08:32:22.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[14933]: cluster 2024-09-11T08:32:21.277941+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:22.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[18840]: cephadm 2024-09-11T08:32:21.224068+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi130:3000 2024-09-11T08:32:22.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[18840]: cluster 2024-09-11T08:32:21.277941+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[14933]: audit 2024-09-11T08:32:22.259521+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[14933]: audit 2024-09-11T08:32:22.263926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[14933]: audit 2024-09-11T08:32:22.265318+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[18840]: audit 2024-09-11T08:32:22.259521+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[18840]: audit 2024-09-11T08:32:22.263926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:22 smithi120 bash[18840]: audit 2024-09-11T08:32:22.265318+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:22.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[14727]: cephadm 2024-09-11T08:32:21.224068+0000 mgr.y (mgr.14140) 249 : cephadm [INF] Setting dashboard grafana config to https://smithi130:3000 2024-09-11T08:32:22.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[14727]: cluster 2024-09-11T08:32:21.277941+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:22.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[14727]: audit 2024-09-11T08:32:22.259521+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:22.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[14727]: audit 2024-09-11T08:32:22.263926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256665\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256832\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.256933\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257029\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257126\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:22.257223\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:22.257345\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257453\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:22.257550\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:22.257750\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:22.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[14727]: audit 2024-09-11T08:32:22.265318+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:22.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z 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:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z 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:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z caller=main.go:651 level=info host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi130 (none))" 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.590Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.592Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.593Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.597Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.597Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:32:22.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.599Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.600Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.93µs 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.600Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.600Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.600Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.600Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=53.825µs wal_replay_duration=727.192µs wbl_replay_duration=460ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.93µs total_replay_duration=820.682µs 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.603Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.603Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.603Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.604Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.604Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=684.286µs db_storage=867ns remote_storage=1.303µs web_handler=316ns query_engine=4.487µs scrape=269.798µs scrape_sd=27.106µs notify=23.509µs notify_sd=11.873µs rules=30.19µs tracing=5.187µs 2024-09-11T08:32:22.868 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.604Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:32:22.869 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:32:22 smithi130 bash[24251]: ts=2024-09-11T08:32:22.604Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:32:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:24 smithi130 bash[14727]: cluster 2024-09-11T08:32:23.278445+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:24 smithi130 bash[14727]: audit 2024-09-11T08:32:23.292286+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:24 smithi130 bash[14727]: audit 2024-09-11T08:32:23.299544+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:24 smithi130 bash[14727]: audit 2024-09-11T08:32:23.305240+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[18840]: cluster 2024-09-11T08:32:23.278445+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:24.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[14933]: cluster 2024-09-11T08:32:23.278445+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:24.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[18840]: audit 2024-09-11T08:32:23.292286+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:24.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[18840]: audit 2024-09-11T08:32:23.299544+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:24.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[18840]: audit 2024-09-11T08:32:23.305240+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:24.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[14933]: audit 2024-09-11T08:32:23.292286+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:24.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[14933]: audit 2024-09-11T08:32:23.299544+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.288825\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289027\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289153\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289395\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:23.289514\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289635\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289755\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:23.289875\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:23.290122\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:24.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:24 smithi120 bash[14933]: audit 2024-09-11T08:32:23.305240+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:24.773 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:32:24.775 INFO:teuthology.orchestra.run.smithi120.stderr:dumped all 2024-09-11T08:32:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[14933]: audit 2024-09-11T08:32:24.273757+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[14933]: audit 2024-09-11T08:32:24.278627+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[14933]: audit 2024-09-11T08:32:24.279758+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[14933]: audit 2024-09-11T08:32:24.769056+0000 mgr.y (mgr.14140) 252 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:25.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[18840]: audit 2024-09-11T08:32:24.273757+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:25.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[18840]: audit 2024-09-11T08:32:24.278627+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:25.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[18840]: audit 2024-09-11T08:32:24.279758+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:25.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:25 smithi120 bash[18840]: audit 2024-09-11T08:32:24.769056+0000 mgr.y (mgr.14140) 252 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:25.574 INFO:teuthology.orchestra.run.smithi120.stdout:{"pg_ready":true,"pg_map":{"version":239,"stamp":"2024-09-11T08:32:23.278172+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":8392224,"kb_used_data":3552,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568992,"statfs":{"total":767960285184,"available":759366647808,"internally_reserved":8589934592,"allocated":3637248,"data_stored":1457016,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"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.003299"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"48","state":"active+clean","last_fresh":"2024-09-11T08:30:29.345255+0000","last_change":"2024-09-11T08:30:29.345255+0000","last_active":"2024-09-11T08:30:29.345255+0000","last_peered":"2024-09-11T08:30:29.345255+0000","last_clean":"2024-09-11T08:30:29.345255+0000","last_became_active":"2024-09-11T08:30:29.339727+0000","last_became_peered":"2024-09-11T08:30:29.339727+0000","last_unstale":"2024-09-11T08:30:29.345255+0000","last_undegraded":"2024-09-11T08:30:29.345255+0000","last_fullsized":"2024-09-11T08:30:29.345255+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T08:25:10.500586+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T08:25:10.500586+0000","last_clean_scrub_stamp":"2024-09-11T08:25:10.500586+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":0,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462937,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.673,"5min":1.673,"15min":1.673},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.7410000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.73299999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.5649999999999999,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":3.7109999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.8280000000000001,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":0.81899999999999995}]},{"osd":2,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":0.68100000000000005}]},{"osd":3,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.873},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":0.92800000000000005}]},{"osd":4,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.878,"15min":0.878},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.6339999999999999,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":1.0149999999999999},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.755}]},{"osd":5,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.034,"5min":1.034,"15min":1.034},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.8879999999999999,"5min":1.8879999999999999,"15min":1.8879999999999999},"last":0.89800000000000002}]},{"osd":6,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.3100000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.95399999999999996}]}]},{"osd":6,"up_from":42,"seq":180388626463,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93999999999999995,"15min":0.94299999999999995},"min":{"1min":0.66600000000000004,"5min":0.624,"15min":0.624},"max":{"1min":1.101,"5min":1.278,"15min":1.278},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95099999999999996,"15min":0.95799999999999996},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.80200000000000005}]},{"osd":1,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.80000000000000004,"5min":0.86099999999999999,"15min":0.871},"min":{"1min":0.61299999999999999,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.052,"5min":1.095,"15min":1.095},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.85599999999999998,"15min":0.86599999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.95899999999999996,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.66700000000000004}]},{"osd":2,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90400000000000003,"15min":0.90700000000000003},"min":{"1min":0.59599999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.88300000000000001,"15min":0.88800000000000001},"min":{"1min":0.66900000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.046,"5min":1.216,"15min":1.216},"last":0.83799999999999997}]},{"osd":3,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.91500000000000004,"15min":0.91800000000000004},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.107,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.94599999999999995,"15min":0.94599999999999995},"min":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.55700000000000005}]},{"osd":4,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86499999999999999,"15min":0.871},"min":{"1min":0.59299999999999997,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.179,"5min":1.268,"15min":1.268},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.96299999999999997,"15min":0.97099999999999997},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.2909999999999999,"5min":1.331,"15min":1.331},"last":0.77800000000000002}]},{"osd":5,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.93300000000000005,"15min":0.93500000000000005},"min":{"1min":0.64400000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.92500000000000004,"5min":1.0289999999999999,"15min":1.046},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1990000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.93600000000000005}]},{"osd":7,"last update":"Wed Sep 11 08:31:31 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.876}]}]},{"osd":1,"up_from":16,"seq":68719476795,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:54 2024","interfaces":[{"interface":"back","average":{"1min":0.68100000000000005,"5min":0.61099999999999999,"15min":0.56100000000000005},"min":{"1min":0.40100000000000002,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.97799999999999998,"5min":1.169,"15min":1.169},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.71899999999999997,"5min":0.64800000000000002,"15min":0.57399999999999995},"min":{"1min":0.46000000000000002,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.05,"5min":1.115,"15min":1.115},"last":0.59799999999999998}]},{"osd":2,"last update":"Wed Sep 11 08:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.64700000000000002,"15min":0.61099999999999999},"min":{"1min":0.46200000000000002,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90900000000000003,"5min":1.115,"15min":1.115},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.68600000000000005,"15min":0.64900000000000002},"min":{"1min":0.48599999999999999,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.57199999999999995}]},{"osd":3,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.75600000000000001,"15min":0.73799999999999999},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.495},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.75600000000000001,"15min":0.73199999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.63700000000000001}]},{"osd":4,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.82399999999999995,"15min":0.81100000000000005},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.0760000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.01,"5min":0.96499999999999997,"15min":0.95299999999999996},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.304,"5min":1.304,"15min":1.304},"last":0.82499999999999996}]},{"osd":5,"last update":"Wed Sep 11 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.97699999999999998,"15min":0.97999999999999998},"min":{"1min":0.68300000000000005,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.119,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.89900000000000002,"15min":0.89700000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.145,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.70799999999999996}]},{"osd":6,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.052,"15min":1.0589999999999999},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.84899999999999998},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.087,"15min":1.091},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.94199999999999995}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.964,"5min":1.964,"15min":1.964},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":20.222999999999999,"5min":20.222999999999999,"15min":20.222999999999999},"last":0.66500000000000004},{"interface":"front","average":{"1min":1.111,"5min":1.111,"15min":1.111},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.91900000000000004}]}]},{"osd":0,"up_from":10,"seq":42949673024,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.59999999999999998,"15min":0.57099999999999995},"min":{"1min":0.45800000000000002,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.66600000000000004,"15min":0.58899999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.7829999999999999,"5min":1.7829999999999999,"15min":1.7829999999999999},"last":0.89800000000000002}]},{"osd":2,"last update":"Wed Sep 11 08:32:19 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.66600000000000004,"15min":0.65000000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.753,"5min":0.72899999999999998,"15min":0.68400000000000005},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":0.95099999999999996,"5min":1.248,"15min":1.248},"last":0.67300000000000004}]},{"osd":3,"last update":"Wed Sep 11 08:31:44 2024","interfaces":[{"interface":"back","average":{"1min":0.78000000000000003,"5min":0.72599999999999998,"15min":0.71199999999999997},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.6739999999999999,"5min":1.6739999999999999,"15min":1.6739999999999999},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.78700000000000003,"15min":0.77400000000000002},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":0.93999999999999995,"5min":1.252,"15min":1.252},"last":0.79900000000000004}]},{"osd":4,"last update":"Wed Sep 11 08:32:05 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.90100000000000002,"15min":0.88200000000000001},"min":{"1min":0.73399999999999999,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.2050000000000001,"5min":1.393,"15min":1.393},"last":0.97499999999999998},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.93400000000000005,"15min":0.91900000000000004},"min":{"1min":0.78100000000000003,"5min":0.749,"15min":0.749},"max":{"1min":1.1299999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":1.0209999999999999}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":0.98999999999999999,"15min":0.97999999999999998},"min":{"1min":0.76000000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.97499999999999998,"5min":1.0209999999999999,"15min":1.0289999999999999},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.93600000000000005}]},{"osd":6,"last update":"Wed Sep 11 08:32:05 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.1020000000000001,"15min":1.1060000000000001},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.8520000000000001,"5min":1.8520000000000001,"15min":1.8520000000000001},"last":1.071},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.109,"15min":1.117},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.268,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.0429999999999999}]},{"osd":7,"last update":"Wed Sep 11 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"min":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"max":{"1min":1.9770000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.095,"5min":1.095,"15min":1.095},"min":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.101}]}]},{"osd":2,"up_from":21,"seq":90194313268,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:13 2024","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.63200000000000001,"15min":0.60099999999999998},"min":{"1min":0.497,"5min":0.437,"15min":0.437},"max":{"1min":0.84599999999999997,"5min":0.999,"15min":0.999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.67100000000000004,"15min":0.61599999999999999},"min":{"1min":0.435,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.47599999999999998}]},{"osd":1,"last update":"Wed Sep 11 08:32:13 2024","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.69499999999999995,"15min":0.65300000000000002},"min":{"1min":0.50600000000000001,"5min":0.307,"15min":0.307},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.73799999999999999,"15min":0.68999999999999995},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0960000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.52700000000000002}]},{"osd":3,"last update":"Wed Sep 11 08:31:46 2024","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.72999999999999998,"15min":0.70999999999999996},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.97199999999999998,"5min":1.032,"15min":1.032},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.77600000000000002,"15min":0.76500000000000001},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.752}]},{"osd":4,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.93799999999999994,"15min":0.92700000000000005},"min":{"1min":0.66800000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1599999999999999,"5min":1.7,"15min":1.7},"last":0.86899999999999999},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.95999999999999996,"15min":0.95799999999999996},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.21,"5min":1.492,"15min":1.492},"last":0.98099999999999998}]},{"osd":5,"last update":"Wed Sep 11 08:31:35 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.02,"15min":1.0209999999999999},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":1.0109999999999999,"5min":1.04,"15min":1.0449999999999999},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.264,"5min":1.454,"15min":1.454},"last":0.91000000000000003}]},{"osd":6,"last update":"Wed Sep 11 08:32:02 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.046,"15min":1.044},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4370000000000001,"5min":1.448,"15min":1.448},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.151,"15min":1.165},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.512,"5min":1.669,"15min":1.669},"last":0.88}]},{"osd":7,"last update":"Wed Sep 11 08:31:30 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"min":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"max":{"1min":1.6739999999999999,"5min":1.6739999999999999,"15min":1.6739999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.103,"5min":1.103,"15min":1.103},"min":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.0740000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117040,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.745,"5min":0.66500000000000004,"15min":0.63500000000000001},"min":{"1min":0.497,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":1.1259999999999999,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.72199999999999998,"5min":0.69699999999999995,"15min":0.68300000000000005},"min":{"1min":0.496,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.98999999999999999,"5min":1.014,"15min":1.014},"last":0.61599999999999999}]},{"osd":1,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.72299999999999998,"15min":0.70999999999999996},"min":{"1min":0.55700000000000005,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.78300000000000003,"5min":0.71699999999999997,"15min":0.68700000000000006},"min":{"1min":0.505,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.53400000000000003}]},{"osd":2,"last update":"Wed Sep 11 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.80500000000000005,"15min":0.79100000000000004},"min":{"1min":0.53300000000000003,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.98699999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.69699999999999995,"15min":0.68300000000000005},"min":{"1min":0.55400000000000005,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.84599999999999997,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.443}]},{"osd":4,"last update":"Wed Sep 11 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.89100000000000001,"15min":0.879},"min":{"1min":0.79000000000000004,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.0129999999999999},{"interface":"front","average":{"1min":1.022,"5min":0.98799999999999999,"15min":0.98199999999999998},"min":{"1min":0.78600000000000003,"5min":0.437,"15min":0.437},"max":{"1min":1.4790000000000001,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":0.84199999999999997}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.90600000000000003,"15min":0.89800000000000002},"min":{"1min":0.66900000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.94399999999999995},{"interface":"front","average":{"1min":1.04,"5min":0.99399999999999999,"15min":0.98599999999999999},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.4950000000000001,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.0900000000000001}]},{"osd":6,"last update":"Wed Sep 11 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.349,"15min":1.391},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.679,"5min":8.891,"15min":8.891},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.3049999999999999,"15min":1.3420000000000001},"min":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.629,"5min":8.0990000000000002,"15min":8.0990000000000002},"last":1.2470000000000001}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":2.6120000000000001,"5min":2.6120000000000001,"15min":2.6120000000000001},"last":0.89500000000000002}]}]},{"osd":4,"up_from":32,"seq":137438953515,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"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:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.78400000000000003},"min":{"1min":0.57699999999999996,"5min":0.498,"15min":0.498},"max":{"1min":1.0509999999999999,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.83199999999999996},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.81399999999999995,"15min":0.79600000000000004},"min":{"1min":0.51400000000000001,"5min":0.497,"15min":0.497},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.879}]},{"osd":1,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.81599999999999995,"15min":0.80800000000000005},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.79500000000000004,"15min":0.76400000000000001},"min":{"1min":0.63600000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.1140000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.74199999999999999}]},{"osd":2,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.84799999999999998,"15min":0.84199999999999997},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":1.0620000000000001},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.872,"15min":0.83099999999999996},"min":{"1min":0.64100000000000001,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.1659999999999999}]},{"osd":3,"last update":"Wed Sep 11 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.84899999999999998,"15min":0.80900000000000005},"min":{"1min":0.57699999999999996,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.133},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.85399999999999998,"15min":0.83799999999999997},"min":{"1min":0.70699999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.96599999999999997}]},{"osd":5,"last update":"Wed Sep 11 08:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.72999999999999998,"15min":0.71299999999999997},"min":{"1min":0.442,"5min":0.438,"15min":0.438},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.72699999999999998,"15min":0.69999999999999996},"min":{"1min":0.54300000000000004,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.24,"5min":1.24,"15min":1.24},"last":0.93000000000000005}]},{"osd":6,"last update":"Wed Sep 11 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.93400000000000005,"15min":0.92400000000000004},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.403,"5min":1.403,"15min":1.403},"last":1.085},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.86799999999999999,"15min":0.85199999999999998},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.0389999999999999}]},{"osd":7,"last update":"Wed Sep 11 08:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.95399999999999996,"15min":0.95399999999999996},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.056,"5min":1.056,"15min":1.056},"min":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.2030000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789989,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182127,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.88500000000000001,"15min":0.90100000000000002},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.081,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.89100000000000001,"15min":0.89800000000000002},"min":{"1min":0.63600000000000001,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.0760000000000001,"5min":1.835,"15min":1.835},"last":1.0489999999999999}]},{"osd":1,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.89200000000000002,"15min":0.89800000000000002},"min":{"1min":0.71799999999999997,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.165,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.91100000000000003,"15min":0.92300000000000004},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1899999999999999,"5min":2.153,"15min":2.153},"last":1.159}]},{"osd":2,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.84299999999999997,"15min":0.83899999999999997},"min":{"1min":0.66100000000000003,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.0089999999999999,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.876,"5min":0.88800000000000001,"15min":0.89000000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":1.018}]},{"osd":3,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.84799999999999998,"15min":0.84399999999999997},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.65100000000000002,"5min":0.627,"15min":0.627},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.91600000000000004}]},{"osd":4,"last update":"Wed Sep 11 08:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.84599999999999997,"15min":0.84299999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.1399999999999999,"5min":1.875,"15min":1.875},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.877,"5min":0.85199999999999998,"15min":0.84799999999999998},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.272,"5min":1.6839999999999999,"15min":1.6839999999999999},"last":0.94399999999999995}]},{"osd":6,"last update":"Wed Sep 11 08:32:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.87,"15min":0.84999999999999998},"min":{"1min":0.62,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.0820000000000001},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.91300000000000003,"15min":0.90500000000000003},"min":{"1min":0.54400000000000004,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":1.1950000000000001}]},{"osd":7,"last update":"Wed Sep 11 08:31:29 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":1.008},{"interface":"front","average":{"1min":1.036,"5min":1.036,"15min":1.036},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.1279999999999999}]}]}]}} 2024-09-11T08:32:25.575 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T08:32:25.575 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T08:32:25.575 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T08:32:25.576 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T08:32:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:25 smithi130 bash[14727]: audit 2024-09-11T08:32:24.273757+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:32:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:25 smithi130 bash[14727]: audit 2024-09-11T08:32:24.278627+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}}, \"last_daemon_update\": \"2024-09-11T08:32:24.272508\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:32:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:25 smithi130 bash[14727]: audit 2024-09-11T08:32:24.279758+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:32:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:25 smithi130 bash[14727]: audit 2024-09-11T08:32:24.769056+0000 mgr.y (mgr.14140) 252 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:32:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:26 smithi130 bash[14727]: cluster 2024-09-11T08:32:25.279017+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:26 smithi130 bash[14727]: audit 2024-09-11T08:32:25.397869+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:26 smithi130 bash[14727]: audit 2024-09-11T08:32:25.404362+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:26.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[14933]: cluster 2024-09-11T08:32:25.279017+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:26.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[18840]: cluster 2024-09-11T08:32:25.279017+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:26.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[14933]: audit 2024-09-11T08:32:25.397869+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:26.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[14933]: audit 2024-09-11T08:32:25.404362+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:26.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[18840]: audit 2024-09-11T08:32:25.397869+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:32:26.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:26 smithi120 bash[18840]: audit 2024-09-11T08:32:25.404362+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}}, \"last_daemon_update\": \"2024-09-11T08:32:25.395799\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:32:27.933 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:32:27 smithi120 bash[31236]: ts=2024-09-11T08:32:27.895Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004218875s 2024-09-11T08:32:28.594 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:28 smithi120 bash[14933]: cluster 2024-09-11T08:32:27.279690+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:28.594 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:28 smithi120 bash[18840]: cluster 2024-09-11T08:32:27.279690+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:28.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:28 smithi130 bash[14727]: cluster 2024-09-11T08:32:27.279690+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:29.017 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:32:29.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:29 smithi130 bash[14727]: audit 2024-09-11T08:32:29.015669+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.120:0/355043801' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:32:29.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:29 smithi120 bash[14933]: audit 2024-09-11T08:32:29.015669+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.120:0/355043801' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:32:29.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:29 smithi120 bash[18840]: audit 2024-09-11T08:32:29.015669+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.120:0/355043801' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T08:32:29.792 INFO:teuthology.orchestra.run.smithi120.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T08:32:29.793 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T08:32:29.793 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T08:32:29.793 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:32:29.803 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T08:32:29.804 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-11T08:32:30.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:30 smithi130 bash[14727]: cluster 2024-09-11T08:32:29.280265+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:30 smithi120 bash[14933]: cluster 2024-09-11T08:32:29.280265+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:30 smithi120 bash[18840]: cluster 2024-09-11T08:32:29.280265+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:32.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:32 smithi120 bash[14933]: cluster 2024-09-11T08:32:31.280895+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:32.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:32 smithi120 bash[18840]: cluster 2024-09-11T08:32:31.280895+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:32 smithi130 bash[14727]: cluster 2024-09-11T08:32:31.280895+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:34.086 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:32:34.097 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T08:32:34.097 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-11T08:32:34.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[14933]: cluster 2024-09-11T08:32:33.281397+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:34.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[14933]: audit 2024-09-11T08:32:33.313907+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.120:0/3767434649' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:32:34.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[14933]: audit 2024-09-11T08:32:33.314528+0000 mon.a (mon.0) 527 : 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:32:34.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[14933]: audit 2024-09-11T08:32:33.322349+0000 mon.a (mon.0) 528 : 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:32:34.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[18840]: cluster 2024-09-11T08:32:33.281397+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:34.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[18840]: audit 2024-09-11T08:32:33.313907+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.120:0/3767434649' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:32:34.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[18840]: audit 2024-09-11T08:32:33.314528+0000 mon.a (mon.0) 527 : 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:32:34.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:34 smithi120 bash[18840]: audit 2024-09-11T08:32:33.322349+0000 mon.a (mon.0) 528 : 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:32:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:34 smithi130 bash[14727]: cluster 2024-09-11T08:32:33.281397+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:34 smithi130 bash[14727]: audit 2024-09-11T08:32:33.313907+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.120:0/3767434649' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-11T08:32:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:34 smithi130 bash[14727]: audit 2024-09-11T08:32:33.314528+0000 mon.a (mon.0) 527 : 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:32:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:34 smithi130 bash[14727]: audit 2024-09-11T08:32:33.322349+0000 mon.a (mon.0) 528 : 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:32:36.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:36 smithi130 bash[14727]: cluster 2024-09-11T08:32:35.282042+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:36 smithi120 bash[14933]: cluster 2024-09-11T08:32:35.282042+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:36 smithi120 bash[18840]: cluster 2024-09-11T08:32:35.282042+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "52815646-1b00-498a-a5d1-aafcad04dfc6", 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "r", 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout: "current_period": "a5a2aef1-0583-48f0-aeb4-e18a84840d67", 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout: "epoch": 1 2024-09-11T08:32:38.852 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:32:39.067 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[14933]: cluster 2024-09-11T08:32:37.282486+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[14933]: cluster 2024-09-11T08:32:37.798133+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[14933]: audit 2024-09-11T08:32:37.804704+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.120:0/461188394' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[14933]: audit 2024-09-11T08:32:37.807813+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[18840]: cluster 2024-09-11T08:32:37.282486+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[18840]: cluster 2024-09-11T08:32:37.798133+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[18840]: audit 2024-09-11T08:32:37.804704+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.120:0/461188394' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.068 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:38 smithi120 bash[18840]: audit 2024-09-11T08:32:37.807813+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:38 smithi130 bash[14727]: cluster 2024-09-11T08:32:37.282486+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:39.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:38 smithi130 bash[14727]: cluster 2024-09-11T08:32:37.798133+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T08:32:39.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:38 smithi130 bash[14727]: audit 2024-09-11T08:32:37.804704+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.120:0/461188394' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:38 smithi130 bash[14727]: audit 2024-09-11T08:32:37.807813+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-11T08:32:39.594 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-11T08:32:39.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[14933]: audit 2024-09-11T08:32:38.805130+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:32:39.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[14933]: cluster 2024-09-11T08:32:38.805276+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:32:39.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[14933]: cluster 2024-09-11T08:32:39.807281+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:32:39.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[18840]: audit 2024-09-11T08:32:38.805130+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:32:39.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[18840]: cluster 2024-09-11T08:32:38.805276+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:32:39.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:39 smithi120 bash[18840]: cluster 2024-09-11T08:32:39.807281+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:32:40.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:39 smithi130 bash[14727]: audit 2024-09-11T08:32:38.805130+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-11T08:32:40.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:39 smithi130 bash[14727]: cluster 2024-09-11T08:32:38.805276+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T08:32:40.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:39 smithi130 bash[14727]: cluster 2024-09-11T08:32:39.807281+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T08:32:41.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:40 smithi130 bash[14727]: cluster 2024-09-11T08:32:39.283032+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v249: 33 pgs: 10 creating+peering, 22 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:41.117 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:40 smithi120 bash[14933]: cluster 2024-09-11T08:32:39.283032+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v249: 33 pgs: 10 creating+peering, 22 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:41.117 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:40 smithi120 bash[18840]: cluster 2024-09-11T08:32:39.283032+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v249: 33 pgs: 10 creating+peering, 22 unknown, 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:32:42.805 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:32:42.805 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "5d3bb681-14ce-4ecd-9f1b-c399a623c0eb", 2024-09-11T08:32:42.805 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "default", 2024-09-11T08:32:42.805 INFO:teuthology.orchestra.run.smithi120.stdout: "api_name": "default", 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "is_master": "true", 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "endpoints": [], 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "hostnames": [], 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "hostnames_s3website": [], 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "master_zone": "", 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "zones": [], 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "placement_targets": [], 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "default_placement": "", 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_id": "52815646-1b00-498a-a5d1-aafcad04dfc6", 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "sync_policy": { 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: "groups": [] 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:42.806 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:32:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:42 smithi120 bash[14933]: cluster 2024-09-11T08:32:41.283708+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v251: 33 pgs: 10 creating+peering, 12 unknown, 11 active+clean; 460 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:32:42.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:42 smithi120 bash[18840]: cluster 2024-09-11T08:32:41.283708+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v251: 33 pgs: 10 creating+peering, 12 unknown, 11 active+clean; 460 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:32:43.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:42 smithi130 bash[14727]: cluster 2024-09-11T08:32:41.283708+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v251: 33 pgs: 10 creating+peering, 12 unknown, 11 active+clean; 460 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-09-11T08:32:43.555 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-11T08:32:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:44 smithi130 bash[14727]: cluster 2024-09-11T08:32:43.284483+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v252: 33 pgs: 10 creating+peering, 23 active+clean; 516 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:44.674 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:44 smithi120 bash[14933]: cluster 2024-09-11T08:32:43.284483+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v252: 33 pgs: 10 creating+peering, 23 active+clean; 516 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:44.674 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:44 smithi120 bash[18840]: cluster 2024-09-11T08:32:43.284483+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v252: 33 pgs: 10 creating+peering, 23 active+clean; 516 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:46.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:46 smithi130 bash[14727]: cluster 2024-09-11T08:32:45.285223+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 680 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 136 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "8ce83d05-4728-4f75-afe8-0ccbfab86170", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "z", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "domain_root": "z.rgw.meta:root", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "control_pool": "z.rgw.control", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "log_pool": "z.rgw.log", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-11T08:32:46.665 INFO:teuthology.orchestra.run.smithi120.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "otp_pool": "z.rgw.otp", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "system_key": { 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "access_key": "", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "secret_key": "" 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "placement_pools": [ 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: { 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "key": "default-placement", 2024-09-11T08:32:46.666 INFO:teuthology.orchestra.run.smithi120.stdout: "val": { 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "storage_classes": { 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "STANDARD": { 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "index_type": 0 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_id": "52815646-1b00-498a-a5d1-aafcad04dfc6" 2024-09-11T08:32:46.667 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:32:46.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:46 smithi120 bash[14933]: cluster 2024-09-11T08:32:45.285223+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 680 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 136 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-11T08:32:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:46 smithi120 bash[18840]: cluster 2024-09-11T08:32:45.285223+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v253: 33 pgs: 33 active+clean; 680 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 136 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-11T08:32:47.387 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-11T08:32:48.609 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:48 smithi120 bash[14933]: cluster 2024-09-11T08:32:47.285872+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 241 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:48.610 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:48 smithi120 bash[18840]: cluster 2024-09-11T08:32:47.285872+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 241 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:48.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:48 smithi130 bash[14727]: cluster 2024-09-11T08:32:47.285872+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v254: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 241 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T08:32:50.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:50 smithi130 bash[14727]: cluster 2024-09-11T08:32:49.286579+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 307 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:50 smithi120 bash[14933]: cluster 2024-09-11T08:32:49.286579+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 307 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:50 smithi120 bash[18840]: cluster 2024-09-11T08:32:49.286579+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v255: 33 pgs: 33 active+clean; 1.0 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 307 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:52.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[18840]: cluster 2024-09-11T08:32:51.287256+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 445 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:52.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[18840]: cluster 2024-09-11T08:32:51.372338+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:32:52.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[18840]: audit 2024-09-11T08:32:51.375074+0000 mon.a (mon.0) 535 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:32:52.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[14933]: cluster 2024-09-11T08:32:51.287256+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 445 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:52.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[14933]: cluster 2024-09-11T08:32:51.372338+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:32:52.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:52 smithi120 bash[14933]: audit 2024-09-11T08:32:51.375074+0000 mon.a (mon.0) 535 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:32:52.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:52 smithi130 bash[14727]: cluster 2024-09-11T08:32:51.287256+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v256: 33 pgs: 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 445 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-09-11T08:32:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:52 smithi130 bash[14727]: cluster 2024-09-11T08:32:51.372338+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T08:32:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:52 smithi130 bash[14727]: audit 2024-09-11T08:32:51.375074+0000 mon.a (mon.0) 535 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-11T08:32:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:53 smithi120 bash[14933]: audit 2024-09-11T08:32:52.384284+0000 mon.a (mon.0) 536 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:32:53.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:53 smithi120 bash[14933]: cluster 2024-09-11T08:32:52.384610+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:32:53.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:53 smithi120 bash[18840]: audit 2024-09-11T08:32:52.384284+0000 mon.a (mon.0) 536 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:32:53.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:53 smithi120 bash[18840]: cluster 2024-09-11T08:32:52.384610+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:32:53.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:53 smithi130 bash[14727]: audit 2024-09-11T08:32:52.384284+0000 mon.a (mon.0) 536 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-11T08:32:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:53 smithi130 bash[14727]: cluster 2024-09-11T08:32:52.384610+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T08:32:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[14933]: cluster 2024-09-11T08:32:53.287895+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v259: 65 pgs: 6 creating+peering, 21 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 895 B/s wr, 1 op/s 2024-09-11T08:32:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[14933]: cluster 2024-09-11T08:32:53.400097+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:32:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[14933]: audit 2024-09-11T08:32:53.405689+0000 mon.a (mon.0) 539 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:32:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[18840]: cluster 2024-09-11T08:32:53.287895+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v259: 65 pgs: 6 creating+peering, 21 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 895 B/s wr, 1 op/s 2024-09-11T08:32:54.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[18840]: cluster 2024-09-11T08:32:53.400097+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:32:54.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:54 smithi120 bash[18840]: audit 2024-09-11T08:32:53.405689+0000 mon.a (mon.0) 539 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:32:54.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:54 smithi130 bash[14727]: cluster 2024-09-11T08:32:53.287895+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v259: 65 pgs: 6 creating+peering, 21 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 895 B/s wr, 1 op/s 2024-09-11T08:32:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:54 smithi130 bash[14727]: cluster 2024-09-11T08:32:53.400097+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T08:32:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:54 smithi130 bash[14727]: audit 2024-09-11T08:32:53.405689+0000 mon.a (mon.0) 539 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-11T08:32:55.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:55 smithi120 bash[14933]: audit 2024-09-11T08:32:54.406145+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:32:55.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:55 smithi120 bash[14933]: cluster 2024-09-11T08:32:54.406616+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:32:55.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:55 smithi120 bash[18840]: audit 2024-09-11T08:32:54.406145+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:32:55.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:55 smithi120 bash[18840]: cluster 2024-09-11T08:32:54.406616+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:32:55.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:55 smithi130 bash[14727]: audit 2024-09-11T08:32:54.406145+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.120:0/480706593' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-11T08:32:55.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:55 smithi130 bash[14727]: cluster 2024-09-11T08:32:54.406616+0000 mon.a (mon.0) 541 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T08:32:56.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:56 smithi130 bash[14727]: cluster 2024-09-11T08:32:55.288549+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v262: 97 pgs: 6 creating+peering, 47 unknown, 44 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:32:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:56 smithi130 bash[14727]: cluster 2024-09-11T08:32:55.433212+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:32:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:56 smithi130 bash[14727]: audit 2024-09-11T08:32:55.435501+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:32:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[14933]: cluster 2024-09-11T08:32:55.288549+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v262: 97 pgs: 6 creating+peering, 47 unknown, 44 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:32:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[14933]: cluster 2024-09-11T08:32:55.433212+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:32:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[14933]: audit 2024-09-11T08:32:55.435501+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:32:56.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[18840]: cluster 2024-09-11T08:32:55.288549+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v262: 97 pgs: 6 creating+peering, 47 unknown, 44 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-11T08:32:56.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[18840]: cluster 2024-09-11T08:32:55.433212+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T08:32:56.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:56 smithi120 bash[18840]: audit 2024-09-11T08:32:55.435501+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-11T08:32:57.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:57 smithi130 bash[14727]: audit 2024-09-11T08:32:56.450032+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:32:57.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:57 smithi130 bash[14727]: cluster 2024-09-11T08:32:56.450343+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:32:57.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:57 smithi130 bash[14727]: audit 2024-09-11T08:32:56.455540+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:32:57.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[18840]: audit 2024-09-11T08:32:56.450032+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:32:57.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[18840]: cluster 2024-09-11T08:32:56.450343+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:32:57.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[18840]: audit 2024-09-11T08:32:56.455540+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:32:57.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[14933]: audit 2024-09-11T08:32:56.450032+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-11T08:32:57.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[14933]: cluster 2024-09-11T08:32:56.450343+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T08:32:57.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:57 smithi120 bash[14933]: audit 2024-09-11T08:32:56.455540+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-11T08:32:58.650 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "d5c6fb0b-0496-468b-817f-fff44b0d6711", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "epoch": 1, 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "predecessor_uuid": "a5a2aef1-0583-48f0-aeb4-e18a84840d67", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "sync_status": [], 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "period_map": { 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "d5c6fb0b-0496-468b-817f-fff44b0d6711", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "zonegroups": [ 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: { 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "5d3bb681-14ce-4ecd-9f1b-c399a623c0eb", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "default", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "api_name": "default", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "is_master": "true", 2024-09-11T08:32:58.651 INFO:teuthology.orchestra.run.smithi120.stdout: "endpoints": [], 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "hostnames": [], 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "hostnames_s3website": [], 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "master_zone": "8ce83d05-4728-4f75-afe8-0ccbfab86170", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "zones": [ 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: { 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "id": "8ce83d05-4728-4f75-afe8-0ccbfab86170", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "z", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "endpoints": [], 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "log_meta": "false", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "log_data": "false", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "bucket_index_max_shards": 11, 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "read_only": "false", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "tier_type": "", 2024-09-11T08:32:58.652 INFO:teuthology.orchestra.run.smithi120.stdout: "sync_from_all": "true", 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "sync_from": [], 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "redirect_zone": "" 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "placement_targets": [ 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: { 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "name": "default-placement", 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "tags": [], 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "storage_classes": [ 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: "STANDARD" 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: ] 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.653 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "default_placement": "default-placement", 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_id": "52815646-1b00-498a-a5d1-aafcad04dfc6", 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "sync_policy": { 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "groups": [] 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "short_zone_ids": [ 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: { 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "key": "8ce83d05-4728-4f75-afe8-0ccbfab86170", 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "val": 1991612911 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: ] 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:32:58.654 INFO:teuthology.orchestra.run.smithi120.stdout: "master_zonegroup": "5d3bb681-14ce-4ecd-9f1b-c399a623c0eb", 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "master_zone": "8ce83d05-4728-4f75-afe8-0ccbfab86170", 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "period_config": { 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "bucket_quota": { 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "enabled": false, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "check_on_raw": false, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "max_size": -1, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "max_size_kb": 0, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "max_objects": -1 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "user_quota": { 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "enabled": false, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "check_on_raw": false, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "max_size": -1, 2024-09-11T08:32:58.655 INFO:teuthology.orchestra.run.smithi120.stdout: "max_size_kb": 0, 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: "max_objects": -1 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_id": "52815646-1b00-498a-a5d1-aafcad04dfc6", 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_name": "r", 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout: "realm_epoch": 2 2024-09-11T08:32:58.656 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[14933]: cluster 2024-09-11T08:32:57.289443+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 3 creating+peering, 29 unknown, 97 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[14933]: audit 2024-09-11T08:32:57.449230+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[14933]: cluster 2024-09-11T08:32:57.449353+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[14933]: audit 2024-09-11T08:32:57.452886+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[18840]: cluster 2024-09-11T08:32:57.289443+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 3 creating+peering, 29 unknown, 97 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-11T08:32:58.718 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[18840]: audit 2024-09-11T08:32:57.449230+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T08:32:58.719 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[18840]: cluster 2024-09-11T08:32:57.449353+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:32:58.719 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:58 smithi120 bash[18840]: audit 2024-09-11T08:32:57.452886+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:32:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:58 smithi130 bash[14727]: cluster 2024-09-11T08:32:57.289443+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 3 creating+peering, 29 unknown, 97 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-11T08:32:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:58 smithi130 bash[14727]: audit 2024-09-11T08:32:57.449230+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-11T08:32:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:58 smithi130 bash[14727]: cluster 2024-09-11T08:32:57.449353+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T08:32:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:58 smithi130 bash[14727]: audit 2024-09-11T08:32:57.452886+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-11T08:32:59.540 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-11T08:32:59.778 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:59 smithi120 bash[14933]: audit 2024-09-11T08:32:58.452895+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T08:32:59.778 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:32:59 smithi120 bash[14933]: cluster 2024-09-11T08:32:58.453027+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:32:59.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:59 smithi120 bash[18840]: audit 2024-09-11T08:32:58.452895+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T08:32:59.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:32:59 smithi120 bash[18840]: cluster 2024-09-11T08:32:58.453027+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:32:59.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:59 smithi130 bash[14727]: audit 2024-09-11T08:32:58.452895+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.120:0/2852798706' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-11T08:32:59.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:32:59 smithi130 bash[14727]: cluster 2024-09-11T08:32:58.453027+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T08:33:00.746 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:00 smithi120 bash[14933]: cluster 2024-09-11T08:32:59.290152+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v268: 129 pgs: 3 creating+peering, 12 unknown, 114 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-11T08:33:00.747 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:00 smithi120 bash[18840]: cluster 2024-09-11T08:32:59.290152+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v268: 129 pgs: 3 creating+peering, 12 unknown, 114 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-11T08:33:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:00 smithi130 bash[14727]: cluster 2024-09-11T08:32:59.290152+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v268: 129 pgs: 3 creating+peering, 12 unknown, 114 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-11T08:33:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:02 smithi130 bash[14727]: cluster 2024-09-11T08:33:01.291249+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v269: 129 pgs: 3 creating+peering, 126 active+clean; 3.7 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 873 B/s rd, 3.6 KiB/s wr, 14 op/s 2024-09-11T08:33:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:02 smithi120 bash[14933]: cluster 2024-09-11T08:33:01.291249+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v269: 129 pgs: 3 creating+peering, 126 active+clean; 3.7 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 873 B/s rd, 3.6 KiB/s wr, 14 op/s 2024-09-11T08:33:02.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:02 smithi120 bash[18840]: cluster 2024-09-11T08:33:01.291249+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v269: 129 pgs: 3 creating+peering, 126 active+clean; 3.7 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 873 B/s rd, 3.6 KiB/s wr, 14 op/s 2024-09-11T08:33:02.991 INFO:teuthology.orchestra.run.smithi120.stdout:Scheduled rgw update... 2024-09-11T08:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:02.979312+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:02.985044+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:02.990135+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:02.995716+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:02.997195+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.003497+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:33:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.004776+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:33:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.009615+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:33:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.010771+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.015016+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.015973+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:03 smithi130 bash[14727]: audit 2024-09-11T08:33:03.017132+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi130.tjvaqs", "key": "container_image"}]: dispatch 2024-09-11T08:33:03.776 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:02.979312+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.776 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:02.985044+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.776 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:02.990135+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:33:03.776 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:02.995716+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:33:03.776 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:02.997195+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.003497+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.004776+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.009615+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.010771+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.015016+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.015973+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.777 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[14933]: audit 2024-09-11T08:33:03.017132+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi130.tjvaqs", "key": "container_image"}]: dispatch 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:02.979312+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:02.985044+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-11T08:33:02.978801\", \"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:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:02.990135+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:02.995716+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:02.997195+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.003497+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.004776+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.009615+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.010771+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:03.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.015016+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:03.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.015973+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:03.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:03 smithi120 bash[18840]: audit 2024-09-11T08:33:03.017132+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi130.tjvaqs", "key": "container_image"}]: dispatch 2024-09-11T08:33:03.780 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:33:04.794 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:04 smithi130 bash[14727]: audit 2024-09-11T08:33:02.977651+0000 mgr.y (mgr.14140) 272 : audit [DBG] from='client.24568 -' 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:33:04.794 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:04 smithi130 bash[14727]: cephadm 2024-09-11T08:33:02.978761+0000 mgr.y (mgr.14140) 273 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:33:04.794 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:04 smithi130 bash[14727]: cephadm 2024-09-11T08:33:03.016677+0000 mgr.y (mgr.14140) 274 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T08:33:04.794 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:04 smithi130 bash[14727]: cluster 2024-09-11T08:33:03.292154+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.3 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 897 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-09-11T08:33:04.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[14933]: audit 2024-09-11T08:33:02.977651+0000 mgr.y (mgr.14140) 272 : audit [DBG] from='client.24568 -' 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:33:04.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[14933]: cephadm 2024-09-11T08:33:02.978761+0000 mgr.y (mgr.14140) 273 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:33:04.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[14933]: cephadm 2024-09-11T08:33:03.016677+0000 mgr.y (mgr.14140) 274 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T08:33:04.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[14933]: cluster 2024-09-11T08:33:03.292154+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.3 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 897 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-09-11T08:33:04.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[18840]: audit 2024-09-11T08:33:02.977651+0000 mgr.y (mgr.14140) 272 : audit [DBG] from='client.24568 -' 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:33:04.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[18840]: cephadm 2024-09-11T08:33:02.978761+0000 mgr.y (mgr.14140) 273 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-11T08:33:04.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[18840]: cephadm 2024-09-11T08:33:03.016677+0000 mgr.y (mgr.14140) 274 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T08:33:04.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:04 smithi120 bash[18840]: cluster 2024-09-11T08:33:03.292154+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.3 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 897 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-09-11T08:33:06.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: cluster 2024-09-11T08:33:05.292995+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:33:06.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: cluster 2024-09-11T08:33:05.292995+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:33:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.967581+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:06.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.967581+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:06.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.973007+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.974339+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.981576+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.983049+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[14933]: audit 2024-09-11T08:33:05.985198+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi120.fpvwgw", "key": "container_image"}]: dispatch 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.973007+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.974339+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.981576+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.983049+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:06.686 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:06 smithi120 bash[18840]: audit 2024-09-11T08:33:05.985198+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi120.fpvwgw", "key": "container_image"}]: dispatch 2024-09-11T08:33:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: cluster 2024-09-11T08:33:05.292995+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-09-11T08:33:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.967581+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.973007+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394463\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394660\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394787\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.394908\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395029\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:25.395148\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395307\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395429\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:25.395550\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.974339+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-11T08:33:06.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.981576+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-11T08:33:06.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.983049+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:33:06.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:06 smithi130 bash[14727]: audit 2024-09-11T08:33:05.985198+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi120.fpvwgw", "key": "container_image"}]: dispatch 2024-09-11T08:33:07.521 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:07 smithi130 bash[14727]: cephadm 2024-09-11T08:33:05.984126+0000 mgr.y (mgr.14140) 277 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T08:33:07.812 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:07 smithi120 bash[14933]: cephadm 2024-09-11T08:33:05.984126+0000 mgr.y (mgr.14140) 277 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T08:33:07.812 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:07 smithi120 bash[18840]: cephadm 2024-09-11T08:33:05.984126+0000 mgr.y (mgr.14140) 277 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T08:33:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:08 smithi130 bash[14727]: cluster 2024-09-11T08:33:07.294238+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 727 B/s rd, 4.0 KiB/s wr, 14 op/s 2024-09-11T08:33:08.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:08 smithi120 bash[18840]: cluster 2024-09-11T08:33:07.294238+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 727 B/s rd, 4.0 KiB/s wr, 14 op/s 2024-09-11T08:33:08.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:08 smithi120 bash[14933]: cluster 2024-09-11T08:33:07.294238+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 727 B/s rd, 4.0 KiB/s wr, 14 op/s 2024-09-11T08:33:09.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[18840]: audit 2024-09-11T08:33:09.269436+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:09.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[14933]: audit 2024-09-11T08:33:09.269436+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:09.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[14933]: audit 2024-09-11T08:33:09.273406+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:09.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[14933]: audit 2024-09-11T08:33:09.274276+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:09.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[18840]: audit 2024-09-11T08:33:09.273406+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:09.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:09 smithi120 bash[18840]: audit 2024-09-11T08:33:09.274276+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:09.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:09 smithi130 bash[14727]: audit 2024-09-11T08:33:09.269436+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:09.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:09 smithi130 bash[14727]: audit 2024-09-11T08:33:09.273406+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271754\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271881\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.271952\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272019\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272086\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:32:24.272153\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:32:24.272220\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272287\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:32:24.272353\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:09.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:09 smithi130 bash[14727]: audit 2024-09-11T08:33:09.274276+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:10.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:10 smithi130 bash[14727]: cluster 2024-09-11T08:33:09.295093+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 3.6 KiB/s wr, 41 op/s 2024-09-11T08:33:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:10 smithi120 bash[14933]: cluster 2024-09-11T08:33:09.295093+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 3.6 KiB/s wr, 41 op/s 2024-09-11T08:33:10.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:10 smithi120 bash[18840]: cluster 2024-09-11T08:33:09.295093+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 3.6 KiB/s wr, 41 op/s 2024-09-11T08:33:11.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:11 smithi130 bash[14727]: audit 2024-09-11T08:33:10.798648+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:11.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:11 smithi130 bash[14727]: audit 2024-09-11T08:33:10.804451+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:11.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:11 smithi130 bash[14727]: audit 2024-09-11T08:33:10.805537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:11.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[14933]: audit 2024-09-11T08:33:10.798648+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:11.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[14933]: audit 2024-09-11T08:33:10.804451+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:11.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[14933]: audit 2024-09-11T08:33:10.805537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:11.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[18840]: audit 2024-09-11T08:33:10.798648+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]: dispatch 2024-09-11T08:33:11.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[18840]: audit 2024-09-11T08:33:10.804451+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:25:29.581217\"}"}]': finished 2024-09-11T08:33:11.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:11 smithi120 bash[18840]: audit 2024-09-11T08:33:10.805537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:33:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:12 smithi130 bash[14727]: cluster 2024-09-11T08:33:11.296081+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 74 op/s 2024-09-11T08:33:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:12 smithi130 bash[14727]: audit 2024-09-11T08:33:11.890902+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:13.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:12 smithi130 bash[14727]: audit 2024-09-11T08:33:11.896200+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:13.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[14933]: cluster 2024-09-11T08:33:11.296081+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 74 op/s 2024-09-11T08:33:13.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[18840]: cluster 2024-09-11T08:33:11.296081+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 3.3 KiB/s wr, 74 op/s 2024-09-11T08:33:13.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[14933]: audit 2024-09-11T08:33:11.890902+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:13.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[14933]: audit 2024-09-11T08:33:11.896200+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:13.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[18840]: audit 2024-09-11T08:33:11.890902+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]: dispatch 2024-09-11T08:33:13.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:12 smithi120 bash[18840]: audit 2024-09-11T08:33:11.896200+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:25:51.673309\"}"}]': finished 2024-09-11T08:33:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:14 smithi130 bash[14727]: cluster 2024-09-11T08:33:13.297115+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 1.6 KiB/s wr, 116 op/s 2024-09-11T08:33:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:14 smithi120 bash[14933]: cluster 2024-09-11T08:33:13.297115+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 1.6 KiB/s wr, 116 op/s 2024-09-11T08:33:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:14 smithi120 bash[18840]: cluster 2024-09-11T08:33:13.297115+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 1.6 KiB/s wr, 116 op/s 2024-09-11T08:33:16.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:16 smithi130 bash[14727]: cluster 2024-09-11T08:33:15.298005+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 682 B/s wr, 129 op/s 2024-09-11T08:33:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:16 smithi120 bash[14933]: cluster 2024-09-11T08:33:15.298005+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 682 B/s wr, 129 op/s 2024-09-11T08:33:16.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:16 smithi120 bash[18840]: cluster 2024-09-11T08:33:15.298005+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 682 B/s wr, 129 op/s 2024-09-11T08:33:18.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:18 smithi120 bash[14933]: cluster 2024-09-11T08:33:17.299259+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:18.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:18 smithi120 bash[18840]: cluster 2024-09-11T08:33:17.299259+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:18 smithi130 bash[14727]: cluster 2024-09-11T08:33:17.299259+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:20.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:20 smithi120 bash[14933]: cluster 2024-09-11T08:33:19.300241+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:20.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:20 smithi120 bash[18840]: cluster 2024-09-11T08:33:19.300241+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:20 smithi130 bash[14727]: cluster 2024-09-11T08:33:19.300241+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-11T08:33:22.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:22 smithi120 bash[18840]: cluster 2024-09-11T08:33:21.301323+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 141 op/s 2024-09-11T08:33:22.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:22 smithi120 bash[14933]: cluster 2024-09-11T08:33:21.301323+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 141 op/s 2024-09-11T08:33:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:22 smithi130 bash[14727]: cluster 2024-09-11T08:33:21.301323+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 141 op/s 2024-09-11T08:33:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:24 smithi130 bash[14727]: cluster 2024-09-11T08:33:23.302324+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 85 B/s wr, 104 op/s 2024-09-11T08:33:24.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:24 smithi120 bash[14933]: cluster 2024-09-11T08:33:23.302324+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 85 B/s wr, 104 op/s 2024-09-11T08:33:24.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:24 smithi120 bash[18840]: cluster 2024-09-11T08:33:23.302324+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 85 B/s wr, 104 op/s 2024-09-11T08:33:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:26 smithi120 bash[14933]: cluster 2024-09-11T08:33:25.303236+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 55 op/s 2024-09-11T08:33:26.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:26 smithi120 bash[18840]: cluster 2024-09-11T08:33:25.303236+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 55 op/s 2024-09-11T08:33:26.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:26 smithi130 bash[14727]: cluster 2024-09-11T08:33:25.303236+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 85 B/s wr, 55 op/s 2024-09-11T08:33:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:28 smithi120 bash[14933]: cluster 2024-09-11T08:33:27.304476+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 85 B/s wr, 39 op/s 2024-09-11T08:33:28.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:28 smithi120 bash[18840]: cluster 2024-09-11T08:33:27.304476+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 85 B/s wr, 39 op/s 2024-09-11T08:33:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:28 smithi130 bash[14727]: cluster 2024-09-11T08:33:27.304476+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 85 B/s wr, 39 op/s 2024-09-11T08:33:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:30 smithi120 bash[14933]: cluster 2024-09-11T08:33:29.305464+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:30 smithi120 bash[18840]: cluster 2024-09-11T08:33:29.305464+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:30 smithi130 bash[14727]: cluster 2024-09-11T08:33:29.305464+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:32.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:32 smithi120 bash[14933]: cluster 2024-09-11T08:33:31.306513+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:32.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:32 smithi120 bash[18840]: cluster 2024-09-11T08:33:31.306513+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:32 smithi130 bash[14727]: cluster 2024-09-11T08:33:31.306513+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:34 smithi130 bash[14727]: cluster 2024-09-11T08:33:33.307510+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:34 smithi120 bash[14933]: cluster 2024-09-11T08:33:33.307510+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:34 smithi120 bash[18840]: cluster 2024-09-11T08:33:33.307510+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:36 smithi120 bash[14933]: cluster 2024-09-11T08:33:35.308467+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:36 smithi120 bash[18840]: cluster 2024-09-11T08:33:35.308467+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:36 smithi130 bash[14727]: cluster 2024-09-11T08:33:35.308467+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:38 smithi120 bash[14933]: cluster 2024-09-11T08:33:37.309359+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:38 smithi120 bash[18840]: cluster 2024-09-11T08:33:37.309359+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:38 smithi130 bash[14727]: cluster 2024-09-11T08:33:37.309359+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:40 smithi120 bash[14933]: cluster 2024-09-11T08:33:39.310289+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:40 smithi120 bash[18840]: cluster 2024-09-11T08:33:39.310289+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:40.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:40 smithi130 bash[14727]: cluster 2024-09-11T08:33:39.310289+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:42 smithi120 bash[14933]: cluster 2024-09-11T08:33:41.311367+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:42 smithi120 bash[18840]: cluster 2024-09-11T08:33:41.311367+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:42 smithi130 bash[14727]: cluster 2024-09-11T08:33:41.311367+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:44 smithi130 bash[14727]: cluster 2024-09-11T08:33:43.312359+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:44 smithi120 bash[14933]: cluster 2024-09-11T08:33:43.312359+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:44 smithi120 bash[18840]: cluster 2024-09-11T08:33:43.312359+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:46 smithi120 bash[14933]: cluster 2024-09-11T08:33:45.313324+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:46 smithi120 bash[18840]: cluster 2024-09-11T08:33:45.313324+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:46 smithi130 bash[14727]: cluster 2024-09-11T08:33:45.313324+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:48 smithi120 bash[18840]: cluster 2024-09-11T08:33:47.314392+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:48 smithi120 bash[14933]: cluster 2024-09-11T08:33:47.314392+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:48 smithi130 bash[14727]: cluster 2024-09-11T08:33:47.314392+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:50 smithi120 bash[18840]: cluster 2024-09-11T08:33:49.315397+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:50 smithi120 bash[14933]: cluster 2024-09-11T08:33:49.315397+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:50.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:50 smithi130 bash[14727]: cluster 2024-09-11T08:33:49.315397+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:52 smithi120 bash[18840]: cluster 2024-09-11T08:33:51.316437+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:52 smithi120 bash[14933]: cluster 2024-09-11T08:33:51.316437+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:52.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:52 smithi130 bash[14727]: cluster 2024-09-11T08:33:51.316437+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:54.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:54 smithi130 bash[14727]: cluster 2024-09-11T08:33:53.317439+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:54 smithi120 bash[14933]: cluster 2024-09-11T08:33:53.317439+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:54 smithi120 bash[18840]: cluster 2024-09-11T08:33:53.317439+0000 mgr.y (mgr.14140) 301 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:56.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:56 smithi120 bash[14933]: cluster 2024-09-11T08:33:55.318396+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:56.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:56 smithi120 bash[18840]: cluster 2024-09-11T08:33:55.318396+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:56.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:56 smithi130 bash[14727]: cluster 2024-09-11T08:33:55.318396+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:33:58 smithi120 bash[14933]: cluster 2024-09-11T08:33:57.319521+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:33:58 smithi120 bash[18840]: cluster 2024-09-11T08:33:57.319521+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:33:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:33:58 smithi130 bash[14727]: cluster 2024-09-11T08:33:57.319521+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:00 smithi120 bash[18840]: cluster 2024-09-11T08:33:59.320501+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:00 smithi120 bash[14933]: cluster 2024-09-11T08:33:59.320501+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:00.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:00 smithi130 bash[14727]: cluster 2024-09-11T08:33:59.320501+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:02 smithi120 bash[14933]: cluster 2024-09-11T08:34:01.321560+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:02 smithi120 bash[18840]: cluster 2024-09-11T08:34:01.321560+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:02 smithi130 bash[14727]: cluster 2024-09-11T08:34:01.321560+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:04 smithi130 bash[14727]: cluster 2024-09-11T08:34:03.322635+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:04 smithi120 bash[14933]: cluster 2024-09-11T08:34:03.322635+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:04.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:04 smithi120 bash[18840]: cluster 2024-09-11T08:34:03.322635+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:06.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:06 smithi120 bash[14933]: cluster 2024-09-11T08:34:05.323681+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:06.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:06 smithi120 bash[18840]: cluster 2024-09-11T08:34:05.323681+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:06 smithi130 bash[14727]: cluster 2024-09-11T08:34:05.323681+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:08 smithi120 bash[14933]: cluster 2024-09-11T08:34:07.324744+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:08 smithi120 bash[18840]: cluster 2024-09-11T08:34:07.324744+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:08.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:08 smithi130 bash[14727]: cluster 2024-09-11T08:34:07.324744+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:10 smithi120 bash[14933]: cluster 2024-09-11T08:34:09.325722+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:10 smithi120 bash[18840]: cluster 2024-09-11T08:34:09.325722+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:10 smithi130 bash[14727]: cluster 2024-09-11T08:34:09.325722+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:12 smithi120 bash[14933]: cluster 2024-09-11T08:34:11.326741+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:12 smithi120 bash[18840]: cluster 2024-09-11T08:34:11.326741+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:12.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:12 smithi130 bash[14727]: cluster 2024-09-11T08:34:11.326741+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:14 smithi130 bash[14727]: cluster 2024-09-11T08:34:13.327744+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:14 smithi120 bash[14933]: cluster 2024-09-11T08:34:13.327744+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:14.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:14 smithi120 bash[18840]: cluster 2024-09-11T08:34:13.327744+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:16 smithi120 bash[14933]: cluster 2024-09-11T08:34:15.328931+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:16.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:16 smithi120 bash[18840]: cluster 2024-09-11T08:34:15.328931+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:16 smithi130 bash[14727]: cluster 2024-09-11T08:34:15.328931+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:18.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:18 smithi120 bash[18840]: cluster 2024-09-11T08:34:17.329956+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:18.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:18 smithi120 bash[14933]: cluster 2024-09-11T08:34:17.329956+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:18 smithi130 bash[14727]: cluster 2024-09-11T08:34:17.329956+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:20.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:20 smithi120 bash[14933]: cluster 2024-09-11T08:34:19.330972+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:20.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:20 smithi120 bash[18840]: cluster 2024-09-11T08:34:19.330972+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:20 smithi130 bash[14727]: cluster 2024-09-11T08:34:19.330972+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:22.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:22 smithi120 bash[14933]: cluster 2024-09-11T08:34:21.332001+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:22.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:22 smithi120 bash[18840]: cluster 2024-09-11T08:34:21.332001+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:22 smithi130 bash[14727]: cluster 2024-09-11T08:34:21.332001+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:24 smithi130 bash[14727]: cluster 2024-09-11T08:34:23.332945+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:24 smithi120 bash[14933]: cluster 2024-09-11T08:34:23.332945+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:24 smithi120 bash[18840]: cluster 2024-09-11T08:34:23.332945+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:26.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:26 smithi120 bash[18840]: cluster 2024-09-11T08:34:25.334028+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:26 smithi120 bash[14933]: cluster 2024-09-11T08:34:25.334028+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:26.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:26 smithi130 bash[14727]: cluster 2024-09-11T08:34:25.334028+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:28.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:28 smithi120 bash[18840]: cluster 2024-09-11T08:34:27.334999+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:28 smithi120 bash[14933]: cluster 2024-09-11T08:34:27.334999+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:28 smithi130 bash[14727]: cluster 2024-09-11T08:34:27.334999+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:30.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:30 smithi120 bash[18840]: cluster 2024-09-11T08:34:29.335999+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:30.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:30 smithi120 bash[14933]: cluster 2024-09-11T08:34:29.335999+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:30 smithi130 bash[14727]: cluster 2024-09-11T08:34:29.335999+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:32.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:32 smithi120 bash[18840]: cluster 2024-09-11T08:34:31.337035+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:32.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:32 smithi120 bash[14933]: cluster 2024-09-11T08:34:31.337035+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:32 smithi130 bash[14727]: cluster 2024-09-11T08:34:31.337035+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:34 smithi130 bash[14727]: cluster 2024-09-11T08:34:33.338026+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:34 smithi120 bash[18840]: cluster 2024-09-11T08:34:33.338026+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:34 smithi120 bash[14933]: cluster 2024-09-11T08:34:33.338026+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:36 smithi120 bash[14933]: cluster 2024-09-11T08:34:35.339079+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:36 smithi120 bash[18840]: cluster 2024-09-11T08:34:35.339079+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:36 smithi130 bash[14727]: cluster 2024-09-11T08:34:35.339079+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:38 smithi130 bash[14727]: cluster 2024-09-11T08:34:37.340063+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:38.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:38 smithi120 bash[14933]: cluster 2024-09-11T08:34:37.340063+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:38.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:38 smithi120 bash[18840]: cluster 2024-09-11T08:34:37.340063+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:40 smithi130 bash[14727]: cluster 2024-09-11T08:34:39.341023+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:40.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:40 smithi120 bash[14933]: cluster 2024-09-11T08:34:39.341023+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:40.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:40 smithi120 bash[18840]: cluster 2024-09-11T08:34:39.341023+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:42 smithi130 bash[14727]: cluster 2024-09-11T08:34:41.342075+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:42 smithi120 bash[14933]: cluster 2024-09-11T08:34:41.342075+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:42.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:42 smithi120 bash[18840]: cluster 2024-09-11T08:34:41.342075+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:44 smithi130 bash[14727]: cluster 2024-09-11T08:34:43.343059+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:44 smithi120 bash[14933]: cluster 2024-09-11T08:34:43.343059+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:44 smithi120 bash[18840]: cluster 2024-09-11T08:34:43.343059+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:46.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:46 smithi120 bash[14933]: cluster 2024-09-11T08:34:45.344182+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:46 smithi120 bash[18840]: cluster 2024-09-11T08:34:45.344182+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:46 smithi130 bash[14727]: cluster 2024-09-11T08:34:45.344182+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:48 smithi120 bash[14933]: cluster 2024-09-11T08:34:47.345143+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:48.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:48 smithi120 bash[18840]: cluster 2024-09-11T08:34:47.345143+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:48 smithi130 bash[14727]: cluster 2024-09-11T08:34:47.345143+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:50.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:50 smithi120 bash[14933]: cluster 2024-09-11T08:34:49.346113+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:50 smithi120 bash[18840]: cluster 2024-09-11T08:34:49.346113+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:50.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:50 smithi130 bash[14727]: cluster 2024-09-11T08:34:49.346113+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:52.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:52 smithi120 bash[14933]: cluster 2024-09-11T08:34:51.347135+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:52.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:52 smithi120 bash[18840]: cluster 2024-09-11T08:34:51.347135+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:52 smithi130 bash[14727]: cluster 2024-09-11T08:34:51.347135+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:54.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:54 smithi130 bash[14727]: cluster 2024-09-11T08:34:53.348142+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:54 smithi120 bash[14933]: cluster 2024-09-11T08:34:53.348142+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:54 smithi120 bash[18840]: cluster 2024-09-11T08:34:53.348142+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:56.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:56 smithi120 bash[14933]: cluster 2024-09-11T08:34:55.349210+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:56.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:56 smithi120 bash[18840]: cluster 2024-09-11T08:34:55.349210+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:56.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:56 smithi130 bash[14727]: cluster 2024-09-11T08:34:55.349210+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:58.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:34:58 smithi120 bash[14933]: cluster 2024-09-11T08:34:57.350191+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:34:58 smithi120 bash[18840]: cluster 2024-09-11T08:34:57.350191+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:34:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:34:58 smithi130 bash[14727]: cluster 2024-09-11T08:34:57.350191+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:00 smithi120 bash[14933]: cluster 2024-09-11T08:34:59.351149+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:00 smithi120 bash[18840]: cluster 2024-09-11T08:34:59.351149+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:00 smithi130 bash[14727]: cluster 2024-09-11T08:34:59.351149+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:02.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:02 smithi120 bash[14933]: cluster 2024-09-11T08:35:01.352220+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:02.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:02 smithi120 bash[18840]: cluster 2024-09-11T08:35:01.352220+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:02 smithi130 bash[14727]: cluster 2024-09-11T08:35:01.352220+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:04 smithi130 bash[14727]: cluster 2024-09-11T08:35:03.353387+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:04 smithi120 bash[14933]: cluster 2024-09-11T08:35:03.353387+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:04.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:04 smithi120 bash[18840]: cluster 2024-09-11T08:35:03.353387+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:06.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:06 smithi120 bash[18840]: cluster 2024-09-11T08:35:05.354604+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:06.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:06 smithi120 bash[14933]: cluster 2024-09-11T08:35:05.354604+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:06 smithi130 bash[14727]: cluster 2024-09-11T08:35:05.354604+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:08 smithi120 bash[18840]: cluster 2024-09-11T08:35:07.355493+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:08 smithi120 bash[14933]: cluster 2024-09-11T08:35:07.355493+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:08 smithi130 bash[14727]: cluster 2024-09-11T08:35:07.355493+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:10 smithi120 bash[18840]: cluster 2024-09-11T08:35:09.356469+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:10 smithi120 bash[14933]: cluster 2024-09-11T08:35:09.356469+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:10 smithi130 bash[14727]: cluster 2024-09-11T08:35:09.356469+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:12.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:12 smithi130 bash[14727]: cluster 2024-09-11T08:35:11.357501+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:12 smithi120 bash[18840]: cluster 2024-09-11T08:35:11.357501+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:12.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:12 smithi120 bash[14933]: cluster 2024-09-11T08:35:11.357501+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:14 smithi130 bash[14727]: cluster 2024-09-11T08:35:13.358469+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:14 smithi120 bash[18840]: cluster 2024-09-11T08:35:13.358469+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:14 smithi120 bash[14933]: cluster 2024-09-11T08:35:13.358469+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:16.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:16 smithi120 bash[18840]: cluster 2024-09-11T08:35:15.359525+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:16 smithi120 bash[14933]: cluster 2024-09-11T08:35:15.359525+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:16 smithi130 bash[14727]: cluster 2024-09-11T08:35:15.359525+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:18.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:18 smithi120 bash[18840]: cluster 2024-09-11T08:35:17.360323+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:18.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:18 smithi120 bash[14933]: cluster 2024-09-11T08:35:17.360323+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:18 smithi130 bash[14727]: cluster 2024-09-11T08:35:17.360323+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:20.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:20 smithi120 bash[18840]: cluster 2024-09-11T08:35:19.361279+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:20.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:20 smithi120 bash[14933]: cluster 2024-09-11T08:35:19.361279+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:20 smithi130 bash[14727]: cluster 2024-09-11T08:35:19.361279+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:22 smithi130 bash[14727]: cluster 2024-09-11T08:35:21.362251+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:22.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:22 smithi120 bash[14933]: cluster 2024-09-11T08:35:21.362251+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:22.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:22 smithi120 bash[18840]: cluster 2024-09-11T08:35:21.362251+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:24 smithi130 bash[14727]: cluster 2024-09-11T08:35:23.363243+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:24 smithi120 bash[14933]: cluster 2024-09-11T08:35:23.363243+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:24 smithi120 bash[18840]: cluster 2024-09-11T08:35:23.363243+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:26 smithi120 bash[14933]: cluster 2024-09-11T08:35:25.364289+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:26.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:26 smithi120 bash[18840]: cluster 2024-09-11T08:35:25.364289+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:26.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:26 smithi130 bash[14727]: cluster 2024-09-11T08:35:25.364289+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:28.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:28 smithi120 bash[14933]: cluster 2024-09-11T08:35:27.365110+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:28.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:28 smithi120 bash[18840]: cluster 2024-09-11T08:35:27.365110+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:28 smithi130 bash[14727]: cluster 2024-09-11T08:35:27.365110+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:30.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:30 smithi130 bash[14727]: cluster 2024-09-11T08:35:29.366012+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:30.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:30 smithi120 bash[14933]: cluster 2024-09-11T08:35:29.366012+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:30.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:30 smithi120 bash[18840]: cluster 2024-09-11T08:35:29.366012+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:32 smithi130 bash[14727]: cluster 2024-09-11T08:35:31.366983+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:32.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:32 smithi120 bash[14933]: cluster 2024-09-11T08:35:31.366983+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:32.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:32 smithi120 bash[18840]: cluster 2024-09-11T08:35:31.366983+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:34 smithi130 bash[14727]: cluster 2024-09-11T08:35:33.368093+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:34 smithi120 bash[14933]: cluster 2024-09-11T08:35:33.368093+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:34.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:34 smithi120 bash[18840]: cluster 2024-09-11T08:35:33.368093+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:36.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:36 smithi120 bash[14933]: cluster 2024-09-11T08:35:35.369222+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:36.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:36 smithi120 bash[18840]: cluster 2024-09-11T08:35:35.369222+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:36 smithi130 bash[14727]: cluster 2024-09-11T08:35:35.369222+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:38 smithi130 bash[14727]: cluster 2024-09-11T08:35:37.370187+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:38.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:38 smithi120 bash[18840]: cluster 2024-09-11T08:35:37.370187+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:38.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:38 smithi120 bash[14933]: cluster 2024-09-11T08:35:37.370187+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:40 smithi130 bash[14727]: cluster 2024-09-11T08:35:39.371236+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:40.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:40 smithi120 bash[18840]: cluster 2024-09-11T08:35:39.371236+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:40.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:40 smithi120 bash[14933]: cluster 2024-09-11T08:35:39.371236+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:42 smithi130 bash[14727]: cluster 2024-09-11T08:35:41.372287+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:42.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:42 smithi120 bash[18840]: cluster 2024-09-11T08:35:41.372287+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:42 smithi120 bash[14933]: cluster 2024-09-11T08:35:41.372287+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:44 smithi130 bash[14727]: cluster 2024-09-11T08:35:43.373409+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:44 smithi120 bash[18840]: cluster 2024-09-11T08:35:43.373409+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:44.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:44 smithi120 bash[14933]: cluster 2024-09-11T08:35:43.373409+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:46 smithi130 bash[14727]: cluster 2024-09-11T08:35:45.374395+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:46.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:46 smithi120 bash[18840]: cluster 2024-09-11T08:35:45.374395+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:46 smithi120 bash[14933]: cluster 2024-09-11T08:35:45.374395+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:48 smithi130 bash[14727]: cluster 2024-09-11T08:35:47.375296+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:48.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:48 smithi120 bash[18840]: cluster 2024-09-11T08:35:47.375296+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:48.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:48 smithi120 bash[14933]: cluster 2024-09-11T08:35:47.375296+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:50.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:50 smithi130 bash[14727]: cluster 2024-09-11T08:35:49.376246+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:50.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:50 smithi120 bash[18840]: cluster 2024-09-11T08:35:49.376246+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:50.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:50 smithi120 bash[14933]: cluster 2024-09-11T08:35:49.376246+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:52.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:52 smithi130 bash[14727]: cluster 2024-09-11T08:35:51.377269+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:52.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:52 smithi120 bash[18840]: cluster 2024-09-11T08:35:51.377269+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:52.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:52 smithi120 bash[14933]: cluster 2024-09-11T08:35:51.377269+0000 mgr.y (mgr.14140) 360 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:54.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:54 smithi130 bash[14727]: cluster 2024-09-11T08:35:53.378400+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:54 smithi120 bash[14933]: cluster 2024-09-11T08:35:53.378400+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:54 smithi120 bash[18840]: cluster 2024-09-11T08:35:53.378400+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:56.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:56 smithi130 bash[14727]: cluster 2024-09-11T08:35:55.379405+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:56 smithi120 bash[14933]: cluster 2024-09-11T08:35:55.379405+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:56 smithi120 bash[18840]: cluster 2024-09-11T08:35:55.379405+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:35:58 smithi130 bash[14727]: cluster 2024-09-11T08:35:57.380287+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:58.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:35:58 smithi120 bash[14933]: cluster 2024-09-11T08:35:57.380287+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:35:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:35:58 smithi120 bash[18840]: cluster 2024-09-11T08:35:57.380287+0000 mgr.y (mgr.14140) 363 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:00 smithi130 bash[14727]: cluster 2024-09-11T08:35:59.381240+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:00.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:00 smithi120 bash[18840]: cluster 2024-09-11T08:35:59.381240+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:00 smithi120 bash[14933]: cluster 2024-09-11T08:35:59.381240+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:02 smithi130 bash[14727]: cluster 2024-09-11T08:36:01.382248+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:02 smithi120 bash[14933]: cluster 2024-09-11T08:36:01.382248+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:02.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:02 smithi120 bash[18840]: cluster 2024-09-11T08:36:01.382248+0000 mgr.y (mgr.14140) 365 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:04 smithi130 bash[14727]: cluster 2024-09-11T08:36:03.383407+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:04 smithi120 bash[14933]: cluster 2024-09-11T08:36:03.383407+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:04.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:04 smithi120 bash[18840]: cluster 2024-09-11T08:36:03.383407+0000 mgr.y (mgr.14140) 366 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:06 smithi130 bash[14727]: cluster 2024-09-11T08:36:05.384396+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:06.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:06 smithi120 bash[14933]: cluster 2024-09-11T08:36:05.384396+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:06.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:06 smithi120 bash[18840]: cluster 2024-09-11T08:36:05.384396+0000 mgr.y (mgr.14140) 367 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:08.653 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-11T08:36:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:08 smithi130 bash[14727]: cluster 2024-09-11T08:36:07.385300+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:08.870 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:08 smithi120 bash[14933]: cluster 2024-09-11T08:36:07.385300+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:08.870 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:08 smithi120 bash[18840]: cluster 2024-09-11T08:36:07.385300+0000 mgr.y (mgr.14140) 368 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:10 smithi130 bash[14727]: cluster 2024-09-11T08:36:09.386305+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:10.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:10 smithi120 bash[14933]: cluster 2024-09-11T08:36:09.386305+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:10.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:10 smithi120 bash[18840]: cluster 2024-09-11T08:36:09.386305+0000 mgr.y (mgr.14140) 369 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[14933]: cluster 2024-09-11T08:36:11.387446+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[14933]: audit 2024-09-11T08:36:12.045796+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:12.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[14933]: audit 2024-09-11T08:36:12.050540+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:12.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[18840]: cluster 2024-09-11T08:36:11.387446+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:12.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[18840]: audit 2024-09-11T08:36:12.045796+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:12.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:12 smithi120 bash[18840]: audit 2024-09-11T08:36:12.050540+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:12.733 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:36:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:12 smithi130 bash[14727]: cluster 2024-09-11T08:36:11.387446+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:12 smithi130 bash[14727]: audit 2024-09-11T08:36:12.045796+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:12 smithi130 bash[14727]: audit 2024-09-11T08:36:12.050540+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.120:0/1115014555' 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:36:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:14 smithi130 bash[14727]: cluster 2024-09-11T08:36:13.388860+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:14 smithi120 bash[14933]: cluster 2024-09-11T08:36:13.388860+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:14.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:14 smithi120 bash[18840]: cluster 2024-09-11T08:36:13.388860+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[14933]: cluster 2024-09-11T08:36:15.389852+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[14933]: audit 2024-09-11T08:36:16.224200+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[14933]: audit 2024-09-11T08:36:16.232246+0000 mon.a (mon.0) 581 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:16.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[18840]: cluster 2024-09-11T08:36:15.389852+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:16.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[18840]: audit 2024-09-11T08:36:16.224200+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:16.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:16 smithi120 bash[18840]: audit 2024-09-11T08:36:16.232246+0000 mon.a (mon.0) 581 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:16 smithi130 bash[14727]: cluster 2024-09-11T08:36:15.389852+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:16.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:16 smithi130 bash[14727]: audit 2024-09-11T08:36:16.224200+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:16.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:16 smithi130 bash[14727]: audit 2024-09-11T08:36:16.232246+0000 mon.a (mon.0) 581 : audit [INF] from='client.? 172.21.15.120:0/2168556760' 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:36:17.025 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-11T08:36:18.582 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:18 smithi120 bash[14933]: cluster 2024-09-11T08:36:17.390676+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:18.583 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:18 smithi120 bash[18840]: cluster 2024-09-11T08:36:17.390676+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:18 smithi130 bash[14727]: cluster 2024-09-11T08:36:17.390676+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:20 smithi130 bash[14727]: cluster 2024-09-11T08:36:19.391691+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:20.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:20 smithi130 bash[14727]: audit 2024-09-11T08:36:20.441250+0000 mon.a (mon.0) 582 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:36:20.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:20 smithi130 bash[14727]: audit 2024-09-11T08:36:20.445869+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:36:20.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[14933]: cluster 2024-09-11T08:36:19.391691+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:20.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[14933]: audit 2024-09-11T08:36:20.441250+0000 mon.a (mon.0) 582 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:36:20.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[14933]: audit 2024-09-11T08:36:20.445869+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:36:20.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[18840]: cluster 2024-09-11T08:36:19.391691+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:20.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[18840]: audit 2024-09-11T08:36:20.441250+0000 mon.a (mon.0) 582 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-11T08:36:20.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:20 smithi120 bash[18840]: audit 2024-09-11T08:36:20.445869+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.120:0/2967009735' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-11T08:36:21.192 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:36:21.469 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[14933]: audit 2024-09-11T08:36:20.722357+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:36:21.469 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[14933]: audit 2024-09-11T08:36:20.728782+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:36:21.470 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[14933]: audit 2024-09-11T08:36:21.015776+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:36:21.470 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[14933]: audit 2024-09-11T08:36:21.022335+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:36:21.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[18840]: audit 2024-09-11T08:36:20.722357+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:36:21.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[18840]: audit 2024-09-11T08:36:20.728782+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:36:21.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[18840]: audit 2024-09-11T08:36:21.015776+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:36:21.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:21 smithi120 bash[18840]: audit 2024-09-11T08:36:21.022335+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:36:21.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:21 smithi130 bash[14727]: audit 2024-09-11T08:36:20.722357+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:36:21.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:21 smithi130 bash[14727]: audit 2024-09-11T08:36:20.728782+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.794833\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795051\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795237\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795364\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795483\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:10.795603\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:33:10.795730\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795863\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.795984\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:10.796103\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:33:10.796360\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:36:21.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:21 smithi130 bash[14727]: audit 2024-09-11T08:36:21.015776+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:36:21.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:21 smithi130 bash[14727]: audit 2024-09-11T08:36:21.022335+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"84af40fb7170\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887483\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:26:42.449776\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:39.478170\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:33:11.888721\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:36:22.761 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:22 smithi120 bash[14933]: cluster 2024-09-11T08:36:21.392786+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:22.762 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:22 smithi120 bash[18840]: cluster 2024-09-11T08:36:21.392786+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:22 smithi130 bash[14727]: cluster 2024-09-11T08:36:21.392786+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:24.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:24 smithi130 bash[14727]: cluster 2024-09-11T08:36:23.393916+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:24.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:24 smithi120 bash[14933]: cluster 2024-09-11T08:36:23.393916+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:24 smithi120 bash[18840]: cluster 2024-09-11T08:36:23.393916+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (4m) 3m ago 5m prom/alertmanager 11f11916f8cd d986427b52ee 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (4m) 3m ago 4m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c e7a264957793 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 84af40fb7170 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f77e52c1e587 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:36:24.809 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (5m) 3m ago 5m prom/node-exporter 71dc9668b154 fccbe15286d0 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (5m) 3m ago 5m prom/node-exporter 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (6m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (4m) 3m ago 5m prom/prometheus:latest 4022a502929b d2fe098f3251 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:36:24.810 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:36:25.556 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:36:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:25 smithi130 bash[14727]: audit 2024-09-11T08:36:24.792649+0000 mgr.y (mgr.14140) 377 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:25.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:25 smithi120 bash[14933]: audit 2024-09-11T08:36:24.792649+0000 mgr.y (mgr.14140) 377 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:25.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:25 smithi120 bash[18840]: audit 2024-09-11T08:36:24.792649+0000 mgr.y (mgr.14140) 377 : audit [DBG] from='client.24634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:26.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:26 smithi130 bash[14727]: cluster 2024-09-11T08:36:25.395162+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:26.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:26 smithi120 bash[18840]: cluster 2024-09-11T08:36:25.395162+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:26.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:26 smithi120 bash[14933]: cluster 2024-09-11T08:36:25.395162+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:28 smithi130 bash[14727]: cluster 2024-09-11T08:36:27.396083+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:28.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:28 smithi120 bash[14933]: cluster 2024-09-11T08:36:27.396083+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:28.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:28 smithi120 bash[18840]: cluster 2024-09-11T08:36:27.396083+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:36:29.031 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:36:29.032 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:36:29.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:29 smithi120 bash[14933]: audit 2024-09-11T08:36:29.029867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.120:0/728928621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:29.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:29 smithi120 bash[18840]: audit 2024-09-11T08:36:29.029867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.120:0/728928621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:29.817 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:36:29.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:29 smithi130 bash[14727]: audit 2024-09-11T08:36:29.029867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.120:0/728928621' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:36:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:30 smithi130 bash[14727]: cluster 2024-09-11T08:36:29.397141+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:30.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:30 smithi120 bash[14933]: cluster 2024-09-11T08:36:29.397141+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:30 smithi120 bash[18840]: cluster 2024-09-11T08:36:29.397141+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:32.841 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:32 smithi120 bash[14933]: cluster 2024-09-11T08:36:31.398250+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:32.842 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:32 smithi120 bash[18840]: cluster 2024-09-11T08:36:31.398250+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:32 smithi130 bash[14727]: cluster 2024-09-11T08:36:31.398250+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: cluster: 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: id: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: health: HEALTH_OK 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: services: 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: mon: 3 daemons, quorum a,c,b (age 10m) 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: mgr: y(active, since 10m), standbys: x 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: osd: 8 osds: 8 up (since 6m), 8 in (since 6m) 2024-09-11T08:36:33.278 INFO:teuthology.orchestra.run.smithi120.stdout: rgw: 2 daemons active (r.z.smithi120.fpvwgw, r.z.smithi130.tjvaqs) 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: task status: 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: data: 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: objects: 202 objects, 7.0 KiB 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: pgs: 129 active+clean 2024-09-11T08:36:33.279 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:36:33.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:33 smithi120 bash[14933]: audit 2024-09-11T08:36:33.277092+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.120:0/3877426637' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:36:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:33 smithi120 bash[18840]: audit 2024-09-11T08:36:33.277092+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.120:0/3877426637' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:36:33.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:33 smithi130 bash[14727]: audit 2024-09-11T08:36:33.277092+0000 mon.a (mon.0) 588 : audit [DBG] from='client.? 172.21.15.120:0/3877426637' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:36:33.990 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls' 2024-09-11T08:36:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:34 smithi130 bash[14727]: cluster 2024-09-11T08:36:33.399304+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:34.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:34 smithi120 bash[14933]: cluster 2024-09-11T08:36:33.399304+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:34 smithi120 bash[18840]: cluster 2024-09-11T08:36:33.399304+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:36 smithi130 bash[14727]: cluster 2024-09-11T08:36:35.410630+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:36.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:36 smithi120 bash[14933]: cluster 2024-09-11T08:36:35.410630+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:36.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:36 smithi120 bash[18840]: cluster 2024-09-11T08:36:35.410630+0000 mgr.y (mgr.14140) 383 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:37.555 INFO:teuthology.orchestra.run.smithi120.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-11T08:36:37.555 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager 1/1 3m ago 5m count:1 smithi120=a prom/alertmanager 11f11916f8cd 2024-09-11T08:36:37.555 INFO:teuthology.orchestra.run.smithi120.stdout:grafana 1/1 3m ago 5m count:1 smithi130=a ceph/ceph-grafana:latest 87a51ecf0b1c 2024-09-11T08:36:37.556 INFO:teuthology.orchestra.run.smithi120.stdout:mgr 2/2 3m ago 9m count:2 smithi120=y,smithi130=x docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:36:37.556 INFO:teuthology.orchestra.run.smithi120.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:36:37.556 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter 2/2 3m ago 5m count:2 smithi120=a,smithi130=b prom/node-exporter 71dc9668b154 2024-09-11T08:36:37.556 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus 1/1 3m ago 5m count:1 smithi130=a prom/prometheus:latest 4022a502929b 2024-09-11T08:36:37.556 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-11T08:36:38.319 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T08:36:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:38 smithi120 bash[14933]: cluster 2024-09-11T08:36:37.411508+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:38 smithi120 bash[14933]: audit 2024-09-11T08:36:37.548729+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:38 smithi120 bash[18840]: cluster 2024-09-11T08:36:37.411508+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:38 smithi120 bash[18840]: audit 2024-09-11T08:36:37.548729+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:38 smithi130 bash[14727]: cluster 2024-09-11T08:36:37.411508+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:38.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:38 smithi130 bash[14727]: audit 2024-09-11T08:36:37.548729+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:40 smithi130 bash[14727]: cluster 2024-09-11T08:36:39.412462+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:40.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:40 smithi120 bash[14933]: cluster 2024-09-11T08:36:39.412462+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:40.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:40 smithi120 bash[18840]: cluster 2024-09-11T08:36:39.412462+0000 mgr.y (mgr.14140) 386 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:42.623 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:36:42.858 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[14933]: cluster 2024-09-11T08:36:41.413688+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:42.858 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[14933]: audit 2024-09-11T08:36:41.881063+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:36:42.858 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[14933]: audit 2024-09-11T08:36:41.889534+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:36:42.859 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[18840]: cluster 2024-09-11T08:36:41.413688+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:42.859 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[18840]: audit 2024-09-11T08:36:41.881063+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:36:42.859 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:42 smithi120 bash[18840]: audit 2024-09-11T08:36:41.889534+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:36:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:42 smithi130 bash[14727]: cluster 2024-09-11T08:36:41.413688+0000 mgr.y (mgr.14140) 387 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:42 smithi130 bash[14727]: audit 2024-09-11T08:36:41.881063+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]: dispatch 2024-09-11T08:36:42.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:42 smithi130 bash[14727]: audit 2024-09-11T08:36:41.889534+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.120:0/654787502' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9"}]': finished 2024-09-11T08:36:44.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:44 smithi120 bash[18840]: cluster 2024-09-11T08:36:43.414762+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:44 smithi120 bash[14933]: cluster 2024-09-11T08:36:43.414762+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:44 smithi130 bash[14727]: cluster 2024-09-11T08:36:43.414762+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:46 smithi130 bash[14727]: cluster 2024-09-11T08:36:45.415870+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:46 smithi130 bash[14727]: audit 2024-09-11T08:36:46.075758+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.120:0/1420710629' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:36:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:46 smithi130 bash[14727]: audit 2024-09-11T08:36:46.430580+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:36:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:46 smithi130 bash[14727]: audit 2024-09-11T08:36:46.432687+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:46 smithi130 bash[14727]: audit 2024-09-11T08:36:46.434692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[14933]: cluster 2024-09-11T08:36:45.415870+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[14933]: audit 2024-09-11T08:36:46.075758+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.120:0/1420710629' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[14933]: audit 2024-09-11T08:36:46.430580+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[14933]: audit 2024-09-11T08:36:46.432687+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[14933]: audit 2024-09-11T08:36:46.434692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[18840]: cluster 2024-09-11T08:36:45.415870+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:46.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[18840]: audit 2024-09-11T08:36:46.075758+0000 mon.a (mon.0) 591 : audit [DBG] from='client.? 172.21.15.120:0/1420710629' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:36:46.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[18840]: audit 2024-09-11T08:36:46.430580+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-11T08:36:46.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[18840]: audit 2024-09-11T08:36:46.432687+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:36:46.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:46 smithi120 bash[18840]: audit 2024-09-11T08:36:46.434692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-11T08:36:47.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:47 smithi130 bash[14727]: audit 2024-09-11T08:36:46.429054+0000 mgr.y (mgr.14140) 390 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:47.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:47 smithi130 bash[14727]: cephadm 2024-09-11T08:36:46.429431+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:36:47.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:47 smithi130 bash[14727]: cephadm 2024-09-11T08:36:46.434028+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[14933]: audit 2024-09-11T08:36:46.429054+0000 mgr.y (mgr.14140) 390 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[14933]: cephadm 2024-09-11T08:36:46.429431+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[14933]: cephadm 2024-09-11T08:36:46.434028+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[18840]: audit 2024-09-11T08:36:46.429054+0000 mgr.y (mgr.14140) 390 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[18840]: cephadm 2024-09-11T08:36:46.429431+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Redeploy daemons mgr.x 2024-09-11T08:36:47.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:47 smithi120 bash[18840]: cephadm 2024-09-11T08:36:46.434028+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:36:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:48 smithi130 bash[14727]: cluster 2024-09-11T08:36:47.416784+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:48.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:48 smithi120 bash[14933]: cluster 2024-09-11T08:36:47.416784+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:48.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:48 smithi120 bash[18840]: cluster 2024-09-11T08:36:47.416784+0000 mgr.y (mgr.14140) 393 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:50.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:50 smithi130 bash[14727]: cluster 2024-09-11T08:36:49.417735+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:50.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:50 smithi120 bash[14933]: cluster 2024-09-11T08:36:49.417735+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:50.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:50 smithi120 bash[18840]: cluster 2024-09-11T08:36:49.417735+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:52.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:52 smithi130 bash[14727]: cluster 2024-09-11T08:36:51.418832+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:52.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:52 smithi120 bash[14933]: cluster 2024-09-11T08:36:51.418832+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:52.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:52 smithi120 bash[18840]: cluster 2024-09-11T08:36:51.418832+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:54.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:54 smithi130 bash[14727]: cluster 2024-09-11T08:36:53.419881+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:54.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:54 smithi120 bash[14933]: cluster 2024-09-11T08:36:53.419881+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:54.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:54 smithi120 bash[18840]: cluster 2024-09-11T08:36:53.419881+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:56.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:56 smithi130 bash[14727]: cluster 2024-09-11T08:36:55.420867+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:56 smithi120 bash[14933]: cluster 2024-09-11T08:36:55.420867+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:56 smithi120 bash[18840]: cluster 2024-09-11T08:36:55.420867+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:36:58 smithi130 bash[14727]: cluster 2024-09-11T08:36:57.421877+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:58.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:36:58 smithi120 bash[14933]: cluster 2024-09-11T08:36:57.421877+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:36:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:36:58 smithi120 bash[18840]: cluster 2024-09-11T08:36:57.421877+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:00 smithi130 bash[14727]: cluster 2024-09-11T08:36:59.422909+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:00.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:00 smithi120 bash[14933]: cluster 2024-09-11T08:36:59.422909+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:00.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:00 smithi120 bash[18840]: cluster 2024-09-11T08:36:59.422909+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:02 smithi130 bash[14727]: cluster 2024-09-11T08:37:01.424035+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:02.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:02 smithi120 bash[14933]: cluster 2024-09-11T08:37:01.424035+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:02.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:02 smithi120 bash[18840]: cluster 2024-09-11T08:37:01.424035+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:04.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:04 smithi130 bash[14727]: cluster 2024-09-11T08:37:03.425165+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:04.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:04 smithi120 bash[14933]: cluster 2024-09-11T08:37:03.425165+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:04.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:04 smithi120 bash[18840]: cluster 2024-09-11T08:37:03.425165+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:06 smithi130 bash[14727]: cluster 2024-09-11T08:37:05.426188+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:06.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:06 smithi120 bash[14933]: cluster 2024-09-11T08:37:05.426188+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:06.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:06 smithi120 bash[18840]: cluster 2024-09-11T08:37:05.426188+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:08 smithi130 bash[14727]: cluster 2024-09-11T08:37:07.427067+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:08.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:08 smithi120 bash[14933]: cluster 2024-09-11T08:37:07.427067+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:08.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:08 smithi120 bash[18840]: cluster 2024-09-11T08:37:07.427067+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:10 smithi130 bash[14727]: cluster 2024-09-11T08:37:09.428042+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:10.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:10 smithi120 bash[14933]: cluster 2024-09-11T08:37:09.428042+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:10.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:10 smithi120 bash[18840]: cluster 2024-09-11T08:37:09.428042+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:12.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:12 smithi130 bash[14727]: cluster 2024-09-11T08:37:11.429138+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:12.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:12 smithi120 bash[14933]: cluster 2024-09-11T08:37:11.429138+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:12 smithi120 bash[18840]: cluster 2024-09-11T08:37:11.429138+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:14.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:14 smithi130 bash[14727]: cluster 2024-09-11T08:37:13.430113+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:14.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:14 smithi120 bash[18840]: cluster 2024-09-11T08:37:13.430113+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:14.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:14 smithi120 bash[14933]: cluster 2024-09-11T08:37:13.430113+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:16 smithi130 bash[14727]: cluster 2024-09-11T08:37:15.431127+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:16.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:16 smithi120 bash[14933]: cluster 2024-09-11T08:37:15.431127+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:16.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:16 smithi120 bash[18840]: cluster 2024-09-11T08:37:15.431127+0000 mgr.y (mgr.14140) 407 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:18 smithi130 bash[14727]: cluster 2024-09-11T08:37:17.432044+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:18.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:18 smithi120 bash[14933]: cluster 2024-09-11T08:37:17.432044+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:18.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:18 smithi120 bash[18840]: cluster 2024-09-11T08:37:17.432044+0000 mgr.y (mgr.14140) 408 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:20 smithi130 bash[14727]: cluster 2024-09-11T08:37:19.433047+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:20.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:20 smithi120 bash[14933]: cluster 2024-09-11T08:37:19.433047+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:20.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:20 smithi120 bash[18840]: cluster 2024-09-11T08:37:19.433047+0000 mgr.y (mgr.14140) 409 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:22 smithi130 bash[14727]: cluster 2024-09-11T08:37:21.434225+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:22.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:22 smithi120 bash[14933]: cluster 2024-09-11T08:37:21.434225+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:22.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:22 smithi120 bash[18840]: cluster 2024-09-11T08:37:21.434225+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:24.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:24 smithi120 bash[14933]: cluster 2024-09-11T08:37:23.435341+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:24.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:24 smithi120 bash[18840]: cluster 2024-09-11T08:37:23.435341+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:24.737 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:24 smithi130 bash[14727]: cluster 2024-09-11T08:37:23.435341+0000 mgr.y (mgr.14140) 411 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:26.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:26 smithi130 bash[14727]: cluster 2024-09-11T08:37:25.436349+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:26.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:26 smithi120 bash[18840]: cluster 2024-09-11T08:37:25.436349+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:26.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:26 smithi120 bash[14933]: cluster 2024-09-11T08:37:25.436349+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:28.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:28 smithi130 bash[14727]: cluster 2024-09-11T08:37:27.437240+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:28.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:28 smithi120 bash[18840]: cluster 2024-09-11T08:37:27.437240+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:28.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:28 smithi120 bash[14933]: cluster 2024-09-11T08:37:27.437240+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:30 smithi130 bash[14727]: cluster 2024-09-11T08:37:29.438211+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:30.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:30 smithi120 bash[18840]: cluster 2024-09-11T08:37:29.438211+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:30.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:30 smithi120 bash[14933]: cluster 2024-09-11T08:37:29.438211+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:32.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:32 smithi130 bash[14727]: cluster 2024-09-11T08:37:31.439359+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:32.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:32 smithi120 bash[14933]: cluster 2024-09-11T08:37:31.439359+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:32.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:32 smithi120 bash[18840]: cluster 2024-09-11T08:37:31.439359+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:34.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:34 smithi130 bash[14727]: cluster 2024-09-11T08:37:33.440448+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:34 smithi120 bash[14933]: cluster 2024-09-11T08:37:33.440448+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:34 smithi120 bash[18840]: cluster 2024-09-11T08:37:33.440448+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:36 smithi130 bash[14727]: cluster 2024-09-11T08:37:35.441478+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:36.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:36 smithi120 bash[14933]: cluster 2024-09-11T08:37:35.441478+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:36.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:36 smithi120 bash[18840]: cluster 2024-09-11T08:37:35.441478+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:38.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:38 smithi130 systemd[1]: Stopping Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:37:38.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:38 smithi130 bash[14727]: cluster 2024-09-11T08:37:37.442326+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:38.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:38 smithi120 bash[14933]: cluster 2024-09-11T08:37:37.442326+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:38.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:38 smithi120 bash[18840]: cluster 2024-09-11T08:37:37.442326+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:40 smithi130 bash[14727]: cluster 2024-09-11T08:37:39.443322+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:40.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:40 smithi120 bash[14933]: cluster 2024-09-11T08:37:39.443322+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:40.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:40 smithi120 bash[18840]: cluster 2024-09-11T08:37:39.443322+0000 mgr.y (mgr.14140) 419 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:42.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:42 smithi130 bash[14727]: cluster 2024-09-11T08:37:41.444364+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:42.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:42 smithi120 bash[14933]: cluster 2024-09-11T08:37:41.444364+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:42.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:42 smithi120 bash[18840]: cluster 2024-09-11T08:37:41.444364+0000 mgr.y (mgr.14140) 420 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:44.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:44 smithi130 bash[14727]: cluster 2024-09-11T08:37:43.445398+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:44 smithi120 bash[14933]: cluster 2024-09-11T08:37:43.445398+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:44.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:44 smithi120 bash[18840]: cluster 2024-09-11T08:37:43.445398+0000 mgr.y (mgr.14140) 421 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:46 smithi130 bash[14727]: cluster 2024-09-11T08:37:45.446429+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:46 smithi120 bash[14933]: cluster 2024-09-11T08:37:45.446429+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:46.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:46 smithi120 bash[18840]: cluster 2024-09-11T08:37:45.446429+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:48.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:48 smithi130 bash[14727]: cluster 2024-09-11T08:37:47.447334+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:48.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:48 smithi120 bash[14933]: cluster 2024-09-11T08:37:47.447334+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:48.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:48 smithi120 bash[18840]: cluster 2024-09-11T08:37:47.447334+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:49.332 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:48 smithi130 docker[25980]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:37:49.332 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:37:49.333 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T08:37:49.333 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 systemd[1]: Stopped Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:37:49.333 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 systemd[1]: Starting Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:37:49.541 INFO:teuthology.orchestra.run.smithi120.stdout:Deployed mgr.x on host 'smithi130' 2024-09-11T08:37:49.614 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 docker[26057]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:37:49.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:49 smithi130 systemd[1]: Started Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:37:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:49 smithi130 bash[14727]: audit 2024-09-11T08:37:49.373090+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:49 smithi130 bash[14727]: audit 2024-09-11T08:37:49.374296+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:49 smithi130 bash[14727]: audit 2024-09-11T08:37:49.379677+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:49.778 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[14933]: audit 2024-09-11T08:37:49.373090+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:49.778 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[14933]: audit 2024-09-11T08:37:49.374296+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:49.778 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[14933]: audit 2024-09-11T08:37:49.379677+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:49.778 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[18840]: audit 2024-09-11T08:37:49.373090+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:49.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[18840]: audit 2024-09-11T08:37:49.374296+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:49.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:49 smithi120 bash[18840]: audit 2024-09-11T08:37:49.379677+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887281\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887625\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.887745\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887863\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:33:11.887983\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888103\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888223\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888342\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:33:11.888461\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:50.289 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T08:37:50.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:50 smithi120 bash[14933]: cluster 2024-09-11T08:37:49.448293+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:50.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:50 smithi120 bash[18840]: cluster 2024-09-11T08:37:49.448293+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:50.863 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:50 smithi130 bash[14727]: cluster 2024-09-11T08:37:49.448293+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:50.864 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:50 smithi130 bash[26075]: debug 2024-09-11T08:37:50.738+0000 7efd9e7b9640 1 -- 172.21.15.130:0/3579392281 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563334d0e340 con 0x563334d1ac00 2024-09-11T08:37:51.114 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:50 smithi130 bash[26075]: debug 2024-09-11T08:37:50.858+0000 7efda1021ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:37:51.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[26075]: debug 2024-09-11T08:37:51.618+0000 7efda1021ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:37:51.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[26075]: debug 2024-09-11T08:37:51.686+0000 7efda1021ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:37:51.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[26075]: debug 2024-09-11T08:37:51.750+0000 7efda1021ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:37:51.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[14727]: audit 2024-09-11T08:37:50.699447+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:51.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[14727]: audit 2024-09-11T08:37:50.707815+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:51.902 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:51 smithi120 bash[18840]: audit 2024-09-11T08:37:50.699447+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:51.902 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:51 smithi120 bash[18840]: audit 2024-09-11T08:37:50.707815+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:51.902 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:51 smithi120 bash[14933]: audit 2024-09-11T08:37:50.699447+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:51.903 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:51 smithi120 bash[14933]: audit 2024-09-11T08:37:50.707815+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.695871\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696072\", \"created\": \"2024-09-11T08:26:42.429219\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696151\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696275\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696396\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:50.696518\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696642\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696765\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.696886\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:50.697007\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:50.697262\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:52.210 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:51 smithi130 bash[26075]: debug 2024-09-11T08:37:51.902+0000 7efda1021ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:37:52.210 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:52 smithi130 bash[26075]: debug 2024-09-11T08:37:52.146+0000 7efda1021ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:37:52.614 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:52 smithi130 bash[26075]: debug 2024-09-11T08:37:52.206+0000 7efda1021ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:37:52.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:52 smithi130 bash[26075]: debug 2024-09-11T08:37:52.338+0000 7efda1021ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:37:52.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:52 smithi130 bash[14727]: cluster 2024-09-11T08:37:51.449402+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:53.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:52 smithi120 bash[14933]: cluster 2024-09-11T08:37:51.449402+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:52 smithi120 bash[18840]: cluster 2024-09-11T08:37:51.449402+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:53.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:52 smithi130 bash[26075]: debug 2024-09-11T08:37:52.969+0000 7efda1021ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:37:53.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:53 smithi130 bash[26075]: debug 2024-09-11T08:37:53.041+0000 7efda1021ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:37:53.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:53 smithi130 bash[26075]: debug 2024-09-11T08:37:53.113+0000 7efda1021ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:37:53.843 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:53 smithi130 bash[26075]: debug 2024-09-11T08:37:53.393+0000 7efda1021ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:37:53.843 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:53 smithi130 bash[26075]: debug 2024-09-11T08:37:53.529+0000 7efda1021ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:37:54.114 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:53 smithi130 bash[26075]: debug 2024-09-11T08:37:53.837+0000 7efda1021ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:37:54.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.053+0000 7efda1021ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:37:54.614 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.465+0000 7efda1021ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:37:54.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.525+0000 7efda1021ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:37:54.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.589+0000 7efda1021ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:37:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[14727]: cluster 2024-09-11T08:37:53.450479+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[14727]: audit 2024-09-11T08:37:53.884053+0000 mgr.y (mgr.14140) 427 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[14727]: audit 2024-09-11T08:37:53.885100+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[14933]: cluster 2024-09-11T08:37:53.450479+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[14933]: audit 2024-09-11T08:37:53.884053+0000 mgr.y (mgr.14140) 427 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:54.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[14933]: audit 2024-09-11T08:37:53.885100+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[18840]: cluster 2024-09-11T08:37:53.450479+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[18840]: audit 2024-09-11T08:37:53.884053+0000 mgr.y (mgr.14140) 427 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:37:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:54 smithi120 bash[18840]: audit 2024-09-11T08:37:53.885100+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:54.977 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.681+0000 7efda1021ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:37:54.978 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.745+0000 7efda1021ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:37:54.978 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.821+0000 7efda1021ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:37:55.364 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:54 smithi130 bash[26075]: debug 2024-09-11T08:37:54.973+0000 7efda1021ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:37:55.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:55 smithi130 bash[26075]: debug 2024-09-11T08:37:55.049+0000 7efda1021ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:37:55.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[18840]: audit 2024-09-11T08:37:54.877949+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:37:55.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[14933]: audit 2024-09-11T08:37:54.877949+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:37:55.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[18840]: audit 2024-09-11T08:37:54.882377+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:37:55.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[18840]: audit 2024-09-11T08:37:54.883432+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:55.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[14933]: audit 2024-09-11T08:37:54.882377+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:37:55.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:55 smithi120 bash[14933]: audit 2024-09-11T08:37:54.883432+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:55.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:55 smithi130 bash[14727]: audit 2024-09-11T08:37:54.877949+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]: dispatch 2024-09-11T08:37:55.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:55 smithi130 bash[14727]: audit 2024-09-11T08:37:54.882377+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876049\", \"created\": \"2024-09-11T08:24:54.648738\", \"started\": \"2024-09-11T08:25:01.633264\"}, \"mgr.y\": {\"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876154\", \"created\": \"2024-09-11T08:25:04.308515\", \"started\": \"2024-09-11T08:25:04.332835\"}, \"mon.c\": {\"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876203\", \"created\": \"2024-09-11T08:26:06.975070\", \"started\": \"2024-09-11T08:26:06.992293\"}, \"osd.0\": {\"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876250\", \"created\": \"2024-09-11T08:27:04.633740\", \"started\": \"2024-09-11T08:27:08.978369\"}, \"osd.1\": {\"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876297\", \"created\": \"2024-09-11T08:27:33.097086\", \"started\": \"2024-09-11T08:27:37.646232\"}, \"osd.2\": {\"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:54.876343\", \"created\": \"2024-09-11T08:28:01.504439\", \"started\": \"2024-09-11T08:28:06.041226\"}, \"osd.3\": {\"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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:37:54.876390\", \"created\": \"2024-09-11T08:28:30.255783\", \"started\": \"2024-09-11T08:28:34.068774\"}, \"node-exporter.a\": {\"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876436\", \"created\": \"2024-09-11T08:31:06.236213\", \"started\": \"2024-09-11T08:31:11.792719\"}, \"alertmanager.a\": {\"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876482\", \"created\": \"2024-09-11T08:31:23.107826\", \"started\": \"2024-09-11T08:32:15.657203\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:54.876527\", \"created\": \"2024-09-11T08:33:09.245390\", \"started\": \"2024-09-11T08:33:09.270372\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663\"}}, \"last_daemon_update\": \"2024-09-11T08:37:54.876645\", \"last_device_update\": \"2024-09-11T08:28:38.126262\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.120\"], \"172.21.15.254\": [\"172.21.15.120\"]}, \"last_host_check\": \"2024-09-11T08:36:20.720214\"}"}]': finished 2024-09-11T08:37:55.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:55 smithi130 bash[14727]: audit 2024-09-11T08:37:54.883432+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-11T08:37:56.097 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (6m) 0s ago 6m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c e7a264957793 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (6s) 0s ago 11m 17.2.7-1623-gd0e6828a quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 4a918172a497 26acfcd63e41 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (11m) 0s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (6m) 0s ago 6m prom/node-exporter 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (8m) 0s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (8m) 0s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (8m) 0s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (5m) 0s ago 6m prom/prometheus:latest 4022a502929b d2fe098f3251 2024-09-11T08:37:56.098 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:37:56.364 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[26075]: debug 2024-09-11T08:37:56.065+0000 7efda1021ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:37:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: cluster 2024-09-11T08:37:55.451591+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: cluster 2024-09-11T08:37:56.074734+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:37:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: cluster 2024-09-11T08:37:56.074948+0000 mon.a (mon.0) 605 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:37:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.075143+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.075775+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.076829+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.077290+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: cluster 2024-09-11T08:37:55.451591+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: cluster 2024-09-11T08:37:56.074734+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: cluster 2024-09-11T08:37:56.074948+0000 mon.a (mon.0) 605 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.075143+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.075775+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.076829+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:37:56.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.077290+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:37:56.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.083494+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:56.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[18840]: audit 2024-09-11T08:37:56.089572+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:56.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.083494+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:56.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:56 smithi120 bash[14933]: audit 2024-09-11T08:37:56.089572+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: cluster 2024-09-11T08:37:55.451591+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: cluster 2024-09-11T08:37:56.074734+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: cluster 2024-09-11T08:37:56.074948+0000 mon.a (mon.0) 605 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.075143+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.075775+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.076829+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.077290+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.083494+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]: dispatch 2024-09-11T08:37:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:56 smithi130 bash[14727]: audit 2024-09-11T08:37:56.089572+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.120:0/4165095746' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.079860\", \"created\": \"2024-09-11T08:26:23.125664\", \"started\": \"2024-09-11T08:26:23.152210\"}, \"mgr.x\": {\"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"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:37:56.080057\", \"created\": \"2024-09-11T08:26:42.429219\", \"started\": \"2024-09-11T08:37:49.375353\"}, \"osd.4\": {\"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080182\", \"created\": \"2024-09-11T08:28:53.920216\", \"started\": \"2024-09-11T08:28:58.218241\"}, \"osd.5\": {\"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080303\", \"created\": \"2024-09-11T08:29:21.851995\", \"started\": \"2024-09-11T08:29:26.518041\"}, \"osd.6\": {\"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080423\", \"created\": \"2024-09-11T08:29:50.407626\", \"started\": \"2024-09-11T08:29:54.730604\"}, \"osd.7\": {\"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/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:37:56.080542\", \"created\": \"2024-09-11T08:30:19.359157\", \"started\": \"2024-09-11T08:30:23.314526\"}, \"prometheus.a\": {\"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080662\", \"created\": \"2024-09-11T08:31:03.970198\", \"started\": \"2024-09-11T08:32:21.220123\"}, \"node-exporter.b\": {\"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080784\", \"created\": \"2024-09-11T08:31:05.494163\", \"started\": \"2024-09-11T08:31:11.746227\"}, \"grafana.a\": {\"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.080905\", \"created\": \"2024-09-11T08:31:45.445241\", \"started\": \"2024-09-11T08:31:45.472848\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-11T08:37:56.081025\", \"created\": \"2024-09-11T08:33:05.947432\", \"started\": \"2024-09-11T08:33:05.969445\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721\"}}, \"last_daemon_update\": \"2024-09-11T08:37:56.081275\", \"last_device_update\": \"2024-09-11T08:30:26.998467\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.130\"], \"172.21.15.254\": [\"172.21.15.130\"]}, \"last_host_check\": \"2024-09-11T08:36:21.013472\"}"}]': finished 2024-09-11T08:37:56.953 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:37:57.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:57 smithi120 bash[14933]: cluster 2024-09-11T08:37:56.396648+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-11T08:37:57.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:57 smithi120 bash[18840]: cluster 2024-09-11T08:37:56.396648+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-11T08:37:57.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:57 smithi130 bash[14727]: cluster 2024-09-11T08:37:56.396648+0000 mon.a (mon.0) 608 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-09-11T08:37:58.591 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:37:58 smithi120 bash[14933]: cluster 2024-09-11T08:37:57.452331+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:58.592 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:37:58 smithi120 bash[18840]: cluster 2024-09-11T08:37:57.452331+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:37:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:37:58 smithi130 bash[14727]: cluster 2024-09-11T08:37:57.452331+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:00 smithi130 bash[14727]: cluster 2024-09-11T08:37:59.453313+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:00.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:00 smithi120 bash[14933]: cluster 2024-09-11T08:37:59.453313+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:00.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:00 smithi120 bash[18840]: cluster 2024-09-11T08:37:59.453313+0000 mgr.y (mgr.14140) 430 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:02.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:02 smithi130 bash[14727]: cluster 2024-09-11T08:38:01.454408+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:02.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:02 smithi120 bash[14933]: cluster 2024-09-11T08:38:01.454408+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:02.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:02 smithi120 bash[18840]: cluster 2024-09-11T08:38:01.454408+0000 mgr.y (mgr.14140) 431 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:04.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:04 smithi120 bash[14933]: cluster 2024-09-11T08:38:03.455555+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:04.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:04 smithi120 bash[18840]: cluster 2024-09-11T08:38:03.455555+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:04.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:04 smithi130 bash[14727]: cluster 2024-09-11T08:38:03.455555+0000 mgr.y (mgr.14140) 432 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:06 smithi130 bash[14727]: cluster 2024-09-11T08:38:05.456580+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:06.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:06 smithi120 bash[14933]: cluster 2024-09-11T08:38:05.456580+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:06.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:06 smithi120 bash[18840]: cluster 2024-09-11T08:38:05.456580+0000 mgr.y (mgr.14140) 433 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:08.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:08 smithi130 bash[14727]: cluster 2024-09-11T08:38:07.457490+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:08.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:08 smithi120 bash[14933]: cluster 2024-09-11T08:38:07.457490+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:08 smithi120 bash[18840]: cluster 2024-09-11T08:38:07.457490+0000 mgr.y (mgr.14140) 434 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:10 smithi130 bash[14727]: cluster 2024-09-11T08:38:09.458458+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:10.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:10 smithi120 bash[14933]: cluster 2024-09-11T08:38:09.458458+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:10.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:10 smithi120 bash[18840]: cluster 2024-09-11T08:38:09.458458+0000 mgr.y (mgr.14140) 435 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:12 smithi130 bash[14727]: cluster 2024-09-11T08:38:11.459615+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:12.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:12 smithi120 bash[14933]: cluster 2024-09-11T08:38:11.459615+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:12 smithi120 bash[18840]: cluster 2024-09-11T08:38:11.459615+0000 mgr.y (mgr.14140) 436 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:14.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:14 smithi120 bash[14933]: cluster 2024-09-11T08:38:13.460748+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:14.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:14 smithi120 bash[18840]: cluster 2024-09-11T08:38:13.460748+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:14.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:14 smithi130 bash[14727]: cluster 2024-09-11T08:38:13.460748+0000 mgr.y (mgr.14140) 437 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:16 smithi130 bash[14727]: cluster 2024-09-11T08:38:15.461782+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:16.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:16 smithi120 bash[14933]: cluster 2024-09-11T08:38:15.461782+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:16.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:16 smithi120 bash[18840]: cluster 2024-09-11T08:38:15.461782+0000 mgr.y (mgr.14140) 438 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:18.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:18 smithi130 bash[14727]: cluster 2024-09-11T08:38:17.462676+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:18.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:18 smithi120 bash[18840]: cluster 2024-09-11T08:38:17.462676+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:18.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:18 smithi120 bash[14933]: cluster 2024-09-11T08:38:17.462676+0000 mgr.y (mgr.14140) 439 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:20 smithi130 bash[14727]: cluster 2024-09-11T08:38:19.463666+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:20.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:20 smithi120 bash[14933]: cluster 2024-09-11T08:38:19.463666+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:20.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:20 smithi120 bash[18840]: cluster 2024-09-11T08:38:19.463666+0000 mgr.y (mgr.14140) 440 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:22 smithi130 bash[14727]: cluster 2024-09-11T08:38:21.464749+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:22.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:22 smithi120 bash[14933]: cluster 2024-09-11T08:38:21.464749+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:22.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:22 smithi120 bash[18840]: cluster 2024-09-11T08:38:21.464749+0000 mgr.y (mgr.14140) 441 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:24.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:24 smithi120 bash[14933]: cluster 2024-09-11T08:38:23.465826+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:24.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:24 smithi120 bash[18840]: cluster 2024-09-11T08:38:23.465826+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:24 smithi130 bash[14727]: cluster 2024-09-11T08:38:23.465826+0000 mgr.y (mgr.14140) 442 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:26.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:26 smithi130 bash[14727]: cluster 2024-09-11T08:38:25.466860+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:26.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:26 smithi120 bash[14933]: cluster 2024-09-11T08:38:25.466860+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:26.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:26 smithi120 bash[18840]: cluster 2024-09-11T08:38:25.466860+0000 mgr.y (mgr.14140) 443 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:28.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:28 smithi130 bash[14727]: cluster 2024-09-11T08:38:27.467796+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:28.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:28 smithi120 bash[14933]: cluster 2024-09-11T08:38:27.467796+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:28.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:28 smithi120 bash[18840]: cluster 2024-09-11T08:38:27.467796+0000 mgr.y (mgr.14140) 444 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:30.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:30 smithi130 bash[14727]: cluster 2024-09-11T08:38:29.468806+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:30 smithi120 bash[14933]: cluster 2024-09-11T08:38:29.468806+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:30.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:30 smithi120 bash[18840]: cluster 2024-09-11T08:38:29.468806+0000 mgr.y (mgr.14140) 445 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:32.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:32 smithi130 bash[14727]: cluster 2024-09-11T08:38:31.469932+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:32.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:32 smithi120 bash[14933]: cluster 2024-09-11T08:38:31.469932+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:32.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:32 smithi120 bash[18840]: cluster 2024-09-11T08:38:31.469932+0000 mgr.y (mgr.14140) 446 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:34 smithi120 bash[14933]: cluster 2024-09-11T08:38:33.470964+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:34 smithi120 bash[18840]: cluster 2024-09-11T08:38:33.470964+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:34.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:34 smithi130 bash[14727]: cluster 2024-09-11T08:38:33.470964+0000 mgr.y (mgr.14140) 447 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:36.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:36 smithi130 bash[14727]: cluster 2024-09-11T08:38:35.471977+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:36.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:36 smithi120 bash[18840]: cluster 2024-09-11T08:38:35.471977+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:36.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:36 smithi120 bash[14933]: cluster 2024-09-11T08:38:35.471977+0000 mgr.y (mgr.14140) 448 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:38.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:38 smithi130 bash[14727]: cluster 2024-09-11T08:38:37.472838+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:38.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:38 smithi120 bash[18840]: cluster 2024-09-11T08:38:37.472838+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:38.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:38 smithi120 bash[14933]: cluster 2024-09-11T08:38:37.472838+0000 mgr.y (mgr.14140) 449 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:40.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:40 smithi130 bash[14727]: cluster 2024-09-11T08:38:39.473884+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:40.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:40 smithi120 bash[14933]: cluster 2024-09-11T08:38:39.473884+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:40.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:40 smithi120 bash[18840]: cluster 2024-09-11T08:38:39.473884+0000 mgr.y (mgr.14140) 450 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:42 smithi130 bash[14727]: cluster 2024-09-11T08:38:41.475036+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:42.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:42 smithi120 bash[14933]: cluster 2024-09-11T08:38:41.475036+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:42 smithi120 bash[18840]: cluster 2024-09-11T08:38:41.475036+0000 mgr.y (mgr.14140) 451 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:44 smithi120 bash[14933]: cluster 2024-09-11T08:38:43.476094+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:44.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:44 smithi120 bash[18840]: cluster 2024-09-11T08:38:43.476094+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:44.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:44 smithi130 bash[14727]: cluster 2024-09-11T08:38:43.476094+0000 mgr.y (mgr.14140) 452 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:46 smithi130 bash[14727]: cluster 2024-09-11T08:38:45.477037+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:46 smithi120 bash[14933]: cluster 2024-09-11T08:38:45.477037+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:46.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:46 smithi120 bash[18840]: cluster 2024-09-11T08:38:45.477037+0000 mgr.y (mgr.14140) 453 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:48.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:48 smithi130 bash[14727]: cluster 2024-09-11T08:38:47.477898+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:48.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:48 smithi120 bash[14933]: cluster 2024-09-11T08:38:47.477898+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:48.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:48 smithi120 bash[18840]: cluster 2024-09-11T08:38:47.477898+0000 mgr.y (mgr.14140) 454 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:50.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:50 smithi130 bash[14727]: cluster 2024-09-11T08:38:49.478883+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:50.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:50 smithi120 bash[18840]: cluster 2024-09-11T08:38:49.478883+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:50 smithi120 bash[14933]: cluster 2024-09-11T08:38:49.478883+0000 mgr.y (mgr.14140) 455 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:52 smithi130 bash[14727]: cluster 2024-09-11T08:38:51.480025+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:52 smithi120 bash[14933]: cluster 2024-09-11T08:38:51.480025+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:52.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:52 smithi120 bash[18840]: cluster 2024-09-11T08:38:51.480025+0000 mgr.y (mgr.14140) 456 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:54 smithi120 bash[14933]: cluster 2024-09-11T08:38:53.481075+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:54 smithi120 bash[18840]: cluster 2024-09-11T08:38:53.481075+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:54 smithi130 bash[14727]: cluster 2024-09-11T08:38:53.481075+0000 mgr.y (mgr.14140) 457 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:56 smithi130 bash[14727]: cluster 2024-09-11T08:38:55.482051+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:56.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:56 smithi120 bash[14933]: cluster 2024-09-11T08:38:55.482051+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:56 smithi120 bash[18840]: cluster 2024-09-11T08:38:55.482051+0000 mgr.y (mgr.14140) 458 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:38:58 smithi130 bash[14727]: cluster 2024-09-11T08:38:57.483005+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:58.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:38:58 smithi120 bash[14933]: cluster 2024-09-11T08:38:57.483005+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:38:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:38:58 smithi120 bash[18840]: cluster 2024-09-11T08:38:57.483005+0000 mgr.y (mgr.14140) 459 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:00.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:00 smithi130 bash[14727]: cluster 2024-09-11T08:38:59.484008+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:00.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:00 smithi120 bash[14933]: cluster 2024-09-11T08:38:59.484008+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:00.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:00 smithi120 bash[18840]: cluster 2024-09-11T08:38:59.484008+0000 mgr.y (mgr.14140) 460 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:02.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:02 smithi130 bash[14727]: cluster 2024-09-11T08:39:01.485124+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:02.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:02 smithi120 bash[14933]: cluster 2024-09-11T08:39:01.485124+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:02.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:02 smithi120 bash[18840]: cluster 2024-09-11T08:39:01.485124+0000 mgr.y (mgr.14140) 461 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:04.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:04 smithi120 bash[14933]: cluster 2024-09-11T08:39:03.486159+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:04.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:04 smithi120 bash[18840]: cluster 2024-09-11T08:39:03.486159+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:04 smithi130 bash[14727]: cluster 2024-09-11T08:39:03.486159+0000 mgr.y (mgr.14140) 462 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:06 smithi130 bash[14727]: cluster 2024-09-11T08:39:05.487151+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:06.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:06 smithi120 bash[18840]: cluster 2024-09-11T08:39:05.487151+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:06.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:06 smithi120 bash[14933]: cluster 2024-09-11T08:39:05.487151+0000 mgr.y (mgr.14140) 463 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:08.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:08 smithi130 bash[14727]: cluster 2024-09-11T08:39:07.488041+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:08 smithi120 bash[18840]: cluster 2024-09-11T08:39:07.488041+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:08.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:08 smithi120 bash[14933]: cluster 2024-09-11T08:39:07.488041+0000 mgr.y (mgr.14140) 464 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:10.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:10 smithi130 bash[14727]: cluster 2024-09-11T08:39:09.489027+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:10.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:10 smithi120 bash[14933]: cluster 2024-09-11T08:39:09.489027+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:10.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:10 smithi120 bash[18840]: cluster 2024-09-11T08:39:09.489027+0000 mgr.y (mgr.14140) 465 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:12 smithi130 bash[14727]: cluster 2024-09-11T08:39:11.490121+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:12.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:12 smithi120 bash[14933]: cluster 2024-09-11T08:39:11.490121+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:12.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:12 smithi120 bash[18840]: cluster 2024-09-11T08:39:11.490121+0000 mgr.y (mgr.14140) 466 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:14.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:14 smithi120 bash[18840]: cluster 2024-09-11T08:39:13.491226+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:14.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:14 smithi120 bash[14933]: cluster 2024-09-11T08:39:13.491226+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:14.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:14 smithi130 bash[14727]: cluster 2024-09-11T08:39:13.491226+0000 mgr.y (mgr.14140) 467 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:16 smithi130 bash[14727]: cluster 2024-09-11T08:39:15.492315+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:16.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:16 smithi120 bash[14933]: cluster 2024-09-11T08:39:15.492315+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:16.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:16 smithi120 bash[18840]: cluster 2024-09-11T08:39:15.492315+0000 mgr.y (mgr.14140) 468 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:18.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:18 smithi130 bash[14727]: cluster 2024-09-11T08:39:17.493249+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:18.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:18 smithi120 bash[14933]: cluster 2024-09-11T08:39:17.493249+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:18.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:18 smithi120 bash[18840]: cluster 2024-09-11T08:39:17.493249+0000 mgr.y (mgr.14140) 469 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:20.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:20 smithi130 bash[14727]: cluster 2024-09-11T08:39:19.494229+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:20.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:20 smithi120 bash[18840]: cluster 2024-09-11T08:39:19.494229+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:20.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:20 smithi120 bash[14933]: cluster 2024-09-11T08:39:19.494229+0000 mgr.y (mgr.14140) 470 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:22.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:22 smithi130 bash[14727]: cluster 2024-09-11T08:39:21.495359+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:22.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:22 smithi120 bash[14933]: cluster 2024-09-11T08:39:21.495359+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:22.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:22 smithi120 bash[18840]: cluster 2024-09-11T08:39:21.495359+0000 mgr.y (mgr.14140) 471 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:24.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:24 smithi120 bash[14933]: cluster 2024-09-11T08:39:23.496465+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:24.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:24 smithi120 bash[18840]: cluster 2024-09-11T08:39:23.496465+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:24 smithi130 bash[14727]: cluster 2024-09-11T08:39:23.496465+0000 mgr.y (mgr.14140) 472 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:26.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:26 smithi130 bash[14727]: cluster 2024-09-11T08:39:25.497541+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:26.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:26 smithi120 bash[14933]: cluster 2024-09-11T08:39:25.497541+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:26.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:26 smithi120 bash[18840]: cluster 2024-09-11T08:39:25.497541+0000 mgr.y (mgr.14140) 473 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:28.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:28 smithi130 bash[14727]: cluster 2024-09-11T08:39:27.498500+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:28.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:28 smithi120 bash[14933]: cluster 2024-09-11T08:39:27.498500+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:28.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:28 smithi120 bash[18840]: cluster 2024-09-11T08:39:27.498500+0000 mgr.y (mgr.14140) 474 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:30.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:30 smithi130 bash[14727]: cluster 2024-09-11T08:39:29.499514+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:30 smithi120 bash[14933]: cluster 2024-09-11T08:39:29.499514+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:30.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:30 smithi120 bash[18840]: cluster 2024-09-11T08:39:29.499514+0000 mgr.y (mgr.14140) 475 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:32.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:32 smithi130 bash[14727]: cluster 2024-09-11T08:39:31.500620+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:32.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:32 smithi120 bash[14933]: cluster 2024-09-11T08:39:31.500620+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:32.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:32 smithi120 bash[18840]: cluster 2024-09-11T08:39:31.500620+0000 mgr.y (mgr.14140) 476 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:34 smithi120 bash[14933]: cluster 2024-09-11T08:39:33.501631+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:34 smithi120 bash[18840]: cluster 2024-09-11T08:39:33.501631+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:34 smithi130 bash[14727]: cluster 2024-09-11T08:39:33.501631+0000 mgr.y (mgr.14140) 477 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:36.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:36 smithi130 bash[14727]: cluster 2024-09-11T08:39:35.502639+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:36.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:36 smithi120 bash[14933]: cluster 2024-09-11T08:39:35.502639+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:36.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:36 smithi120 bash[18840]: cluster 2024-09-11T08:39:35.502639+0000 mgr.y (mgr.14140) 478 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:38.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:38 smithi130 bash[14727]: cluster 2024-09-11T08:39:37.503537+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:38.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:38 smithi120 bash[14933]: cluster 2024-09-11T08:39:37.503537+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:38.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:38 smithi120 bash[18840]: cluster 2024-09-11T08:39:37.503537+0000 mgr.y (mgr.14140) 479 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:40.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:40 smithi130 bash[14727]: cluster 2024-09-11T08:39:39.504597+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:40.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:40 smithi120 bash[14933]: cluster 2024-09-11T08:39:39.504597+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:40.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:40 smithi120 bash[18840]: cluster 2024-09-11T08:39:39.504597+0000 mgr.y (mgr.14140) 480 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:42.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:42 smithi130 bash[14727]: cluster 2024-09-11T08:39:41.505722+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:42.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:42 smithi120 bash[14933]: cluster 2024-09-11T08:39:41.505722+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:42 smithi120 bash[18840]: cluster 2024-09-11T08:39:41.505722+0000 mgr.y (mgr.14140) 481 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:44 smithi120 bash[14933]: cluster 2024-09-11T08:39:43.506708+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:44.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:44 smithi120 bash[18840]: cluster 2024-09-11T08:39:43.506708+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:44.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:44 smithi130 bash[14727]: cluster 2024-09-11T08:39:43.506708+0000 mgr.y (mgr.14140) 482 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:46.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:46 smithi130 bash[14727]: cluster 2024-09-11T08:39:45.507717+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:46 smithi120 bash[14933]: cluster 2024-09-11T08:39:45.507717+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:46.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:46 smithi120 bash[18840]: cluster 2024-09-11T08:39:45.507717+0000 mgr.y (mgr.14140) 483 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:48.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:48 smithi130 bash[14727]: cluster 2024-09-11T08:39:47.508618+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:48.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:48 smithi120 bash[14933]: cluster 2024-09-11T08:39:47.508618+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:48.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:48 smithi120 bash[18840]: cluster 2024-09-11T08:39:47.508618+0000 mgr.y (mgr.14140) 484 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:50.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:50 smithi130 bash[14727]: cluster 2024-09-11T08:39:49.509643+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:50 smithi120 bash[14933]: cluster 2024-09-11T08:39:49.509643+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:50.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:50 smithi120 bash[18840]: cluster 2024-09-11T08:39:49.509643+0000 mgr.y (mgr.14140) 485 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:52 smithi130 bash[14727]: cluster 2024-09-11T08:39:51.510768+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:52 smithi120 bash[14933]: cluster 2024-09-11T08:39:51.510768+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:52.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:52 smithi120 bash[18840]: cluster 2024-09-11T08:39:51.510768+0000 mgr.y (mgr.14140) 486 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:54 smithi120 bash[18840]: cluster 2024-09-11T08:39:53.511812+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:54 smithi120 bash[14933]: cluster 2024-09-11T08:39:53.511812+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:54 smithi130 bash[14727]: cluster 2024-09-11T08:39:53.511812+0000 mgr.y (mgr.14140) 487 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:56 smithi130 bash[14727]: cluster 2024-09-11T08:39:55.512819+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:56 smithi120 bash[18840]: cluster 2024-09-11T08:39:55.512819+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:56.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:56 smithi120 bash[14933]: cluster 2024-09-11T08:39:55.512819+0000 mgr.y (mgr.14140) 488 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:58.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:39:58 smithi130 bash[14727]: cluster 2024-09-11T08:39:57.513686+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:58.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:39:58 smithi120 bash[18840]: cluster 2024-09-11T08:39:57.513686+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:39:58.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:39:58 smithi120 bash[14933]: cluster 2024-09-11T08:39:57.513686+0000 mgr.y (mgr.14140) 489 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:00.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:00 smithi130 bash[14727]: cluster 2024-09-11T08:39:59.514674+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:00.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:00 smithi120 bash[18840]: cluster 2024-09-11T08:39:59.514674+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:00.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:00 smithi120 bash[14933]: cluster 2024-09-11T08:39:59.514674+0000 mgr.y (mgr.14140) 490 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:02.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:02 smithi130 bash[14727]: cluster 2024-09-11T08:40:01.515803+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:02.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:02 smithi120 bash[14933]: cluster 2024-09-11T08:40:01.515803+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:02.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:02 smithi120 bash[18840]: cluster 2024-09-11T08:40:01.515803+0000 mgr.y (mgr.14140) 491 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:04.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:04 smithi120 bash[14933]: cluster 2024-09-11T08:40:03.516901+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:04.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:04 smithi120 bash[18840]: cluster 2024-09-11T08:40:03.516901+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:04 smithi130 bash[14727]: cluster 2024-09-11T08:40:03.516901+0000 mgr.y (mgr.14140) 492 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:06.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:06 smithi130 bash[14727]: cluster 2024-09-11T08:40:05.518022+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:06.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:06 smithi120 bash[14933]: cluster 2024-09-11T08:40:05.518022+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:06.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:06 smithi120 bash[18840]: cluster 2024-09-11T08:40:05.518022+0000 mgr.y (mgr.14140) 493 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:08.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:08 smithi130 bash[14727]: cluster 2024-09-11T08:40:07.518946+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:08.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:08 smithi120 bash[14933]: cluster 2024-09-11T08:40:07.518946+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:08 smithi120 bash[18840]: cluster 2024-09-11T08:40:07.518946+0000 mgr.y (mgr.14140) 494 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:10.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:10 smithi130 bash[14727]: cluster 2024-09-11T08:40:09.519935+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:10.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:10 smithi120 bash[14933]: cluster 2024-09-11T08:40:09.519935+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:10.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:10 smithi120 bash[18840]: cluster 2024-09-11T08:40:09.519935+0000 mgr.y (mgr.14140) 495 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:12 smithi130 bash[14727]: cluster 2024-09-11T08:40:11.521048+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:12.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:12 smithi120 bash[14933]: cluster 2024-09-11T08:40:11.521048+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:12.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:12 smithi120 bash[18840]: cluster 2024-09-11T08:40:11.521048+0000 mgr.y (mgr.14140) 496 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:14.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:14 smithi120 bash[14933]: cluster 2024-09-11T08:40:13.522033+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:14.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:14 smithi120 bash[18840]: cluster 2024-09-11T08:40:13.522033+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:14 smithi130 bash[14727]: cluster 2024-09-11T08:40:13.522033+0000 mgr.y (mgr.14140) 497 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:16.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:16 smithi130 bash[14727]: cluster 2024-09-11T08:40:15.523029+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:16.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:16 smithi120 bash[14933]: cluster 2024-09-11T08:40:15.523029+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:16.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:16 smithi120 bash[18840]: cluster 2024-09-11T08:40:15.523029+0000 mgr.y (mgr.14140) 498 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:18.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:18 smithi130 bash[14727]: cluster 2024-09-11T08:40:17.523881+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:18.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:18 smithi120 bash[14933]: cluster 2024-09-11T08:40:17.523881+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:18.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:18 smithi120 bash[18840]: cluster 2024-09-11T08:40:17.523881+0000 mgr.y (mgr.14140) 499 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:20.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:20 smithi130 bash[14727]: cluster 2024-09-11T08:40:19.524847+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:20.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:20 smithi120 bash[14933]: cluster 2024-09-11T08:40:19.524847+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:20.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:20 smithi120 bash[18840]: cluster 2024-09-11T08:40:19.524847+0000 mgr.y (mgr.14140) 500 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:22.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:22 smithi130 bash[14727]: cluster 2024-09-11T08:40:21.525977+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:22.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:22 smithi120 bash[14933]: cluster 2024-09-11T08:40:21.525977+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:22.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:22 smithi120 bash[18840]: cluster 2024-09-11T08:40:21.525977+0000 mgr.y (mgr.14140) 501 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:24.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:24 smithi120 bash[14933]: cluster 2024-09-11T08:40:23.527090+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:24.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:24 smithi120 bash[18840]: cluster 2024-09-11T08:40:23.527090+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:24 smithi130 bash[14727]: cluster 2024-09-11T08:40:23.527090+0000 mgr.y (mgr.14140) 502 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:26.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:26 smithi130 bash[14727]: cluster 2024-09-11T08:40:25.528115+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:26.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:26 smithi120 bash[14933]: cluster 2024-09-11T08:40:25.528115+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:26.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:26 smithi120 bash[18840]: cluster 2024-09-11T08:40:25.528115+0000 mgr.y (mgr.14140) 503 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:28.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:28 smithi130 bash[14727]: cluster 2024-09-11T08:40:27.529044+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:28.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:28 smithi120 bash[14933]: cluster 2024-09-11T08:40:27.529044+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:28.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:28 smithi120 bash[18840]: cluster 2024-09-11T08:40:27.529044+0000 mgr.y (mgr.14140) 504 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:30.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:30 smithi130 bash[14727]: cluster 2024-09-11T08:40:29.530013+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:30 smithi120 bash[14933]: cluster 2024-09-11T08:40:29.530013+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:30.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:30 smithi120 bash[18840]: cluster 2024-09-11T08:40:29.530013+0000 mgr.y (mgr.14140) 505 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:32.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:32 smithi130 bash[14727]: cluster 2024-09-11T08:40:31.531139+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:32.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:32 smithi120 bash[14933]: cluster 2024-09-11T08:40:31.531139+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:32.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:32 smithi120 bash[18840]: cluster 2024-09-11T08:40:31.531139+0000 mgr.y (mgr.14140) 506 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:34 smithi120 bash[14933]: cluster 2024-09-11T08:40:33.532281+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:34 smithi120 bash[18840]: cluster 2024-09-11T08:40:33.532281+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:34 smithi130 bash[14727]: cluster 2024-09-11T08:40:33.532281+0000 mgr.y (mgr.14140) 507 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:36.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:36 smithi130 bash[14727]: cluster 2024-09-11T08:40:35.533286+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:36.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:36 smithi120 bash[14933]: cluster 2024-09-11T08:40:35.533286+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:36.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:36 smithi120 bash[18840]: cluster 2024-09-11T08:40:35.533286+0000 mgr.y (mgr.14140) 508 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:38.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:38 smithi130 bash[14727]: cluster 2024-09-11T08:40:37.534208+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:38.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:38 smithi120 bash[14933]: cluster 2024-09-11T08:40:37.534208+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:38.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:38 smithi120 bash[18840]: cluster 2024-09-11T08:40:37.534208+0000 mgr.y (mgr.14140) 509 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:40.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:40 smithi130 bash[14727]: cluster 2024-09-11T08:40:39.535211+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:40.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:40 smithi120 bash[14933]: cluster 2024-09-11T08:40:39.535211+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:40.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:40 smithi120 bash[18840]: cluster 2024-09-11T08:40:39.535211+0000 mgr.y (mgr.14140) 510 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:42 smithi120 bash[18840]: cluster 2024-09-11T08:40:41.536449+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:42.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:42 smithi120 bash[14933]: cluster 2024-09-11T08:40:41.536449+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:42 smithi130 bash[14727]: cluster 2024-09-11T08:40:41.536449+0000 mgr.y (mgr.14140) 511 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:44 smithi120 bash[14933]: cluster 2024-09-11T08:40:43.537561+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:44.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:44 smithi120 bash[18840]: cluster 2024-09-11T08:40:43.537561+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:44.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:44 smithi130 bash[14727]: cluster 2024-09-11T08:40:43.537561+0000 mgr.y (mgr.14140) 512 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:46 smithi130 bash[14727]: cluster 2024-09-11T08:40:45.538554+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:46 smithi120 bash[14933]: cluster 2024-09-11T08:40:45.538554+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:46.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:46 smithi120 bash[18840]: cluster 2024-09-11T08:40:45.538554+0000 mgr.y (mgr.14140) 513 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:48.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:48 smithi130 bash[14727]: cluster 2024-09-11T08:40:47.539443+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:48.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:48 smithi120 bash[18840]: cluster 2024-09-11T08:40:47.539443+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:48.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:48 smithi120 bash[14933]: cluster 2024-09-11T08:40:47.539443+0000 mgr.y (mgr.14140) 514 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:50.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:50 smithi130 bash[14727]: cluster 2024-09-11T08:40:49.540416+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:50 smithi120 bash[18840]: cluster 2024-09-11T08:40:49.540416+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:50 smithi120 bash[14933]: cluster 2024-09-11T08:40:49.540416+0000 mgr.y (mgr.14140) 515 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:52.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:52 smithi120 bash[18840]: cluster 2024-09-11T08:40:51.541509+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:52 smithi120 bash[14933]: cluster 2024-09-11T08:40:51.541509+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:52 smithi130 bash[14727]: cluster 2024-09-11T08:40:51.541509+0000 mgr.y (mgr.14140) 516 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:54 smithi120 bash[14933]: cluster 2024-09-11T08:40:53.542609+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:54 smithi120 bash[18840]: cluster 2024-09-11T08:40:53.542609+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:54 smithi130 bash[14727]: cluster 2024-09-11T08:40:53.542609+0000 mgr.y (mgr.14140) 517 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:56.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:56 smithi130 bash[14727]: cluster 2024-09-11T08:40:55.543662+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:56 smithi120 bash[14933]: cluster 2024-09-11T08:40:55.543662+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:56 smithi120 bash[18840]: cluster 2024-09-11T08:40:55.543662+0000 mgr.y (mgr.14140) 518 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:58.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:40:58 smithi130 bash[14727]: cluster 2024-09-11T08:40:57.544511+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:58.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:40:58 smithi120 bash[14933]: cluster 2024-09-11T08:40:57.544511+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:40:58.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:40:58 smithi120 bash[18840]: cluster 2024-09-11T08:40:57.544511+0000 mgr.y (mgr.14140) 519 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:00.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:00 smithi120 bash[18840]: cluster 2024-09-11T08:40:59.545497+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:00.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:00 smithi120 bash[14933]: cluster 2024-09-11T08:40:59.545497+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:01.073 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:41:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:00 smithi130 bash[14727]: cluster 2024-09-11T08:40:59.545497+0000 mgr.y (mgr.14140) 520 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:02.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:02 smithi120 bash[14933]: cluster 2024-09-11T08:41:01.546602+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:02.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:02 smithi120 bash[18840]: cluster 2024-09-11T08:41:01.546602+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:02 smithi130 bash[14727]: cluster 2024-09-11T08:41:01.546602+0000 mgr.y (mgr.14140) 521 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:04.428 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:04 smithi120 bash[14933]: cluster 2024-09-11T08:41:03.547813+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (8m) 3m ago 9m prom/alertmanager 11f11916f8cd d986427b52ee 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (9m) 3m ago 9m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c e7a264957793 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (3m) 3m ago 14m 17.2.7-1623-gd0e6828a quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 4a918172a497 26acfcd63e41 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 running (16m) 3m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f77e52c1e587 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (16m) 3m ago 16m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:41:04.491 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (14m) 3m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (9m) 3m ago 9m prom/node-exporter 71dc9668b154 fccbe15286d0 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (9m) 3m ago 9m prom/node-exporter 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (12m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (8m) 3m ago 10m prom/prometheus:latest 4022a502929b d2fe098f3251 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:41:04.492 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:41:04.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:04 smithi120 bash[18840]: cluster 2024-09-11T08:41:03.547813+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:04 smithi130 bash[14727]: cluster 2024-09-11T08:41:03.547813+0000 mgr.y (mgr.14140) 522 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:05.228 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:41:05.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:05 smithi120 bash[14933]: audit 2024-09-11T08:41:04.478838+0000 mgr.y (mgr.14140) 523 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:05.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:05 smithi120 bash[18840]: audit 2024-09-11T08:41:04.478838+0000 mgr.y (mgr.14140) 523 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:05.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:05 smithi130 bash[14727]: audit 2024-09-11T08:41:04.478838+0000 mgr.y (mgr.14140) 523 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:41:06.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:06 smithi120 bash[18840]: cluster 2024-09-11T08:41:05.548896+0000 mgr.y (mgr.14140) 524 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:06.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:06 smithi120 bash[14933]: cluster 2024-09-11T08:41:05.548896+0000 mgr.y (mgr.14140) 524 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:06.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:06 smithi130 bash[14727]: cluster 2024-09-11T08:41:05.548896+0000 mgr.y (mgr.14140) 524 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:08.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:08 smithi120 bash[14933]: cluster 2024-09-11T08:41:07.549818+0000 mgr.y (mgr.14140) 525 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:08.776 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:41:08.776 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:41:08.777 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:41:08.778 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:41:08.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:08 smithi130 bash[14727]: cluster 2024-09-11T08:41:07.549818+0000 mgr.y (mgr.14140) 525 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:08.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:08 smithi120 bash[18840]: cluster 2024-09-11T08:41:07.549818+0000 mgr.y (mgr.14140) 525 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:09.494 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:41:09.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:09 smithi120 bash[18840]: audit 2024-09-11T08:41:08.776750+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.120:0/2857618804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:09.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:09 smithi120 bash[14933]: audit 2024-09-11T08:41:08.776750+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.120:0/2857618804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:09 smithi130 bash[14727]: audit 2024-09-11T08:41:08.776750+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.120:0/2857618804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:10.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:10 smithi120 bash[14933]: cluster 2024-09-11T08:41:09.550812+0000 mgr.y (mgr.14140) 526 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:10.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:10 smithi120 bash[18840]: cluster 2024-09-11T08:41:09.550812+0000 mgr.y (mgr.14140) 526 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:11.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:10 smithi130 bash[14727]: cluster 2024-09-11T08:41:09.550812+0000 mgr.y (mgr.14140) 526 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:12.909 INFO:teuthology.orchestra.run.smithi120.stdout: cluster: 2024-09-11T08:41:12.909 INFO:teuthology.orchestra.run.smithi120.stdout: id: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: health: HEALTH_OK 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: services: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: mon: 3 daemons, quorum a,c,b (age 14m) 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: mgr: y(active, since 15m), standbys: x 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: osd: 8 osds: 8 up (since 10m), 8 in (since 10m) 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: rgw: 2 daemons active (r.z.smithi120.fpvwgw, r.z.smithi130.tjvaqs) 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: task status: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: data: 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:41:12.910 INFO:teuthology.orchestra.run.smithi120.stdout: objects: 202 objects, 7.0 KiB 2024-09-11T08:41:12.911 INFO:teuthology.orchestra.run.smithi120.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:12.911 INFO:teuthology.orchestra.run.smithi120.stdout: pgs: 129 active+clean 2024-09-11T08:41:12.911 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:41:12.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:12 smithi120 bash[14933]: cluster 2024-09-11T08:41:11.552006+0000 mgr.y (mgr.14140) 527 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:12.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:12 smithi120 bash[18840]: cluster 2024-09-11T08:41:11.552006+0000 mgr.y (mgr.14140) 527 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:12 smithi130 bash[14727]: cluster 2024-09-11T08:41:11.552006+0000 mgr.y (mgr.14140) 527 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:13.643 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-11T08:41:13.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:13 smithi120 bash[14933]: audit 2024-09-11T08:41:12.909571+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.120:0/2286934931' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:41:13.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:13 smithi120 bash[18840]: audit 2024-09-11T08:41:12.909571+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.120:0/2286934931' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:41:14.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:13 smithi130 bash[14727]: audit 2024-09-11T08:41:12.909571+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.120:0/2286934931' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:41:14.909 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:14 smithi120 bash[14933]: cluster 2024-09-11T08:41:13.553137+0000 mgr.y (mgr.14140) 528 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:14.910 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:14 smithi120 bash[18840]: cluster 2024-09-11T08:41:13.553137+0000 mgr.y (mgr.14140) 528 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:14 smithi130 bash[14727]: cluster 2024-09-11T08:41:13.553137+0000 mgr.y (mgr.14140) 528 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:16.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:16 smithi120 bash[14933]: cluster 2024-09-11T08:41:15.554095+0000 mgr.y (mgr.14140) 529 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:16.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:16 smithi120 bash[18840]: cluster 2024-09-11T08:41:15.554095+0000 mgr.y (mgr.14140) 529 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:17.025 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:41:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:16 smithi130 bash[14727]: cluster 2024-09-11T08:41:15.554095+0000 mgr.y (mgr.14140) 529 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:17.660 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:17 smithi120 bash[14933]: audit 2024-09-11T08:41:17.013629+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.120:0/1283585959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:17.758 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:41:17.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:17 smithi120 bash[18840]: audit 2024-09-11T08:41:17.013629+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.120:0/1283585959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:17 smithi130 bash[14727]: audit 2024-09-11T08:41:17.013629+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.120:0/1283585959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:41:18.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:18 smithi120 bash[14933]: cluster 2024-09-11T08:41:17.554963+0000 mgr.y (mgr.14140) 530 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:18.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:18 smithi120 bash[18840]: cluster 2024-09-11T08:41:17.554963+0000 mgr.y (mgr.14140) 530 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:18 smithi130 bash[14727]: cluster 2024-09-11T08:41:17.554963+0000 mgr.y (mgr.14140) 530 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:20.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:20 smithi120 bash[14933]: cluster 2024-09-11T08:41:19.555924+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:20.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:20 smithi120 bash[18840]: cluster 2024-09-11T08:41:19.555924+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:20 smithi130 bash[14727]: cluster 2024-09-11T08:41:19.555924+0000 mgr.y (mgr.14140) 531 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[15195]: ignoring --setuser ceph since I am not root 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[15195]: ignoring --setgroup ceph since I am not root 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[15195]: debug 2024-09-11T08:41:21.727+0000 7f0e5ddda040 1 -- 172.21.15.120:0/2668564811 >> [v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0] conn(0x55ed74f9a800 msgr2=0x55ed74f3fa80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[15195]: debug 2024-09-11T08:41:21.727+0000 7f0e5ddda040 1 --2- 172.21.15.120:0/2668564811 >> [v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0] conn(0x55ed74f9a800 0x55ed74f3fa80 secure :-1 s=READY pgs=82 cs=0 l=1 rx=0x55ed74f8d140 tx=0x55ed74f8f7c0).stop 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[18840]: audit 2024-09-11T08:41:21.145344+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.120:0/633393054' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:21.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[18840]: audit 2024-09-11T08:41:21.145869+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[18840]: cluster 2024-09-11T08:41:21.155588+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[18840]: cluster 2024-09-11T08:41:21.269456+0000 mon.a (mon.0) 613 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[14933]: audit 2024-09-11T08:41:21.145344+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.120:0/633393054' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[14933]: audit 2024-09-11T08:41:21.145869+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[14933]: cluster 2024-09-11T08:41:21.155588+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:41:21.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:21 smithi120 bash[14933]: cluster 2024-09-11T08:41:21.269456+0000 mon.a (mon.0) 613 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:21 smithi130 bash[14727]: audit 2024-09-11T08:41:21.145344+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.120:0/633393054' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:21 smithi130 bash[14727]: audit 2024-09-11T08:41:21.145869+0000 mon.a (mon.0) 611 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:41:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:21 smithi130 bash[14727]: cluster 2024-09-11T08:41:21.155588+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T08:41:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:21 smithi130 bash[14727]: cluster 2024-09-11T08:41:21.269456+0000 mon.a (mon.0) 613 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:22.421 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:41:22.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:22 smithi120 bash[14933]: audit 2024-09-11T08:41:21.694555+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:41:22.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:22 smithi120 bash[14933]: cluster 2024-09-11T08:41:21.694651+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: x(active, starting, since 0.54782s), standbys: y 2024-09-11T08:41:22.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:22 smithi120 bash[18840]: audit 2024-09-11T08:41:21.694555+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:41:22.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:22 smithi120 bash[18840]: cluster 2024-09-11T08:41:21.694651+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: x(active, starting, since 0.54782s), standbys: y 2024-09-11T08:41:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:22 smithi130 bash[14727]: audit 2024-09-11T08:41:21.694555+0000 mon.a (mon.0) 614 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:41:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:22 smithi130 bash[14727]: cluster 2024-09-11T08:41:21.694651+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e16: x(active, starting, since 0.54782s), standbys: y 2024-09-11T08:41:23.760 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[14933]: cluster 2024-09-11T08:41:22.706461+0000 mon.a (mon.0) 616 : cluster [DBG] mgrmap e17: x(active, starting, since 1.55962s), standbys: y 2024-09-11T08:41:23.761 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[14933]: audit 2024-09-11T08:41:22.707952+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:41:23.761 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[14933]: audit 2024-09-11T08:41:22.708270+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:41:23.761 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[18840]: cluster 2024-09-11T08:41:22.706461+0000 mon.a (mon.0) 616 : cluster [DBG] mgrmap e17: x(active, starting, since 1.55962s), standbys: y 2024-09-11T08:41:23.761 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[18840]: audit 2024-09-11T08:41:22.707952+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:41:23.761 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:23 smithi120 bash[18840]: audit 2024-09-11T08:41:22.708270+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:41:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:23 smithi130 bash[14727]: cluster 2024-09-11T08:41:22.706461+0000 mon.a (mon.0) 616 : cluster [DBG] mgrmap e17: x(active, starting, since 1.55962s), standbys: y 2024-09-11T08:41:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:23 smithi130 bash[14727]: audit 2024-09-11T08:41:22.707952+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:41:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:23 smithi130 bash[14727]: audit 2024-09-11T08:41:22.708270+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:41:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:26 smithi130 bash[14727]: cluster 2024-09-11T08:41:26.020651+0000 mon.a (mon.0) 617 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:41:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:26 smithi130 bash[14727]: cluster 2024-09-11T08:41:26.020746+0000 mon.a (mon.0) 618 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:26 smithi130 bash[14727]: audit 2024-09-11T08:41:26.022863+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:26 smithi130 bash[14727]: audit 2024-09-11T08:41:26.025805+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[14933]: cluster 2024-09-11T08:41:26.020651+0000 mon.a (mon.0) 617 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[14933]: cluster 2024-09-11T08:41:26.020746+0000 mon.a (mon.0) 618 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[14933]: audit 2024-09-11T08:41:26.022863+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[14933]: audit 2024-09-11T08:41:26.025805+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[18840]: cluster 2024-09-11T08:41:26.020651+0000 mon.a (mon.0) 617 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[18840]: cluster 2024-09-11T08:41:26.020746+0000 mon.a (mon.0) 618 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[18840]: audit 2024-09-11T08:41:26.022863+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:26 smithi120 bash[18840]: audit 2024-09-11T08:41:26.025805+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.? 172.21.15.120:0/3274366458' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:27.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:27 smithi130 bash[14727]: cluster 2024-09-11T08:41:26.082709+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:41:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:27 smithi120 bash[14933]: cluster 2024-09-11T08:41:26.082709+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:41:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:27 smithi120 bash[18840]: cluster 2024-09-11T08:41:26.082709+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-09-11T08:41:28.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.697070+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.697402+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.697705+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.702199+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.702781+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.703732+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.704514+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.705229+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.705975+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.706793+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.707745+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.708441+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.708992+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:41:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.710274+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.711909+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.713095+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.713649+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.714188+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.714739+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.715273+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.715893+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.716903+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:41:28.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.717493+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:41:28.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.717976+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:41:28.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.718444+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:41:28.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.718921+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:41:28.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.719407+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:41:28.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.719842+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.720457+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.721066+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.721663+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.722252+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.722800+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:41:28.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.723403+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:41:28.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:27.723974+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:41:28.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: cluster 2024-09-11T08:41:28.060999+0000 mon.a (mon.0) 622 : cluster [INF] Manager daemon x is now available 2024-09-11T08:41:28.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:28.081408+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:28.083703+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:28 smithi130 bash[14727]: audit 2024-09-11T08:41:28.090035+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:41:28.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.697070+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:28.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.697402+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.697705+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.702199+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.702781+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.703732+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.704514+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.705229+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:41:28.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.705975+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.706793+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.707745+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.708441+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.708992+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.710274+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.711909+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.713095+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.713649+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:41:28.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.714188+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.714739+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.715273+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.715893+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.716903+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.717493+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.717976+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.718444+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:41:28.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.718921+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.719407+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.719842+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.720457+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.721066+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.721663+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.722252+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.722800+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:41:28.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.723403+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:41:28.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.697070+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:28.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.697402+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:28.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.697705+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:28.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.702199+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:41:28.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.702781+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.703732+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.704514+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.705229+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.705975+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.706793+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.707745+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.708441+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:41:28.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.708992+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:41:28.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.710274+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:41:28.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.711909+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:41:28.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.713095+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:41:28.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.713649+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:41:28.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.714188+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:27.723974+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: cluster 2024-09-11T08:41:28.060999+0000 mon.a (mon.0) 622 : cluster [INF] Manager daemon x is now available 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:28.081408+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:28.083703+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[14933]: audit 2024-09-11T08:41:28.090035+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.714739+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:41:28.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.715273+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.715893+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.716903+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.717493+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.717976+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.718444+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.718921+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.719407+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.719842+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.720457+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.721066+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.721663+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.722252+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.722800+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.723403+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:27.723974+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: cluster 2024-09-11T08:41:28.060999+0000 mon.a (mon.0) 622 : cluster [INF] Manager daemon x is now available 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:28.081408+0000 mon.b (mon.2) 60 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:28.083703+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:41:28.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:28 smithi120 bash[18840]: audit 2024-09-11T08:41:28.090035+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"smithi130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:41:29.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cephadm 2024-09-11T08:41:28.080544+0000 mgr.x (mgr.34625) 1 : cephadm [INF] inventory: adjusted host smithi120 addr 'smithi120' -> '172.21.15.120' 2024-09-11T08:41:29.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.098737+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cluster 2024-09-11T08:41:28.108524+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-09-11T08:41:29.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.109909+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cluster 2024-09-11T08:41:28.119157+0000 mgr.x (mgr.34625) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cephadm 2024-09-11T08:41:28.123328+0000 mgr.x (mgr.34625) 3 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cephadm 2024-09-11T08:41:28.123949+0000 mgr.x (mgr.34625) 4 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.124117+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.124240+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.126042+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.130584+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.131051+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:29.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.132787+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34625 ' 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:41:29.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cephadm 2024-09-11T08:41:28.080544+0000 mgr.x (mgr.34625) 1 : cephadm [INF] inventory: adjusted host smithi120 addr 'smithi120' -> '172.21.15.120' 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.098737+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cluster 2024-09-11T08:41:28.108524+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.109909+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cluster 2024-09-11T08:41:28.119157+0000 mgr.x (mgr.34625) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cephadm 2024-09-11T08:41:28.123328+0000 mgr.x (mgr.34625) 3 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cephadm 2024-09-11T08:41:28.123949+0000 mgr.x (mgr.34625) 4 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.124117+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.124240+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.126042+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.130584+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.131051+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:29.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.132787+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34625 ' 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:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.136369+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34625 ' 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:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.180641+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.182743+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.187823+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.189836+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.195537+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.196071+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.198034+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.480249+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: audit 2024-09-11T08:41:28.489797+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cephadm 2024-09-11T08:41:28.654244+0000 mgr.x (mgr.34625) 5 : cephadm [INF] Deploying cephadm binary to smithi130 2024-09-11T08:41:29.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[14933]: cephadm 2024-09-11T08:41:28.674760+0000 mgr.x (mgr.34625) 6 : cephadm [INF] Deploying cephadm binary to smithi120 2024-09-11T08:41:29.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.136369+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34625 ' 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:41:29.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.180641+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.182743+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.187823+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.189836+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.195537+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.196071+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.198034+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.480249+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: audit 2024-09-11T08:41:28.489797+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cephadm 2024-09-11T08:41:28.654244+0000 mgr.x (mgr.34625) 5 : cephadm [INF] Deploying cephadm binary to smithi130 2024-09-11T08:41:29.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:29 smithi120 bash[18840]: cephadm 2024-09-11T08:41:28.674760+0000 mgr.x (mgr.34625) 6 : cephadm [INF] Deploying cephadm binary to smithi120 2024-09-11T08:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cephadm 2024-09-11T08:41:28.080544+0000 mgr.x (mgr.34625) 1 : cephadm [INF] inventory: adjusted host smithi120 addr 'smithi120' -> '172.21.15.120' 2024-09-11T08:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.098737+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cluster 2024-09-11T08:41:28.108524+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-09-11T08:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.109909+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cluster 2024-09-11T08:41:28.119157+0000 mgr.x (mgr.34625) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cephadm 2024-09-11T08:41:28.123328+0000 mgr.x (mgr.34625) 3 : cephadm [INF] Queued rgw.r.z for migration 2024-09-11T08:41:29.545 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cephadm 2024-09-11T08:41:28.123949+0000 mgr.x (mgr.34625) 4 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.124117+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-11T08:33:02.978801\", \"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:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.124240+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.126042+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.130584+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.131051+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.132787+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34625 ' 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:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.136369+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34625 ' 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:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.180641+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.182743+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.187823+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.189836+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.195537+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-11T08:41:29.546 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.196071+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.547 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.198034+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:41:29.547 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.480249+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.547 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: audit 2024-09-11T08:41:28.489797+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:29.547 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cephadm 2024-09-11T08:41:28.654244+0000 mgr.x (mgr.34625) 5 : cephadm [INF] Deploying cephadm binary to smithi130 2024-09-11T08:41:29.547 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[14727]: cephadm 2024-09-11T08:41:28.674760+0000 mgr.x (mgr.34625) 6 : cephadm [INF] Deploying cephadm binary to smithi120 2024-09-11T08:41:29.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: debug 2024-09-11T08:41:29.541+0000 7efd4ab96640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:41:29] ENGINE Error in HTTPServer.serve 2024-09-11T08:41:29.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: Traceback (most recent call last): 2024-09-11T08:41:29.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:41:29.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: self._connections.run(self.expiration_interval) 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: self._run(expiration_interval) 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: s = self.context.wrap_socket( 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: return self.sslsocket_class._create( 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:41:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: self.do_handshake() 2024-09-11T08:41:29.867 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:41:29.867 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: self._sslobj.do_handshake() 2024-09-11T08:41:29.867 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:41:29 smithi130 bash[26075]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:41:30.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: cephadm 2024-09-11T08:41:29.411999+0000 mgr.x (mgr.34625) 7 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTING 2024-09-11T08:41:30.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: cephadm 2024-09-11T08:41:29.540253+0000 mgr.x (mgr.34625) 8 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:41:30.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: cephadm 2024-09-11T08:41:29.540546+0000 mgr.x (mgr.34625) 9 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTED 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: cephadm 2024-09-11T08:41:29.411999+0000 mgr.x (mgr.34625) 7 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTING 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: cephadm 2024-09-11T08:41:29.540253+0000 mgr.x (mgr.34625) 8 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: cephadm 2024-09-11T08:41:29.540546+0000 mgr.x (mgr.34625) 9 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTED 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: audit 2024-09-11T08:41:29.542261+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: cephadm 2024-09-11T08:41:29.543863+0000 mgr.x (mgr.34625) 10 : cephadm [ERR] [11/Sep/2024:08:41:29] ENGINE Error in HTTPServer.serve 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: Traceback (most recent call last): 2024-09-11T08:41:30.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: self._connections.run(self.expiration_interval) 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: self._run(expiration_interval) 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: s = self.context.wrap_socket( 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: return self.sslsocket_class._create( 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:41:30.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: self.do_handshake() 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: self._sslobj.do_handshake() 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: audit 2024-09-11T08:41:29.542261+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: cephadm 2024-09-11T08:41:29.543863+0000 mgr.x (mgr.34625) 10 : cephadm [ERR] [11/Sep/2024:08:41:29] ENGINE Error in HTTPServer.serve 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: Traceback (most recent call last): 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: self._connections.run(self.expiration_interval) 2024-09-11T08:41:30.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: self._run(expiration_interval) 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: s = self.context.wrap_socket( 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: return self.sslsocket_class._create( 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: self.do_handshake() 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:41:30.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: self._sslobj.do_handshake() 2024-09-11T08:41:30.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:41:30.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: audit 2024-09-11T08:41:29.544638+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: audit 2024-09-11T08:41:29.550730+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:41:30.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[18840]: cluster 2024-09-11T08:41:29.708032+0000 mgr.x (mgr.34625) 11 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:30.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: audit 2024-09-11T08:41:29.544638+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: audit 2024-09-11T08:41:29.550730+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:41:30.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:30 smithi120 bash[14933]: cluster 2024-09-11T08:41:29.708032+0000 mgr.x (mgr.34625) 11 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: cephadm 2024-09-11T08:41:29.411999+0000 mgr.x (mgr.34625) 7 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTING 2024-09-11T08:41:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: cephadm 2024-09-11T08:41:29.540253+0000 mgr.x (mgr.34625) 8 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:41:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: cephadm 2024-09-11T08:41:29.540546+0000 mgr.x (mgr.34625) 9 : cephadm [INF] [11/Sep/2024:08:41:29] ENGINE Bus STARTED 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: audit 2024-09-11T08:41:29.542261+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: cephadm 2024-09-11T08:41:29.543863+0000 mgr.x (mgr.34625) 10 : cephadm [ERR] [11/Sep/2024:08:41:29] ENGINE Error in HTTPServer.serve 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: Traceback (most recent call last): 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: self._connections.run(self.expiration_interval) 2024-09-11T08:41:30.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: self._run(expiration_interval) 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: s = self.context.wrap_socket( 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: return self.sslsocket_class._create( 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: self.do_handshake() 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:41:30.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: self._sslobj.do_handshake() 2024-09-11T08:41:30.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:41:30.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: audit 2024-09-11T08:41:29.544638+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:41:30.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: audit 2024-09-11T08:41:29.550730+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:41:30.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:30 smithi130 bash[14727]: cluster 2024-09-11T08:41:29.708032+0000 mgr.x (mgr.34625) 11 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:31.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[14933]: audit 2024-09-11T08:41:30.154260+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[14933]: audit 2024-09-11T08:41:30.156524+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[14933]: cluster 2024-09-11T08:41:30.565443+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T08:41:31.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[18840]: audit 2024-09-11T08:41:30.154260+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[18840]: audit 2024-09-11T08:41:30.156524+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:31 smithi120 bash[18840]: cluster 2024-09-11T08:41:30.565443+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T08:41:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:31 smithi130 bash[14727]: audit 2024-09-11T08:41:30.154260+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:31 smithi130 bash[14727]: audit 2024-09-11T08:41:30.156524+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T08:41:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:31 smithi130 bash[14727]: cluster 2024-09-11T08:41:30.565443+0000 mon.a (mon.0) 639 : cluster [DBG] mgrmap e20: x(active, since 9s), standbys: y 2024-09-11T08:41:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[14933]: audit 2024-09-11T08:41:31.142386+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:41:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[14933]: cluster 2024-09-11T08:41:31.142470+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:41:32.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[14933]: audit 2024-09-11T08:41:31.144472+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:32.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[14933]: audit 2024-09-11T08:41:31.146411+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34625 ' 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:41:32.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[14933]: cluster 2024-09-11T08:41:31.708769+0000 mgr.x (mgr.34625) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[18840]: audit 2024-09-11T08:41:31.142386+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:41:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[18840]: cluster 2024-09-11T08:41:31.142470+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:41:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[18840]: audit 2024-09-11T08:41:31.144472+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[18840]: audit 2024-09-11T08:41:31.146411+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34625 ' 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:41:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:32 smithi120 bash[18840]: cluster 2024-09-11T08:41:31.708769+0000 mgr.x (mgr.34625) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:32 smithi130 bash[14727]: audit 2024-09-11T08:41:31.142386+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T08:41:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:32 smithi130 bash[14727]: cluster 2024-09-11T08:41:31.142470+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T08:41:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:32 smithi130 bash[14727]: audit 2024-09-11T08:41:31.144472+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:41:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:32 smithi130 bash[14727]: audit 2024-09-11T08:41:31.146411+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34625 ' 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:41:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:32 smithi130 bash[14727]: cluster 2024-09-11T08:41:31.708769+0000 mgr.x (mgr.34625) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:33.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:33 smithi120 bash[14933]: audit 2024-09-11T08:41:32.147724+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34625 ' 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:41:33.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:33 smithi120 bash[14933]: cluster 2024-09-11T08:41:32.147897+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:41:33.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:33 smithi120 bash[18840]: audit 2024-09-11T08:41:32.147724+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34625 ' 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:41:33.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:33 smithi120 bash[18840]: cluster 2024-09-11T08:41:32.147897+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:41:33.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:33 smithi130 bash[14727]: audit 2024-09-11T08:41:32.147724+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34625 ' 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:41:33.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:33 smithi130 bash[14727]: cluster 2024-09-11T08:41:32.147897+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T08:41:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[14933]: audit 2024-09-11T08:41:33.198312+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[14933]: audit 2024-09-11T08:41:33.200278+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[14933]: audit 2024-09-11T08:41:33.204641+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]': finished 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[14933]: cluster 2024-09-11T08:41:33.710274+0000 mgr.x (mgr.34625) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 7.5 KiB/s rd, 151 KiB/s wr, 20 op/s 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[18840]: audit 2024-09-11T08:41:33.198312+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[18840]: audit 2024-09-11T08:41:33.200278+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[18840]: audit 2024-09-11T08:41:33.204641+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]': finished 2024-09-11T08:41:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:34 smithi120 bash[18840]: cluster 2024-09-11T08:41:33.710274+0000 mgr.x (mgr.34625) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 7.5 KiB/s rd, 151 KiB/s wr, 20 op/s 2024-09-11T08:41:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:34 smithi130 bash[14727]: audit 2024-09-11T08:41:33.198312+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:34 smithi130 bash[14727]: audit 2024-09-11T08:41:33.200278+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:41:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:34 smithi130 bash[14727]: audit 2024-09-11T08:41:33.204641+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]': finished 2024-09-11T08:41:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:34 smithi130 bash[14727]: cluster 2024-09-11T08:41:33.710274+0000 mgr.x (mgr.34625) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 7.5 KiB/s rd, 151 KiB/s wr, 20 op/s 2024-09-11T08:41:35.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:35 smithi130 bash[14727]: cluster 2024-09-11T08:41:34.444196+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T08:41:35.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:35 smithi130 bash[14727]: audit 2024-09-11T08:41:35.434722+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:35.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:35 smithi130 bash[14727]: audit 2024-09-11T08:41:35.435767+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:35.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:35 smithi130 bash[14727]: audit 2024-09-11T08:41:35.437603+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[14933]: cluster 2024-09-11T08:41:34.444196+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[14933]: audit 2024-09-11T08:41:35.434722+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[14933]: audit 2024-09-11T08:41:35.435767+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[14933]: audit 2024-09-11T08:41:35.437603+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[18840]: cluster 2024-09-11T08:41:34.444196+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e21: x(active, since 13s), standbys: y 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[18840]: audit 2024-09-11T08:41:35.434722+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:35.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[18840]: audit 2024-09-11T08:41:35.435767+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:35 smithi120 bash[18840]: audit 2024-09-11T08:41:35.437603+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.440910+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.442071+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.444338+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.451901+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: cluster 2024-09-11T08:41:35.711007+0000 mgr.x (mgr.34625) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.5 KiB/s rd, 111 KiB/s wr, 14 op/s 2024-09-11T08:41:36.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.855055+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.855363+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:36.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.856340+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.858389+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.864402+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.865783+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.868174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:35.873002+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.078086+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.079006+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.080960+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.086149+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.086992+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.089382+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.095412+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.096203+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:36.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:36 smithi130 bash[14727]: audit 2024-09-11T08:41:36.278167+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:36.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.440910+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.440910+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.442071+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.444338+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.442071+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.451901+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: cluster 2024-09-11T08:41:35.711007+0000 mgr.x (mgr.34625) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.5 KiB/s rd, 111 KiB/s wr, 14 op/s 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.855055+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.855363+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.856340+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.858389+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.444338+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.451901+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: cluster 2024-09-11T08:41:35.711007+0000 mgr.x (mgr.34625) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.5 KiB/s rd, 111 KiB/s wr, 14 op/s 2024-09-11T08:41:36.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.855055+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.855363+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:36.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.864402+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.856340+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.858389+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.865783+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.868174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.864402+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.938 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:35.873002+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.938 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.078086+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.938 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.079006+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.938 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.080960+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.865783+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.086149+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.086992+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.868174+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:35.873002+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.078086+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:36.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.089382+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.095412+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.941 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.096203+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:36.941 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[14933]: audit 2024-09-11T08:41:36.278167+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:36.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.079006+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.080960+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.086149+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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:41:28.092759Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.092782Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.086992+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.089382+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.095412+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:28:38.126262Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.096203+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:36.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:36 smithi120 bash[18840]: audit 2024-09-11T08:41:36.278167+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:41:37.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.486155+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:37.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.487585+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.489659+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.495827+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.496043+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.497930+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.501878+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.502070+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.861144+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.863153+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:37 smithi130 bash[14727]: audit 2024-09-11T08:41:36.868171+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]': finished 2024-09-11T08:41:37.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.486155+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:37.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.487585+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.486155+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:37.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.487585+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.489659+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.489659+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:37.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.495827+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.495827+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.496043+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:37.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.496043+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:41:28.095677Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-09-11T08:41:28.095694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.497930+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.501878+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.497930+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.501878+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.502070+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.861144+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.863153+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[14933]: audit 2024-09-11T08:41:36.868171+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]': finished 2024-09-11T08:41:37.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.502070+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:30:26.998467Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:37.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.861144+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.863153+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:41:37.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:37 smithi120 bash[18840]: audit 2024-09-11T08:41:36.868171+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]': finished 2024-09-11T08:41:38.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:38 smithi130 bash[14727]: cluster 2024-09-11T08:41:37.711743+0000 mgr.x (mgr.34625) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T08:41:38.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:38 smithi120 bash[14933]: cluster 2024-09-11T08:41:37.711743+0000 mgr.x (mgr.34625) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T08:41:38.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:38 smithi120 bash[18840]: cluster 2024-09-11T08:41:37.711743+0000 mgr.x (mgr.34625) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 5.2 KiB/s rd, 105 KiB/s wr, 14 op/s 2024-09-11T08:41:41.592 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:39.520243+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.593 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:39.520524+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.593 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:39.520786+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:41.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:39.521474+0000 mon.a (mon.0) 666 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:41.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: cluster 2024-09-11T08:41:39.713168+0000 mgr.x (mgr.34625) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 7.0 KiB/s rd, 205 KiB/s wr, 20 op/s 2024-09-11T08:41:41.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:40.402681+0000 mon.a (mon.0) 667 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:41.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:40.405618+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:40.406037+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.597 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:41 smithi130 bash[14727]: audit 2024-09-11T08:41:40.406394+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:39.520243+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:39.520524+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:39.520786+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:39.521474+0000 mon.a (mon.0) 666 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: cluster 2024-09-11T08:41:39.713168+0000 mgr.x (mgr.34625) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 7.0 KiB/s rd, 205 KiB/s wr, 20 op/s 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:40.402681+0000 mon.a (mon.0) 667 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:40.405618+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:40.406037+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[14933]: audit 2024-09-11T08:41:40.406394+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:39.520243+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:39.520524+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:39.520786+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:39.521474+0000 mon.a (mon.0) 666 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: cluster 2024-09-11T08:41:39.713168+0000 mgr.x (mgr.34625) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 7.0 KiB/s rd, 205 KiB/s wr, 20 op/s 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:40.402681+0000 mon.a (mon.0) 667 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:40.405618+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:40.406037+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:41.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:41 smithi120 bash[18840]: audit 2024-09-11T08:41:40.406394+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:40.406391+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:41.290300+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:41.307628+0000 mon.b (mon.2) 96 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: cluster 2024-09-11T08:41:41.713916+0000 mgr.x (mgr.34625) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 176 KiB/s wr, 17 op/s 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:42.193848+0000 mon.b (mon.2) 97 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:42.194253+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:42.194476+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:42 smithi130 bash[14727]: audit 2024-09-11T08:41:42.194686+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:40.406391+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:41.290300+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:41.307628+0000 mon.b (mon.2) 96 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: cluster 2024-09-11T08:41:41.713916+0000 mgr.x (mgr.34625) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 176 KiB/s wr, 17 op/s 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:42.193848+0000 mon.b (mon.2) 97 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:42.194253+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:42.194476+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:42.623 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[18840]: audit 2024-09-11T08:41:42.194686+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:40.406391+0000 mon.c (mon.1) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:41.290300+0000 mon.c (mon.1) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:41.307628+0000 mon.b (mon.2) 96 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: cluster 2024-09-11T08:41:41.713916+0000 mgr.x (mgr.34625) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.6 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 176 KiB/s wr, 17 op/s 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:42.193848+0000 mon.b (mon.2) 97 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:42.194253+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:42.194476+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:41:42.624 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:42 smithi120 bash[14933]: audit 2024-09-11T08:41:42.194686+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:41:44.523 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:44 smithi120 bash[14933]: cluster 2024-09-11T08:41:43.715408+0000 mgr.x (mgr.34625) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 175 KiB/s wr, 17 op/s 2024-09-11T08:41:44.523 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:44 smithi120 bash[18840]: cluster 2024-09-11T08:41:43.715408+0000 mgr.x (mgr.34625) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 175 KiB/s wr, 17 op/s 2024-09-11T08:41:44.811 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:44 smithi130 bash[14727]: cluster 2024-09-11T08:41:43.715408+0000 mgr.x (mgr.34625) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 6.0 KiB/s rd, 175 KiB/s wr, 17 op/s 2024-09-11T08:41:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:45 smithi130 bash[14727]: audit 2024-09-11T08:41:45.257127+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:45.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:45 smithi120 bash[14933]: audit 2024-09-11T08:41:45.257127+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:45.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:45 smithi120 bash[18840]: audit 2024-09-11T08:41:45.257127+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:46 smithi130 bash[14727]: cluster 2024-09-11T08:41:45.716135+0000 mgr.x (mgr.34625) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:46 smithi130 bash[14727]: audit 2024-09-11T08:41:45.857946+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:46 smithi120 bash[14933]: cluster 2024-09-11T08:41:45.716135+0000 mgr.x (mgr.34625) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:46.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:46 smithi120 bash[14933]: audit 2024-09-11T08:41:45.857946+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:46.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:46 smithi120 bash[18840]: cluster 2024-09-11T08:41:45.716135+0000 mgr.x (mgr.34625) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:46.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:46 smithi120 bash[18840]: audit 2024-09-11T08:41:45.857946+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:41:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:48 smithi130 bash[14727]: cluster 2024-09-11T08:41:47.716862+0000 mgr.x (mgr.34625) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:48 smithi120 bash[14933]: cluster 2024-09-11T08:41:47.716862+0000 mgr.x (mgr.34625) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:48 smithi120 bash[18840]: cluster 2024-09-11T08:41:47.716862+0000 mgr.x (mgr.34625) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:51.104 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:50 smithi120 bash[14933]: cluster 2024-09-11T08:41:49.718405+0000 mgr.x (mgr.34625) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:51.104 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:50 smithi120 bash[18840]: cluster 2024-09-11T08:41:49.718405+0000 mgr.x (mgr.34625) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:50 smithi130 bash[14727]: cluster 2024-09-11T08:41:49.718405+0000 mgr.x (mgr.34625) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-11T08:41:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:52 smithi130 bash[14727]: cluster 2024-09-11T08:41:51.719121+0000 mgr.x (mgr.34625) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:52 smithi120 bash[18840]: cluster 2024-09-11T08:41:51.719121+0000 mgr.x (mgr.34625) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:53.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:52 smithi120 bash[14933]: cluster 2024-09-11T08:41:51.719121+0000 mgr.x (mgr.34625) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:54 smithi120 bash[14933]: cluster 2024-09-11T08:41:53.720590+0000 mgr.x (mgr.34625) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:54 smithi120 bash[18840]: cluster 2024-09-11T08:41:53.720590+0000 mgr.x (mgr.34625) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:54 smithi130 bash[14727]: cluster 2024-09-11T08:41:53.720590+0000 mgr.x (mgr.34625) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-11T08:41:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.932821+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.934566+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.937089+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.944106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.946064+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.948504+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.954442+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.954846+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.955683+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.956471+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.957194+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.957927+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.958632+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.959365+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.960087+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:55 smithi130 bash[14727]: audit 2024-09-11T08:41:54.960826+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.932821+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:55.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.934566+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.932821+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:55.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.934566+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.937089+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.937089+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:55.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.944106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:55.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.944106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:55.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.946064+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.946064+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.948504+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.948504+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.954442+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.954846+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.955683+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.956471+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.957194+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.957927+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.958632+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.959365+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.960087+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[14933]: audit 2024-09-11T08:41:54.960826+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.954442+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.954846+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.955683+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.956471+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.957194+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.957927+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.958632+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.959365+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.960087+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:55.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:55 smithi120 bash[18840]: audit 2024-09-11T08:41:54.960826+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: cluster 2024-09-11T08:41:55.721238+0000 mgr.x (mgr.34625) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.110467+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.111868+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.114244+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.120613+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.121414+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.124177+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.129044+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.129745+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.130341+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.130857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.131389+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.131936+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.132457+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.132991+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.133590+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.134138+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.137090+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.139206+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.143057+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.191617+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.193357+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.194819+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:56.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:56 smithi130 bash[14727]: audit 2024-09-11T08:41:56.196994+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:41:56.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: cluster 2024-09-11T08:41:55.721238+0000 mgr.x (mgr.34625) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:56.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.110467+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:56.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.111868+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: cluster 2024-09-11T08:41:55.721238+0000 mgr.x (mgr.34625) 24 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.110467+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:56.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.111868+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.114244+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.114244+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:56.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.120613+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:56.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.120613+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:56.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.121414+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.121414+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.124177+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.124177+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:41:56.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.129044+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:56.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.129745+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.130341+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.130857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.131389+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.131936+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.132457+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.132991+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.133590+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.134138+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.137090+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.139206+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.129044+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:18.358747Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.129745+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.130341+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.130857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.131389+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.131936+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.132457+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.132991+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.133590+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.134138+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.137090+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.139206+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.143057+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.191617+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.193357+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.194819+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[14933]: audit 2024-09-11T08:41:56.196994+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.143057+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.191617+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.193357+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.194819+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:56.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:56 smithi120 bash[18840]: audit 2024-09-11T08:41:56.196994+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T08:41:57.779 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:57 smithi120 bash[14933]: cephadm 2024-09-11T08:41:56.190879+0000 mgr.x (mgr.34625) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:41:57.779 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:57 smithi120 bash[14933]: cephadm 2024-09-11T08:41:56.196399+0000 mgr.x (mgr.34625) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T08:41:57.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:57 smithi120 bash[18840]: cephadm 2024-09-11T08:41:56.190879+0000 mgr.x (mgr.34625) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:41:57.779 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:57 smithi120 bash[18840]: cephadm 2024-09-11T08:41:56.196399+0000 mgr.x (mgr.34625) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T08:41:57.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:57 smithi130 bash[14727]: cephadm 2024-09-11T08:41:56.190879+0000 mgr.x (mgr.34625) 25 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-11T08:41:57.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:57 smithi130 bash[14727]: cephadm 2024-09-11T08:41:56.196399+0000 mgr.x (mgr.34625) 26 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: cluster 2024-09-11T08:41:57.721903+0000 mgr.x (mgr.34625) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.366902+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.368608+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.371197+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.377595+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:58.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.378968+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.381602+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.386413+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.389001+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.390343+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.391627+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:58.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:58 smithi130 bash[14727]: audit 2024-09-11T08:41:58.394202+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:41:58.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: cluster 2024-09-11T08:41:57.721903+0000 mgr.x (mgr.34625) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:58.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.366902+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:58.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.368608+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: cluster 2024-09-11T08:41:57.721903+0000 mgr.x (mgr.34625) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:41:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.366902+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:41:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.368608+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.371197+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.371197+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:41:58.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.377595+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:58.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.377595+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:41:58.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.378968+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.378968+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.381602+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.381602+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:41:58.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.386413+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:41:58.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.389001+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:58.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.390343+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:58.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.391627+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[14933]: audit 2024-09-11T08:41:58.394202+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.386413+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:02.866880Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.389001+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.390343+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.391627+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:41:58.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:58 smithi120 bash[18840]: audit 2024-09-11T08:41:58.394202+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T08:41:59.792 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:59 smithi120 bash[14933]: cephadm 2024-09-11T08:41:58.388503+0000 mgr.x (mgr.34625) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:41:59.792 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:41:59 smithi120 bash[14933]: cephadm 2024-09-11T08:41:58.393232+0000 mgr.x (mgr.34625) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T08:41:59.792 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:59 smithi120 bash[18840]: cephadm 2024-09-11T08:41:58.388503+0000 mgr.x (mgr.34625) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:41:59.792 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:41:59 smithi120 bash[18840]: cephadm 2024-09-11T08:41:58.393232+0000 mgr.x (mgr.34625) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T08:41:59.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:59 smithi130 bash[14727]: cephadm 2024-09-11T08:41:58.388503+0000 mgr.x (mgr.34625) 28 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T08:41:59.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:41:59 smithi130 bash[14727]: cephadm 2024-09-11T08:41:58.393232+0000 mgr.x (mgr.34625) 29 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T08:42:00.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:00 smithi130 bash[14727]: cluster 2024-09-11T08:41:59.723393+0000 mgr.x (mgr.34625) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:00.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:00 smithi120 bash[14933]: cluster 2024-09-11T08:41:59.723393+0000 mgr.x (mgr.34625) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:00.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:00 smithi120 bash[18840]: cluster 2024-09-11T08:41:59.723393+0000 mgr.x (mgr.34625) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.516038+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.517087+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.519362+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.525644+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:01.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.526116+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.528531+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: audit 2024-09-11T08:42:00.533252+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:01.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: cephadm 2024-09-11T08:42:00.534600+0000 mgr.x (mgr.34625) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:42:01.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:01 smithi130 bash[14727]: cephadm 2024-09-11T08:42:00.549109+0000 mgr.x (mgr.34625) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.516038+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.517087+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.519362+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.516038+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.517087+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.519362+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:01.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.525644+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:01.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.525644+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:01.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.526116+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.528531+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: audit 2024-09-11T08:42:00.533252+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:01.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: cephadm 2024-09-11T08:42:00.534600+0000 mgr.x (mgr.34625) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:42:01.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[14933]: cephadm 2024-09-11T08:42:00.549109+0000 mgr.x (mgr.34625) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:42:01.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.526116+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.528531+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:01.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: audit 2024-09-11T08:42:00.533252+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"d986427b52ee\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16190013, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433258Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:32:15.657203Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-11T08:31:48.253048Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.433660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:01.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: cephadm 2024-09-11T08:42:00.534600+0000 mgr.x (mgr.34625) 31 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-11T08:42:01.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:01 smithi120 bash[18840]: cephadm 2024-09-11T08:42:00.549109+0000 mgr.x (mgr.34625) 32 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi120 2024-09-11T08:42:02.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:02 smithi130 bash[14727]: cluster 2024-09-11T08:42:01.724086+0000 mgr.x (mgr.34625) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:02.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:02 smithi120 bash[14933]: cluster 2024-09-11T08:42:01.724086+0000 mgr.x (mgr.34625) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:02.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:02 smithi120 bash[18840]: cluster 2024-09-11T08:42:01.724086+0000 mgr.x (mgr.34625) 33 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:04.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:04 smithi120 bash[14933]: cluster 2024-09-11T08:42:03.725485+0000 mgr.x (mgr.34625) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:04.699 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:04 smithi120 bash[18840]: cluster 2024-09-11T08:42:03.725485+0000 mgr.x (mgr.34625) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:04 smithi130 bash[14727]: cluster 2024-09-11T08:42:03.725485+0000 mgr.x (mgr.34625) 34 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:07.074 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:06 smithi120 bash[14933]: cluster 2024-09-11T08:42:05.726150+0000 mgr.x (mgr.34625) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:07.075 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:06 smithi120 bash[18840]: cluster 2024-09-11T08:42:05.726150+0000 mgr.x (mgr.34625) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:06 smithi130 bash[14727]: cluster 2024-09-11T08:42:05.726150+0000 mgr.x (mgr.34625) 35 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:08.877 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:08 smithi120 bash[14933]: cluster 2024-09-11T08:42:07.726928+0000 mgr.x (mgr.34625) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:08.877 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:08 smithi120 bash[18840]: cluster 2024-09-11T08:42:07.726928+0000 mgr.x (mgr.34625) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:08.878 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:08 smithi120 systemd[1]: Stopping Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:42:08.878 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:08 smithi120 bash[31236]: ts=2024-09-11T08:42:08.702Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:42:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:08 smithi130 bash[14727]: cluster 2024-09-11T08:42:07.726928+0000 mgr.x (mgr.34625) 36 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:09.541 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 docker[39427]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:42:09.542 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T08:42:09.542 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 systemd[1]: Stopped Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:42:09.542 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 systemd[1]: Starting Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:42:09.542 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 docker[39465]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:42:09.542 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:09 smithi120 systemd[1]: Started Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.482862+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.484626+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.487097+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.492806+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.494357+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.496861+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.505077+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: cephadm 2024-09-11T08:42:09.505616+0000 mgr.x (mgr.34625) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.506196+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.507919+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.509608+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: cephadm 2024-09-11T08:42:09.511516+0000 mgr.x (mgr.34625) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: audit 2024-09-11T08:42:09.512472+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:42:10.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:09 smithi130 bash[14727]: cluster 2024-09-11T08:42:09.728336+0000 mgr.x (mgr.34625) 39 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:10.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.482862+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:10.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.484626+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.482862+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:10.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.484626+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.487097+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.487097+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:10.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.492806+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:10.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.492806+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:10.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.494357+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.494357+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.496861+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.496861+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:10.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.505077+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: cephadm 2024-09-11T08:42:09.505616+0000 mgr.x (mgr.34625) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.506196+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.507919+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.509608+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: cephadm 2024-09-11T08:42:09.511516+0000 mgr.x (mgr.34625) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: audit 2024-09-11T08:42:09.512472+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[18840]: cluster 2024-09-11T08:42:09.728336+0000 mgr.x (mgr.34625) 39 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.505077+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99321118, \"cpu_percentage\": \"3.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.431930Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301360742, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432179Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 111358771, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432348Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"37.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432500Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50006589, \"cpu_percentage\": \"63.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47490007, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432796Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.432942Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12394168, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433087Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52072284, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.433404Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: cephadm 2024-09-11T08:42:09.505616+0000 mgr.x (mgr.34625) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T08:42:10.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.506196+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:42:10.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.507919+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:42:10.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.509608+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:42:10.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: cephadm 2024-09-11T08:42:09.511516+0000 mgr.x (mgr.34625) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T08:42:10.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: audit 2024-09-11T08:42:09.512472+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:42:10.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:09 smithi120 bash[14933]: cluster 2024-09-11T08:42:09.728336+0000 mgr.x (mgr.34625) 39 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:10.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.789Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.789Z 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:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.792Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.120 port=9094 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.794Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.844Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.844Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.848Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:42:10.932 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:10 smithi120 bash[39476]: ts=2024-09-11T08:42:10.848Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:42:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: cluster 2024-09-11T08:42:11.728935+0000 mgr.x (mgr.34625) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.752432+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.753659+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.756225+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.762769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:12.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.763844+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.766599+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: audit 2024-09-11T08:42:11.772735+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:12.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:11 smithi130 bash[14727]: cephadm 2024-09-11T08:42:11.774850+0000 mgr.x (mgr.34625) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:42:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: cluster 2024-09-11T08:42:11.728935+0000 mgr.x (mgr.34625) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.752432+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.753659+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: cluster 2024-09-11T08:42:11.728935+0000 mgr.x (mgr.34625) 40 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:12.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.752432+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:12.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.753659+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.756225+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.756225+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:12.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.762769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:12.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.762769+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:12.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.763844+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.763844+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.766599+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: audit 2024-09-11T08:42:11.772735+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:12.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[14933]: cephadm 2024-09-11T08:42:11.774850+0000 mgr.x (mgr.34625) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:42:12.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.766599+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:12.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: audit 2024-09-11T08:42:11.772735+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"d2fe098f3251\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 26633830, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852725Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:32:21.220123Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:32:15.665499Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:41:35.853669Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:12.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:11 smithi120 bash[18840]: cephadm 2024-09-11T08:42:11.774850+0000 mgr.x (mgr.34625) 41 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-11T08:42:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:12 smithi130 bash[14727]: cephadm 2024-09-11T08:42:11.792446+0000 mgr.x (mgr.34625) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:42:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:12 smithi120 bash[14933]: cephadm 2024-09-11T08:42:11.792446+0000 mgr.x (mgr.34625) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:42:13.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:12 smithi120 bash[18840]: cephadm 2024-09-11T08:42:11.792446+0000 mgr.x (mgr.34625) 42 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi130 2024-09-11T08:42:13.182 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:12 smithi120 bash[39476]: ts=2024-09-11T08:42:12.794Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00033723s 2024-09-11T08:42:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:14 smithi130 bash[14727]: cluster 2024-09-11T08:42:13.730420+0000 mgr.x (mgr.34625) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:14 smithi120 bash[14933]: cluster 2024-09-11T08:42:13.730420+0000 mgr.x (mgr.34625) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:14.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:14 smithi120 bash[18840]: cluster 2024-09-11T08:42:13.730420+0000 mgr.x (mgr.34625) 43 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:16 smithi130 bash[14727]: cluster 2024-09-11T08:42:15.730902+0000 mgr.x (mgr.34625) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:16 smithi120 bash[14933]: cluster 2024-09-11T08:42:15.730902+0000 mgr.x (mgr.34625) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:16 smithi120 bash[18840]: cluster 2024-09-11T08:42:15.730902+0000 mgr.x (mgr.34625) 44 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:17 smithi130 bash[14727]: cluster 2024-09-11T08:42:17.731602+0000 mgr.x (mgr.34625) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:17 smithi120 bash[14933]: cluster 2024-09-11T08:42:17.731602+0000 mgr.x (mgr.34625) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:17 smithi120 bash[18840]: cluster 2024-09-11T08:42:17.731602+0000 mgr.x (mgr.34625) 45 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:20 smithi130 bash[14727]: cluster 2024-09-11T08:42:19.733013+0000 mgr.x (mgr.34625) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:20 smithi120 bash[14933]: cluster 2024-09-11T08:42:19.733013+0000 mgr.x (mgr.34625) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:20 smithi120 bash[18840]: cluster 2024-09-11T08:42:19.733013+0000 mgr.x (mgr.34625) 46 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:21.182 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:42:20 smithi120 bash[39476]: ts=2024-09-11T08:42:20.796Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002134988s 2024-09-11T08:42:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:21 smithi130 bash[14727]: cluster 2024-09-11T08:42:21.733685+0000 mgr.x (mgr.34625) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:21 smithi120 bash[14933]: cluster 2024-09-11T08:42:21.733685+0000 mgr.x (mgr.34625) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:21 smithi120 bash[18840]: cluster 2024-09-11T08:42:21.733685+0000 mgr.x (mgr.34625) 47 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[14727]: cluster 2024-09-11T08:42:23.735138+0000 mgr.x (mgr.34625) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:24 smithi120 bash[14933]: cluster 2024-09-11T08:42:23.735138+0000 mgr.x (mgr.34625) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:24.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:24 smithi120 bash[18840]: cluster 2024-09-11T08:42:23.735138+0000 mgr.x (mgr.34625) 48 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:25.168 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 systemd[1]: Stopping Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:42:25.168 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:42:25.168 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:42:25.168 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:42:25.168 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.959Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.960Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:42:25.169 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:24 smithi130 bash[24251]: ts=2024-09-11T08:42:24.963Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:42:25.749 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 docker[28315]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:42:25.749 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T08:42:25.749 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 systemd[1]: Stopped Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:42:25.749 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 systemd[1]: Starting Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:42:26.115 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 docker[28352]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:42:26.115 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:25 smithi130 systemd[1]: Started Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:42:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: cluster 2024-09-11T08:42:25.735847+0000 mgr.x (mgr.34625) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.788961+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.790052+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.797181+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.803288+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.803418+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.805829+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.809626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.817058+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.819516+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.820957+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.823316+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:25 smithi130 bash[14727]: audit 2024-09-11T08:42:25.831305+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:42:26.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: cluster 2024-09-11T08:42:25.735847+0000 mgr.x (mgr.34625) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:26.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.788961+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:26.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.790052+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: cluster 2024-09-11T08:42:25.735847+0000 mgr.x (mgr.34625) 49 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.788961+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.790052+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.797181+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.797181+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:26.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.803288+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.803288+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.803418+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:26.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.803418+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:26.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.805829+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.805829+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:26.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.809626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:26.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.817058+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:26.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.809626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112931635, \"cpu_percentage\": \"2.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851298Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 438829056, \"cpu_percentage\": \"2.68%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:41:35.851641Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.72%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.851886Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50520391, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852102Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"3.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852313Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51107594, \"cpu_percentage\": \"6.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852520Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12719226, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.852930Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"2.64%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853134Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52030341, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:41:35.853352Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.817058+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.819516+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.820957+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.823316+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[14933]: audit 2024-09-11T08:42:25.831305+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.819516+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.820957+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.823316+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-11T08:42:26.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:25 smithi120 bash[18840]: audit 2024-09-11T08:42:25.831305+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi120.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-11T08:42:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.817985+0000 mgr.x (mgr.34625) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.820368+0000 mgr.x (mgr.34625) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.842023+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.843030+0000 mgr.x (mgr.34625) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.856502+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.857204+0000 mgr.x (mgr.34625) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.857573+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.859931+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.864538+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.870407+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:26 smithi130 bash[14727]: audit 2024-09-11T08:42:25.881036+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.817985+0000 mgr.x (mgr.34625) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.820368+0000 mgr.x (mgr.34625) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.842023+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.843030+0000 mgr.x (mgr.34625) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.856502+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.857204+0000 mgr.x (mgr.34625) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.857573+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.859931+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.864538+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.870407+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[14933]: audit 2024-09-11T08:42:25.881036+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.817985+0000 mgr.x (mgr.34625) 50 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.820368+0000 mgr.x (mgr.34625) 51 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi120.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.842023+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.843030+0000 mgr.x (mgr.34625) 52 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.856502+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.857204+0000 mgr.x (mgr.34625) 53 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi130.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.857573+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.859931+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.864538+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi130.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.870407+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:26 smithi120 bash[18840]: audit 2024-09-11T08:42:25.881036+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z 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:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z 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:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z caller=main.go:651 level=info host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi130 (none))" 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.189Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.192Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.193Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.199Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.199Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.202Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:42:27.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.203Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.443292ms 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.203Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.204Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.225Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.226Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.226Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=59.514µs wal_replay_duration=22.061789ms wbl_replay_duration=183ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.443292ms total_replay_duration=23.61116ms 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.229Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.229Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.229Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.242Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.242Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=13.03573ms db_storage=1.078µs remote_storage=1.477µs web_handler=407ns query_engine=4.549µs scrape=327.209µs scrape_sd=42.775µs notify=32.606µs notify_sd=16.826µs rules=12.211226ms tracing=6.108µs 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.242Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-11T08:42:27.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[28363]: ts=2024-09-11T08:42:27.242Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:42:28.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:27 smithi120 bash[18840]: cluster 2024-09-11T08:42:27.736564+0000 mgr.x (mgr.34625) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:28.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:27 smithi120 bash[14933]: cluster 2024-09-11T08:42:27.736564+0000 mgr.x (mgr.34625) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:28.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:27 smithi130 bash[14727]: cluster 2024-09-11T08:42:27.736564+0000 mgr.x (mgr.34625) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:29.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.073097+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.073539+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.073997+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.074414+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.075754+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.077284+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.077849+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[18840]: audit 2024-09-11T08:42:28.078383+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.073097+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.073539+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.073997+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.074414+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.075754+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.077284+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.077849+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:28 smithi120 bash[14933]: audit 2024-09-11T08:42:28.078383+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.073097+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.073539+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.073997+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.074414+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.075754+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.077284+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.077849+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-11T08:42:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:28 smithi130 bash[14727]: audit 2024-09-11T08:42:28.078383+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:42:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:29 smithi120 bash[14933]: cluster 2024-09-11T08:42:29.738047+0000 mgr.x (mgr.34625) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:29 smithi120 bash[18840]: cluster 2024-09-11T08:42:29.738047+0000 mgr.x (mgr.34625) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:29 smithi130 bash[14727]: cluster 2024-09-11T08:42:29.738047+0000 mgr.x (mgr.34625) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:33.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: cluster 2024-09-11T08:42:31.738651+0000 mgr.x (mgr.34625) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:33.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.911657+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:33.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.912990+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.915712+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.922124+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:33.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.922457+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.925209+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:32 smithi130 bash[14727]: audit 2024-09-11T08:42:31.930009+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: cluster 2024-09-11T08:42:31.738651+0000 mgr.x (mgr.34625) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.911657+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.912990+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: cluster 2024-09-11T08:42:31.738651+0000 mgr.x (mgr.34625) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.911657+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:33.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.912990+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.915712+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.915712+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:33.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.922124+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.922124+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:33.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.922457+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.925209+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.922457+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[18840]: audit 2024-09-11T08:42:31.930009+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.925209+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:32 smithi120 bash[14933]: audit 2024-09-11T08:42:31.930009+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.170116Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.255921+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.256958+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.259514+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.266449+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.266462+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.269015+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.277890+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.279863+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.282081+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.286128+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.346790+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.349304+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: audit 2024-09-11T08:42:33.355589+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:33 smithi130 bash[14727]: cluster 2024-09-11T08:42:33.740130+0000 mgr.x (mgr.34625) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.255921+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.256958+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.255921+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:42:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.256958+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.259514+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.259514+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:42:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.266449+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.266449+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:42:34.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.266462+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.269015+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.266462+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.277890+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.279863+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.282081+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.286128+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.346790+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.349304+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: audit 2024-09-11T08:42:33.355589+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[18840]: cluster 2024-09-11T08:42:33.740130+0000 mgr.x (mgr.34625) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.269015+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.277890+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 121949388, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251463Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 452041113, \"cpu_percentage\": \"0.42%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.251906Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53141831, \"cpu_percentage\": \"3.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252177Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52281999, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252428Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51768197, \"cpu_percentage\": \"2.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252673Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54232350, \"cpu_percentage\": \"2.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.252957Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 28531752, \"cpu_percentage\": \"0.14%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253203Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12100567, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253446Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28196208, \"cpu_percentage\": \"3.85%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253689Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52397342, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:33.253931Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:33.254334Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:41:56.190186Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.279863+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.282081+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.286128+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.346790+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.349304+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: audit 2024-09-11T08:42:33.355589+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:42:34.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:33 smithi120 bash[14933]: cluster 2024-09-11T08:42:33.740130+0000 mgr.x (mgr.34625) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:36.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:35 smithi130 bash[14727]: cluster 2024-09-11T08:42:35.740782+0000 mgr.x (mgr.34625) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:35 smithi120 bash[14933]: cluster 2024-09-11T08:42:35.740782+0000 mgr.x (mgr.34625) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:35 smithi120 bash[18840]: cluster 2024-09-11T08:42:35.740782+0000 mgr.x (mgr.34625) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:38.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:37 smithi130 bash[14727]: cluster 2024-09-11T08:42:37.741455+0000 mgr.x (mgr.34625) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:37 smithi120 bash[14933]: cluster 2024-09-11T08:42:37.741455+0000 mgr.x (mgr.34625) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:37 smithi120 bash[18840]: cluster 2024-09-11T08:42:37.741455+0000 mgr.x (mgr.34625) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:40.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:39 smithi130 bash[14727]: cluster 2024-09-11T08:42:39.742881+0000 mgr.x (mgr.34625) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:39 smithi120 bash[14933]: cluster 2024-09-11T08:42:39.742881+0000 mgr.x (mgr.34625) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:40.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:39 smithi120 bash[18840]: cluster 2024-09-11T08:42:39.742881+0000 mgr.x (mgr.34625) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:42.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:41 smithi130 bash[14727]: cluster 2024-09-11T08:42:41.743579+0000 mgr.x (mgr.34625) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:41 smithi120 bash[14933]: cluster 2024-09-11T08:42:41.743579+0000 mgr.x (mgr.34625) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:41 smithi120 bash[18840]: cluster 2024-09-11T08:42:41.743579+0000 mgr.x (mgr.34625) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:44.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:44 smithi130 bash[14727]: cluster 2024-09-11T08:42:43.745116+0000 mgr.x (mgr.34625) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:44 smithi120 bash[18840]: cluster 2024-09-11T08:42:43.745116+0000 mgr.x (mgr.34625) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:44.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:44 smithi120 bash[14933]: cluster 2024-09-11T08:42:43.745116+0000 mgr.x (mgr.34625) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:46.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:45 smithi130 bash[14727]: cluster 2024-09-11T08:42:45.745825+0000 mgr.x (mgr.34625) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:45 smithi120 bash[14933]: cluster 2024-09-11T08:42:45.745825+0000 mgr.x (mgr.34625) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:45 smithi120 bash[18840]: cluster 2024-09-11T08:42:45.745825+0000 mgr.x (mgr.34625) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:48.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:47 smithi130 bash[14727]: cluster 2024-09-11T08:42:47.746515+0000 mgr.x (mgr.34625) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:47 smithi120 bash[14933]: cluster 2024-09-11T08:42:47.746515+0000 mgr.x (mgr.34625) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:47 smithi120 bash[18840]: cluster 2024-09-11T08:42:47.746515+0000 mgr.x (mgr.34625) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:49 smithi130 bash[14727]: cluster 2024-09-11T08:42:49.748003+0000 mgr.x (mgr.34625) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:49 smithi120 bash[14933]: cluster 2024-09-11T08:42:49.748003+0000 mgr.x (mgr.34625) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:50.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:49 smithi120 bash[18840]: cluster 2024-09-11T08:42:49.748003+0000 mgr.x (mgr.34625) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:52.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:51 smithi130 bash[14727]: cluster 2024-09-11T08:42:51.748704+0000 mgr.x (mgr.34625) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:51 smithi120 bash[14933]: cluster 2024-09-11T08:42:51.748704+0000 mgr.x (mgr.34625) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:51 smithi120 bash[18840]: cluster 2024-09-11T08:42:51.748704+0000 mgr.x (mgr.34625) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:54.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:54 smithi130 bash[14727]: cluster 2024-09-11T08:42:53.750149+0000 mgr.x (mgr.34625) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:54 smithi120 bash[14933]: cluster 2024-09-11T08:42:53.750149+0000 mgr.x (mgr.34625) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:54.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:54 smithi120 bash[18840]: cluster 2024-09-11T08:42:53.750149+0000 mgr.x (mgr.34625) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:56.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:55 smithi130 bash[14727]: cluster 2024-09-11T08:42:55.750845+0000 mgr.x (mgr.34625) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:55 smithi120 bash[14933]: cluster 2024-09-11T08:42:55.750845+0000 mgr.x (mgr.34625) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:55 smithi120 bash[18840]: cluster 2024-09-11T08:42:55.750845+0000 mgr.x (mgr.34625) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:58.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:57 smithi130 bash[14727]: cluster 2024-09-11T08:42:57.751586+0000 mgr.x (mgr.34625) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:57 smithi120 bash[14933]: cluster 2024-09-11T08:42:57.751586+0000 mgr.x (mgr.34625) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:42:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:57 smithi120 bash[18840]: cluster 2024-09-11T08:42:57.751586+0000 mgr.x (mgr.34625) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:42:59 smithi130 bash[14727]: cluster 2024-09-11T08:42:59.753049+0000 mgr.x (mgr.34625) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:42:59 smithi120 bash[14933]: cluster 2024-09-11T08:42:59.753049+0000 mgr.x (mgr.34625) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:42:59 smithi120 bash[18840]: cluster 2024-09-11T08:42:59.753049+0000 mgr.x (mgr.34625) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:02.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:01 smithi130 bash[14727]: cluster 2024-09-11T08:43:01.753794+0000 mgr.x (mgr.34625) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:02.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:01 smithi120 bash[14933]: cluster 2024-09-11T08:43:01.753794+0000 mgr.x (mgr.34625) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:01 smithi120 bash[18840]: cluster 2024-09-11T08:43:01.753794+0000 mgr.x (mgr.34625) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:04 smithi130 bash[14727]: cluster 2024-09-11T08:43:03.755288+0000 mgr.x (mgr.34625) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:04 smithi120 bash[18840]: cluster 2024-09-11T08:43:03.755288+0000 mgr.x (mgr.34625) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:04.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:04 smithi120 bash[14933]: cluster 2024-09-11T08:43:03.755288+0000 mgr.x (mgr.34625) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:06.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:05 smithi130 bash[14727]: cluster 2024-09-11T08:43:05.755982+0000 mgr.x (mgr.34625) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:05 smithi120 bash[14933]: cluster 2024-09-11T08:43:05.755982+0000 mgr.x (mgr.34625) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:05 smithi120 bash[18840]: cluster 2024-09-11T08:43:05.755982+0000 mgr.x (mgr.34625) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:07.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:43:06 smithi120 bash[39476]: ts=2024-09-11T08:43:06.962Z 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:43:08.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:07 smithi130 bash[14727]: cluster 2024-09-11T08:43:07.756812+0000 mgr.x (mgr.34625) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:08.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:07 smithi120 bash[14933]: cluster 2024-09-11T08:43:07.756812+0000 mgr.x (mgr.34625) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:08.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:07 smithi120 bash[18840]: cluster 2024-09-11T08:43:07.756812+0000 mgr.x (mgr.34625) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:09 smithi130 bash[14727]: cluster 2024-09-11T08:43:09.758316+0000 mgr.x (mgr.34625) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:10.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:09 smithi120 bash[14933]: cluster 2024-09-11T08:43:09.758316+0000 mgr.x (mgr.34625) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:10.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:09 smithi120 bash[18840]: cluster 2024-09-11T08:43:09.758316+0000 mgr.x (mgr.34625) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:12.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:11 smithi130 bash[14727]: cluster 2024-09-11T08:43:11.759029+0000 mgr.x (mgr.34625) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:12.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:11 smithi120 bash[14933]: cluster 2024-09-11T08:43:11.759029+0000 mgr.x (mgr.34625) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:11 smithi120 bash[18840]: cluster 2024-09-11T08:43:11.759029+0000 mgr.x (mgr.34625) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:43:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:14 smithi130 bash[14727]: cluster 2024-09-11T08:43:13.760516+0000 mgr.x (mgr.34625) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:14 smithi120 bash[14933]: cluster 2024-09-11T08:43:13.760516+0000 mgr.x (mgr.34625) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:14.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:14 smithi120 bash[18840]: cluster 2024-09-11T08:43:13.760516+0000 mgr.x (mgr.34625) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:16.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:15 smithi130 bash[14727]: cluster 2024-09-11T08:43:15.761160+0000 mgr.x (mgr.34625) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:15 smithi120 bash[14933]: cluster 2024-09-11T08:43:15.761160+0000 mgr.x (mgr.34625) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:15 smithi120 bash[18840]: cluster 2024-09-11T08:43:15.761160+0000 mgr.x (mgr.34625) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:17 smithi130 bash[14727]: cluster 2024-09-11T08:43:17.761882+0000 mgr.x (mgr.34625) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:17 smithi120 bash[14933]: cluster 2024-09-11T08:43:17.761882+0000 mgr.x (mgr.34625) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:17 smithi120 bash[18840]: cluster 2024-09-11T08:43:17.761882+0000 mgr.x (mgr.34625) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:20.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:19 smithi130 bash[14727]: cluster 2024-09-11T08:43:19.763355+0000 mgr.x (mgr.34625) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:19 smithi120 bash[14933]: cluster 2024-09-11T08:43:19.763355+0000 mgr.x (mgr.34625) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:19 smithi120 bash[18840]: cluster 2024-09-11T08:43:19.763355+0000 mgr.x (mgr.34625) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:43:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:21 smithi130 bash[14727]: cluster 2024-09-11T08:43:21.764032+0000 mgr.x (mgr.34625) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:21 smithi120 bash[14933]: cluster 2024-09-11T08:43:21.764032+0000 mgr.x (mgr.34625) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:22.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:21 smithi120 bash[18840]: cluster 2024-09-11T08:43:21.764032+0000 mgr.x (mgr.34625) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:24 smithi130 bash[14727]: cluster 2024-09-11T08:43:23.765467+0000 mgr.x (mgr.34625) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:24 smithi120 bash[14933]: cluster 2024-09-11T08:43:23.765467+0000 mgr.x (mgr.34625) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:24.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:24 smithi120 bash[18840]: cluster 2024-09-11T08:43:23.765467+0000 mgr.x (mgr.34625) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-11T08:43:26.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:25 smithi130 bash[14727]: cluster 2024-09-11T08:43:25.766173+0000 mgr.x (mgr.34625) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:25 smithi120 bash[14933]: cluster 2024-09-11T08:43:25.766173+0000 mgr.x (mgr.34625) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:25 smithi120 bash[18840]: cluster 2024-09-11T08:43:25.766173+0000 mgr.x (mgr.34625) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:28.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:27 smithi130 bash[14727]: cluster 2024-09-11T08:43:27.766860+0000 mgr.x (mgr.34625) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:27 smithi120 bash[14933]: cluster 2024-09-11T08:43:27.766860+0000 mgr.x (mgr.34625) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:28.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:27 smithi120 bash[18840]: cluster 2024-09-11T08:43:27.766860+0000 mgr.x (mgr.34625) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.081000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.081432+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.081966+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.082643+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.083882+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.084823+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.085264+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[14933]: audit 2024-09-11T08:43:28.085828+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.081000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.081432+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.081966+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.082643+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.083882+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.084823+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.085264+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:28 smithi120 bash[18840]: audit 2024-09-11T08:43:28.085828+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.081000+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.081432+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.081966+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.082643+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.083882+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.084823+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.085264+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:43:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:28 smithi130 bash[14727]: audit 2024-09-11T08:43:28.085828+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:43:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:29 smithi120 bash[14933]: cluster 2024-09-11T08:43:29.768302+0000 mgr.x (mgr.34625) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:29 smithi120 bash[18840]: cluster 2024-09-11T08:43:29.768302+0000 mgr.x (mgr.34625) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:29 smithi130 bash[14727]: cluster 2024-09-11T08:43:29.768302+0000 mgr.x (mgr.34625) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:31 smithi130 bash[14727]: cluster 2024-09-11T08:43:31.768979+0000 mgr.x (mgr.34625) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:32.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:31 smithi120 bash[14933]: cluster 2024-09-11T08:43:31.768979+0000 mgr.x (mgr.34625) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:32.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:31 smithi120 bash[18840]: cluster 2024-09-11T08:43:31.768979+0000 mgr.x (mgr.34625) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:34 smithi130 bash[14727]: cluster 2024-09-11T08:43:33.769900+0000 mgr.x (mgr.34625) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:34 smithi130 bash[14727]: audit 2024-09-11T08:43:33.866484+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:34 smithi130 bash[14727]: audit 2024-09-11T08:43:33.869341+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:34 smithi130 bash[14727]: audit 2024-09-11T08:43:33.875717+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:43:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[14933]: cluster 2024-09-11T08:43:33.769900+0000 mgr.x (mgr.34625) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[14933]: audit 2024-09-11T08:43:33.866484+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[14933]: audit 2024-09-11T08:43:33.869341+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[14933]: audit 2024-09-11T08:43:33.875717+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[18840]: cluster 2024-09-11T08:43:33.769900+0000 mgr.x (mgr.34625) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[18840]: audit 2024-09-11T08:43:33.866484+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[18840]: audit 2024-09-11T08:43:33.869341+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:43:34.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:34 smithi120 bash[18840]: audit 2024-09-11T08:43:33.875717+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:43:36.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:35 smithi130 bash[14727]: cluster 2024-09-11T08:43:35.770521+0000 mgr.x (mgr.34625) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:35 smithi120 bash[14933]: cluster 2024-09-11T08:43:35.770521+0000 mgr.x (mgr.34625) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:35 smithi120 bash[18840]: cluster 2024-09-11T08:43:35.770521+0000 mgr.x (mgr.34625) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:38.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:37 smithi130 bash[14727]: cluster 2024-09-11T08:43:37.771199+0000 mgr.x (mgr.34625) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:37 smithi120 bash[14933]: cluster 2024-09-11T08:43:37.771199+0000 mgr.x (mgr.34625) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:37 smithi120 bash[18840]: cluster 2024-09-11T08:43:37.771199+0000 mgr.x (mgr.34625) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:40.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:39 smithi130 bash[14727]: cluster 2024-09-11T08:43:39.772642+0000 mgr.x (mgr.34625) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:39 smithi120 bash[14933]: cluster 2024-09-11T08:43:39.772642+0000 mgr.x (mgr.34625) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:39 smithi120 bash[18840]: cluster 2024-09-11T08:43:39.772642+0000 mgr.x (mgr.34625) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:42.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:41 smithi130 bash[14727]: cluster 2024-09-11T08:43:41.773346+0000 mgr.x (mgr.34625) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:41 smithi120 bash[14933]: cluster 2024-09-11T08:43:41.773346+0000 mgr.x (mgr.34625) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:42.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:41 smithi120 bash[18840]: cluster 2024-09-11T08:43:41.773346+0000 mgr.x (mgr.34625) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:44.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:44 smithi130 bash[14727]: cluster 2024-09-11T08:43:43.774762+0000 mgr.x (mgr.34625) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:44.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:44 smithi120 bash[14933]: cluster 2024-09-11T08:43:43.774762+0000 mgr.x (mgr.34625) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:44 smithi120 bash[18840]: cluster 2024-09-11T08:43:43.774762+0000 mgr.x (mgr.34625) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:46.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:45 smithi130 bash[14727]: cluster 2024-09-11T08:43:45.775373+0000 mgr.x (mgr.34625) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:45 smithi120 bash[14933]: cluster 2024-09-11T08:43:45.775373+0000 mgr.x (mgr.34625) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:45 smithi120 bash[18840]: cluster 2024-09-11T08:43:45.775373+0000 mgr.x (mgr.34625) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:47 smithi120 bash[14933]: cluster 2024-09-11T08:43:47.776079+0000 mgr.x (mgr.34625) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:48.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:47 smithi120 bash[18840]: cluster 2024-09-11T08:43:47.776079+0000 mgr.x (mgr.34625) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:48.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:47 smithi130 bash[14727]: cluster 2024-09-11T08:43:47.776079+0000 mgr.x (mgr.34625) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:49 smithi120 bash[14933]: cluster 2024-09-11T08:43:49.777503+0000 mgr.x (mgr.34625) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:49 smithi120 bash[18840]: cluster 2024-09-11T08:43:49.777503+0000 mgr.x (mgr.34625) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:50.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:49 smithi130 bash[14727]: cluster 2024-09-11T08:43:49.777503+0000 mgr.x (mgr.34625) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:51 smithi120 bash[14933]: cluster 2024-09-11T08:43:51.778160+0000 mgr.x (mgr.34625) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:51 smithi120 bash[18840]: cluster 2024-09-11T08:43:51.778160+0000 mgr.x (mgr.34625) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:52.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:51 smithi130 bash[14727]: cluster 2024-09-11T08:43:51.778160+0000 mgr.x (mgr.34625) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:54 smithi130 bash[14727]: cluster 2024-09-11T08:43:53.779606+0000 mgr.x (mgr.34625) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:54 smithi120 bash[14933]: cluster 2024-09-11T08:43:53.779606+0000 mgr.x (mgr.34625) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:54 smithi120 bash[18840]: cluster 2024-09-11T08:43:53.779606+0000 mgr.x (mgr.34625) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:55 smithi120 bash[14933]: cluster 2024-09-11T08:43:55.780273+0000 mgr.x (mgr.34625) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:56.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:55 smithi120 bash[18840]: cluster 2024-09-11T08:43:55.780273+0000 mgr.x (mgr.34625) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:56.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:55 smithi130 bash[14727]: cluster 2024-09-11T08:43:55.780273+0000 mgr.x (mgr.34625) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:57 smithi120 bash[14933]: cluster 2024-09-11T08:43:57.780939+0000 mgr.x (mgr.34625) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:57 smithi120 bash[18840]: cluster 2024-09-11T08:43:57.780939+0000 mgr.x (mgr.34625) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:43:58.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:57 smithi130 bash[14727]: cluster 2024-09-11T08:43:57.780939+0000 mgr.x (mgr.34625) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:43:59 smithi120 bash[14933]: cluster 2024-09-11T08:43:59.782354+0000 mgr.x (mgr.34625) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:43:59 smithi120 bash[18840]: cluster 2024-09-11T08:43:59.782354+0000 mgr.x (mgr.34625) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:43:59 smithi130 bash[14727]: cluster 2024-09-11T08:43:59.782354+0000 mgr.x (mgr.34625) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:02.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:01 smithi120 bash[14933]: cluster 2024-09-11T08:44:01.783031+0000 mgr.x (mgr.34625) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:01 smithi120 bash[18840]: cluster 2024-09-11T08:44:01.783031+0000 mgr.x (mgr.34625) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:02.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:01 smithi130 bash[14727]: cluster 2024-09-11T08:44:01.783031+0000 mgr.x (mgr.34625) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:04 smithi130 bash[14727]: cluster 2024-09-11T08:44:03.784477+0000 mgr.x (mgr.34625) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:04.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:04 smithi120 bash[14933]: cluster 2024-09-11T08:44:03.784477+0000 mgr.x (mgr.34625) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:04 smithi120 bash[18840]: cluster 2024-09-11T08:44:03.784477+0000 mgr.x (mgr.34625) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:05 smithi120 bash[14933]: cluster 2024-09-11T08:44:05.785174+0000 mgr.x (mgr.34625) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:05 smithi120 bash[18840]: cluster 2024-09-11T08:44:05.785174+0000 mgr.x (mgr.34625) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:05 smithi130 bash[14727]: cluster 2024-09-11T08:44:05.785174+0000 mgr.x (mgr.34625) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:08.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:07 smithi120 bash[18840]: cluster 2024-09-11T08:44:07.785831+0000 mgr.x (mgr.34625) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:08.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:07 smithi120 bash[14933]: cluster 2024-09-11T08:44:07.785831+0000 mgr.x (mgr.34625) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:08.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:07 smithi130 bash[14727]: cluster 2024-09-11T08:44:07.785831+0000 mgr.x (mgr.34625) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:10.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:09 smithi120 bash[18840]: cluster 2024-09-11T08:44:09.788516+0000 mgr.x (mgr.34625) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:10.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:09 smithi120 bash[14933]: cluster 2024-09-11T08:44:09.788516+0000 mgr.x (mgr.34625) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:10.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:09 smithi130 bash[14727]: cluster 2024-09-11T08:44:09.788516+0000 mgr.x (mgr.34625) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:11 smithi120 bash[18840]: cluster 2024-09-11T08:44:11.789132+0000 mgr.x (mgr.34625) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:11 smithi120 bash[14933]: cluster 2024-09-11T08:44:11.789132+0000 mgr.x (mgr.34625) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:12.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:11 smithi130 bash[14727]: cluster 2024-09-11T08:44:11.789132+0000 mgr.x (mgr.34625) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:13.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:44:13 smithi120 bash[39476]: ts=2024-09-11T08:44:13.252Z 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:44:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:14 smithi130 bash[14727]: cluster 2024-09-11T08:44:13.790516+0000 mgr.x (mgr.34625) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:14 smithi120 bash[14933]: cluster 2024-09-11T08:44:13.790516+0000 mgr.x (mgr.34625) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:14 smithi120 bash[18840]: cluster 2024-09-11T08:44:13.790516+0000 mgr.x (mgr.34625) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:15 smithi120 bash[14933]: cluster 2024-09-11T08:44:15.791649+0000 mgr.x (mgr.34625) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:15 smithi120 bash[18840]: cluster 2024-09-11T08:44:15.791649+0000 mgr.x (mgr.34625) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:16.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:15 smithi130 bash[14727]: cluster 2024-09-11T08:44:15.791649+0000 mgr.x (mgr.34625) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:17 smithi120 bash[14933]: cluster 2024-09-11T08:44:17.792228+0000 mgr.x (mgr.34625) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:17 smithi120 bash[18840]: cluster 2024-09-11T08:44:17.792228+0000 mgr.x (mgr.34625) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:18.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:17 smithi130 bash[14727]: cluster 2024-09-11T08:44:17.792228+0000 mgr.x (mgr.34625) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:19 smithi120 bash[14933]: cluster 2024-09-11T08:44:19.793633+0000 mgr.x (mgr.34625) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:19 smithi120 bash[18840]: cluster 2024-09-11T08:44:19.793633+0000 mgr.x (mgr.34625) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:20.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:19 smithi130 bash[14727]: cluster 2024-09-11T08:44:19.793633+0000 mgr.x (mgr.34625) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:21 smithi120 bash[14933]: cluster 2024-09-11T08:44:21.794330+0000 mgr.x (mgr.34625) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:21 smithi120 bash[18840]: cluster 2024-09-11T08:44:21.794330+0000 mgr.x (mgr.34625) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:21 smithi130 bash[14727]: cluster 2024-09-11T08:44:21.794330+0000 mgr.x (mgr.34625) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:24 smithi130 bash[14727]: cluster 2024-09-11T08:44:23.795795+0000 mgr.x (mgr.34625) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:24 smithi120 bash[14933]: cluster 2024-09-11T08:44:23.795795+0000 mgr.x (mgr.34625) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:24.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:24 smithi120 bash[18840]: cluster 2024-09-11T08:44:23.795795+0000 mgr.x (mgr.34625) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:25 smithi120 bash[14933]: cluster 2024-09-11T08:44:25.796438+0000 mgr.x (mgr.34625) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:25 smithi120 bash[18840]: cluster 2024-09-11T08:44:25.796438+0000 mgr.x (mgr.34625) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:26.349 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:44:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:25 smithi130 bash[14727]: cluster 2024-09-11T08:44:25.796438+0000 mgr.x (mgr.34625) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:27 smithi120 bash[14933]: cluster 2024-09-11T08:44:27.797141+0000 mgr.x (mgr.34625) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:28.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:27 smithi120 bash[18840]: cluster 2024-09-11T08:44:27.797141+0000 mgr.x (mgr.34625) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:28.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:27 smithi130 bash[14727]: cluster 2024-09-11T08:44:27.797141+0000 mgr.x (mgr.34625) 114 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.089353+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.089937+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.090521+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.091195+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.092641+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.093389+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.093938+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[14933]: audit 2024-09-11T08:44:28.094346+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.089353+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.089937+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.090521+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.091195+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.092641+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.093389+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.093938+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:28 smithi120 bash[18840]: audit 2024-09-11T08:44:28.094346+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.089353+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.089937+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.090521+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.091195+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.092641+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.093389+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.093938+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-11T08:44:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:28 smithi130 bash[14727]: audit 2024-09-11T08:44:28.094346+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:44:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:29 smithi120 bash[14933]: cluster 2024-09-11T08:44:29.798575+0000 mgr.x (mgr.34625) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:29 smithi120 bash[18840]: cluster 2024-09-11T08:44:29.798575+0000 mgr.x (mgr.34625) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:29 smithi130 bash[14727]: cluster 2024-09-11T08:44:29.798575+0000 mgr.x (mgr.34625) 115 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:30.472 INFO:teuthology.orchestra.run.smithi120.stdout:Scheduled to redeploy mgr.y on host 'smithi120' 2024-09-11T08:44:30.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.028260+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.120:0/3934103255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.436256+0000 mgr.x (mgr.34625) 116 : audit [DBG] from='client.14847 -' 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:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.437790+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.440902+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34625 ' 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:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.445639+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34625 ' 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:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: cephadm 2024-09-11T08:44:30.449612+0000 mgr.x (mgr.34625) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.451372+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:44:30.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.453052+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.028260+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.120:0/3934103255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.436256+0000 mgr.x (mgr.34625) 116 : audit [DBG] from='client.14847 -' 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:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.437790+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.440902+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34625 ' 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:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.445639+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34625 ' 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:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: cephadm 2024-09-11T08:44:30.449612+0000 mgr.x (mgr.34625) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.451372+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:44:30.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.453052+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:30.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.456003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:30.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.462641+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.463418+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.465684+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.471538+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.473647+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.476644+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.482689+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.529920+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.532545+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.533015+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.534164+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: cephadm 2024-09-11T08:44:30.535686+0000 mgr.x (mgr.34625) 118 : cephadm [INF] Deploying daemon mgr.y on smithi120 2024-09-11T08:44:30.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[14933]: audit 2024-09-11T08:44:30.536292+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:44:30.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.456003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:30.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.462641+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:30.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.463418+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.465684+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.471538+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.473647+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.476644+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.482689+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.529920+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.532545+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.533015+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.534164+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: cephadm 2024-09-11T08:44:30.535686+0000 mgr.x (mgr.34625) 118 : cephadm [INF] Deploying daemon mgr.y on smithi120 2024-09-11T08:44:30.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:30 smithi120 bash[18840]: audit 2024-09-11T08:44:30.536292+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:44:31.219 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps --refresh' 2024-09-11T08:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.028260+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.120:0/3934103255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T08:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.436256+0000 mgr.x (mgr.34625) 116 : audit [DBG] from='client.14847 -' 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:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.437790+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' 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:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.440902+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.34625 ' 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:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.445639+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.34625 ' 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:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: cephadm 2024-09-11T08:44:30.449612+0000 mgr.x (mgr.34625) 117 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-11T08:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.451372+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:44:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.453052+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:31.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.456003+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:44:31.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.462641+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.463418+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.465684+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.471538+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"f77e52c1e587\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 302723891, \"cpu_percentage\": \"0.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909303Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:25:04.332835Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:26:43.069910Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:42:31.910579Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:43:33.899258Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.473647+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.476644+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.482689+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.529920+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.532545+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.533015+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.534164+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: cephadm 2024-09-11T08:44:30.535686+0000 mgr.x (mgr.34625) 118 : cephadm [INF] Deploying daemon mgr.y on smithi120 2024-09-11T08:44:31.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:30 smithi130 bash[14727]: audit 2024-09-11T08:44:30.536292+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T08:44:32.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:31 smithi120 bash[14933]: cluster 2024-09-11T08:44:31.799243+0000 mgr.x (mgr.34625) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:32.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:31 smithi120 bash[18840]: cluster 2024-09-11T08:44:31.799243+0000 mgr.x (mgr.34625) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:31 smithi130 bash[14727]: cluster 2024-09-11T08:44:31.799243+0000 mgr.x (mgr.34625) 119 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:34 smithi130 bash[14727]: cluster 2024-09-11T08:44:33.800728+0000 mgr.x (mgr.34625) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:34 smithi120 bash[14933]: cluster 2024-09-11T08:44:33.800728+0000 mgr.x (mgr.34625) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:34 smithi120 bash[18840]: cluster 2024-09-11T08:44:33.800728+0000 mgr.x (mgr.34625) 120 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (2m) 2m ago 13m 15.0M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (12m) 2m ago 12m 26.8M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (6m) 2m ago 17m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 26acfcd63e41 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 running (19m) 2m ago 19m 288M - 15.2.0 204a01f9b0b6 f77e52c1e587 2024-09-11T08:44:35.929 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (19m) 2m ago 19m 113M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (18m) 2m ago 18m 116M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (18m) 2m ago 18m 114M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (13m) 2m ago 13m 11.8M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (13m) 2m ago 13m 11.5M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (17m) 2m ago 17m 50.4M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (16m) 2m ago 17m 49.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (16m) 2m ago 16m 47.0M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (16m) 2m ago 16m 50.9M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (15m) 2m ago 15m 50.6M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (15m) 2m ago 15m 49.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:44:35.930 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (14m) 2m ago 14m 49.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:44:35.931 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (14m) 2m ago 14m 51.7M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:44:35.931 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (2m) 2m ago 13m 27.2M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:44:35.931 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (11m) 2m ago 11m 49.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:44:35.931 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (11m) 2m ago 11m 49.9M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:44:36.153 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:35 smithi120 bash[14933]: cluster 2024-09-11T08:44:35.801399+0000 mgr.x (mgr.34625) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:36.153 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:35 smithi120 bash[18840]: cluster 2024-09-11T08:44:35.801399+0000 mgr.x (mgr.34625) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:36.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:35 smithi130 bash[14727]: cluster 2024-09-11T08:44:35.801399+0000 mgr.x (mgr.34625) 121 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.898740+0000 mgr.x (mgr.34625) 122 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:44:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.904856+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.905841+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.906799+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.907760+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.908691+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.909650+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.913634+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.914481+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.915381+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.916111+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[14933]: audit 2024-09-11T08:44:35.916771+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.898740+0000 mgr.x (mgr.34625) 122 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:44:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.904856+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.905841+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.906799+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.907760+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.908691+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.909650+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.913634+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.914481+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.915381+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.916111+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:36 smithi120 bash[18840]: audit 2024-09-11T08:44:35.916771+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.898740+0000 mgr.x (mgr.34625) 122 : audit [DBG] from='client.24763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:44:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.904856+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.905841+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.906799+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.907760+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.908691+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.909650+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.913634+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.914481+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.915381+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.916111+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:36 smithi130 bash[14727]: audit 2024-09-11T08:44:35.916771+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:44:38.363 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:37 smithi120 bash[14933]: cluster 2024-09-11T08:44:37.802094+0000 mgr.x (mgr.34625) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:38.363 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:37 smithi120 bash[18840]: cluster 2024-09-11T08:44:37.802094+0000 mgr.x (mgr.34625) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:38.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:37 smithi130 bash[14727]: cluster 2024-09-11T08:44:37.802094+0000 mgr.x (mgr.34625) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:38.742 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:44:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:39 smithi120 bash[14933]: cluster 2024-09-11T08:44:39.803531+0000 mgr.x (mgr.34625) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:39 smithi120 bash[18840]: cluster 2024-09-11T08:44:39.803531+0000 mgr.x (mgr.34625) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:40.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:39 smithi130 bash[14727]: cluster 2024-09-11T08:44:39.803531+0000 mgr.x (mgr.34625) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:41 smithi120 bash[14933]: cluster 2024-09-11T08:44:41.804175+0000 mgr.x (mgr.34625) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:42.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:41 smithi120 bash[18840]: cluster 2024-09-11T08:44:41.804175+0000 mgr.x (mgr.34625) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:42.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:41 smithi130 bash[14727]: cluster 2024-09-11T08:44:41.804175+0000 mgr.x (mgr.34625) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:44.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:44 smithi130 bash[14727]: cluster 2024-09-11T08:44:43.805693+0000 mgr.x (mgr.34625) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:44.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:44 smithi120 bash[14933]: cluster 2024-09-11T08:44:43.805693+0000 mgr.x (mgr.34625) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:44 smithi120 bash[18840]: cluster 2024-09-11T08:44:43.805693+0000 mgr.x (mgr.34625) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:45 smithi120 bash[18840]: cluster 2024-09-11T08:44:45.806380+0000 mgr.x (mgr.34625) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:45 smithi120 bash[14933]: cluster 2024-09-11T08:44:45.806380+0000 mgr.x (mgr.34625) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:46.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:45 smithi130 bash[14727]: cluster 2024-09-11T08:44:45.806380+0000 mgr.x (mgr.34625) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:47 smithi120 bash[18840]: cluster 2024-09-11T08:44:47.807039+0000 mgr.x (mgr.34625) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:47 smithi120 bash[14933]: cluster 2024-09-11T08:44:47.807039+0000 mgr.x (mgr.34625) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:48.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:47 smithi130 bash[14727]: cluster 2024-09-11T08:44:47.807039+0000 mgr.x (mgr.34625) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:49 smithi120 bash[14933]: cluster 2024-09-11T08:44:49.808498+0000 mgr.x (mgr.34625) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:49 smithi120 bash[18840]: cluster 2024-09-11T08:44:49.808498+0000 mgr.x (mgr.34625) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:50.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:49 smithi130 bash[14727]: cluster 2024-09-11T08:44:49.808498+0000 mgr.x (mgr.34625) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:51 smithi120 bash[14933]: cluster 2024-09-11T08:44:51.809258+0000 mgr.x (mgr.34625) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:51 smithi120 bash[18840]: cluster 2024-09-11T08:44:51.809258+0000 mgr.x (mgr.34625) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:52.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:51 smithi130 bash[14727]: cluster 2024-09-11T08:44:51.809258+0000 mgr.x (mgr.34625) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:54 smithi130 bash[14727]: cluster 2024-09-11T08:44:53.810692+0000 mgr.x (mgr.34625) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:54 smithi120 bash[14933]: cluster 2024-09-11T08:44:53.810692+0000 mgr.x (mgr.34625) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:54 smithi120 bash[18840]: cluster 2024-09-11T08:44:53.810692+0000 mgr.x (mgr.34625) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:55 smithi120 bash[14933]: cluster 2024-09-11T08:44:55.811346+0000 mgr.x (mgr.34625) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:55 smithi120 bash[18840]: cluster 2024-09-11T08:44:55.811346+0000 mgr.x (mgr.34625) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:56.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:55 smithi130 bash[14727]: cluster 2024-09-11T08:44:55.811346+0000 mgr.x (mgr.34625) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:57 smithi120 bash[14933]: cluster 2024-09-11T08:44:57.812096+0000 mgr.x (mgr.34625) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:57 smithi120 bash[18840]: cluster 2024-09-11T08:44:57.812096+0000 mgr.x (mgr.34625) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:44:58.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:57 smithi130 bash[14727]: cluster 2024-09-11T08:44:57.812096+0000 mgr.x (mgr.34625) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:44:59 smithi120 bash[14933]: cluster 2024-09-11T08:44:59.813556+0000 mgr.x (mgr.34625) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:44:59 smithi120 bash[18840]: cluster 2024-09-11T08:44:59.813556+0000 mgr.x (mgr.34625) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:44:59 smithi130 bash[14727]: cluster 2024-09-11T08:44:59.813556+0000 mgr.x (mgr.34625) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:02.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:01 smithi120 bash[14933]: cluster 2024-09-11T08:45:01.814185+0000 mgr.x (mgr.34625) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:01 smithi120 bash[18840]: cluster 2024-09-11T08:45:01.814185+0000 mgr.x (mgr.34625) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:02.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:01 smithi130 bash[14727]: cluster 2024-09-11T08:45:01.814185+0000 mgr.x (mgr.34625) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:04.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:04 smithi130 bash[14727]: cluster 2024-09-11T08:45:03.815647+0000 mgr.x (mgr.34625) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:04.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:04 smithi120 bash[14933]: cluster 2024-09-11T08:45:03.815647+0000 mgr.x (mgr.34625) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:04 smithi120 bash[18840]: cluster 2024-09-11T08:45:03.815647+0000 mgr.x (mgr.34625) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:05 smithi120 bash[14933]: cluster 2024-09-11T08:45:05.816278+0000 mgr.x (mgr.34625) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:05 smithi120 bash[18840]: cluster 2024-09-11T08:45:05.816278+0000 mgr.x (mgr.34625) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:05 smithi130 bash[14727]: cluster 2024-09-11T08:45:05.816278+0000 mgr.x (mgr.34625) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:08.173 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:07 smithi120 bash[14933]: cluster 2024-09-11T08:45:07.816882+0000 mgr.x (mgr.34625) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:08.173 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:07 smithi120 bash[18840]: cluster 2024-09-11T08:45:07.816882+0000 mgr.x (mgr.34625) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:08.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:07 smithi130 bash[14727]: cluster 2024-09-11T08:45:07.816882+0000 mgr.x (mgr.34625) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:10.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:09 smithi120 bash[18840]: cluster 2024-09-11T08:45:09.818348+0000 mgr.x (mgr.34625) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:10.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:09 smithi120 bash[14933]: cluster 2024-09-11T08:45:09.818348+0000 mgr.x (mgr.34625) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:10.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:09 smithi130 bash[14727]: cluster 2024-09-11T08:45:09.818348+0000 mgr.x (mgr.34625) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:12.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:11 smithi120 bash[14933]: cluster 2024-09-11T08:45:11.819026+0000 mgr.x (mgr.34625) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:11 smithi120 bash[18840]: cluster 2024-09-11T08:45:11.819026+0000 mgr.x (mgr.34625) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:12.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:11 smithi130 bash[14727]: cluster 2024-09-11T08:45:11.819026+0000 mgr.x (mgr.34625) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:14.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:14 smithi130 bash[14727]: cluster 2024-09-11T08:45:13.820444+0000 mgr.x (mgr.34625) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:14 smithi120 bash[14933]: cluster 2024-09-11T08:45:13.820444+0000 mgr.x (mgr.34625) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:14 smithi120 bash[18840]: cluster 2024-09-11T08:45:13.820444+0000 mgr.x (mgr.34625) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:15 smithi120 bash[14933]: cluster 2024-09-11T08:45:15.821158+0000 mgr.x (mgr.34625) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:15 smithi120 bash[18840]: cluster 2024-09-11T08:45:15.821158+0000 mgr.x (mgr.34625) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:16.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:15 smithi130 bash[14727]: cluster 2024-09-11T08:45:15.821158+0000 mgr.x (mgr.34625) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:16.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:16 smithi120 systemd[1]: Stopping Ceph mgr.y for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:45:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:17 smithi120 bash[14933]: cluster 2024-09-11T08:45:17.821835+0000 mgr.x (mgr.34625) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:17 smithi120 bash[18840]: cluster 2024-09-11T08:45:17.821835+0000 mgr.x (mgr.34625) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:17 smithi130 bash[14727]: cluster 2024-09-11T08:45:17.821835+0000 mgr.x (mgr.34625) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:19 smithi120 bash[14933]: cluster 2024-09-11T08:45:19.823300+0000 mgr.x (mgr.34625) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:19 smithi120 bash[18840]: cluster 2024-09-11T08:45:19.823300+0000 mgr.x (mgr.34625) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:19 smithi130 bash[14727]: cluster 2024-09-11T08:45:19.823300+0000 mgr.x (mgr.34625) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:22.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:21 smithi120 bash[18840]: cluster 2024-09-11T08:45:21.824023+0000 mgr.x (mgr.34625) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:21 smithi120 bash[14933]: cluster 2024-09-11T08:45:21.824023+0000 mgr.x (mgr.34625) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:21 smithi130 bash[14727]: cluster 2024-09-11T08:45:21.824023+0000 mgr.x (mgr.34625) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:24.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:24 smithi130 bash[14727]: cluster 2024-09-11T08:45:23.825441+0000 mgr.x (mgr.34625) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:24 smithi120 bash[14933]: cluster 2024-09-11T08:45:23.825441+0000 mgr.x (mgr.34625) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:24.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:24 smithi120 bash[18840]: cluster 2024-09-11T08:45:23.825441+0000 mgr.x (mgr.34625) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:25 smithi120 bash[14933]: cluster 2024-09-11T08:45:25.826120+0000 mgr.x (mgr.34625) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:25 smithi120 bash[18840]: cluster 2024-09-11T08:45:25.826120+0000 mgr.x (mgr.34625) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:25 smithi130 bash[14727]: cluster 2024-09-11T08:45:25.826120+0000 mgr.x (mgr.34625) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:27.536 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[40734]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.y 2024-09-11T08:45:27.536 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:45:27.536 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[40816]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.y 2024-09-11T08:45:27.536 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-11T08:45:27.536 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 systemd[1]: Stopped Ceph mgr.y for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:45:27.855 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:27 smithi120 systemd[1]: Started Ceph mgr.y for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:45:28.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.798220+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.799484+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.802787+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.806296+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.808070+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.811631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.818262+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.818454+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.820028+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.823361+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: cluster 2024-09-11T08:45:27.826669+0000 mgr.x (mgr.34625) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:28.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.830207+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.830521+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.833752+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.839864+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:27 smithi130 bash[14727]: audit 2024-09-11T08:45:27.847336+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.798220+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.799484+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.798220+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.799484+0000 mon.b (mon.2) 205 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.802787+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.802787+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.806296+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.806296+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.808070+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.811631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.818262+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.818454+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.808070+0000 mon.b (mon.2) 206 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.820028+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.823361+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: cluster 2024-09-11T08:45:27.826669+0000 mgr.x (mgr.34625) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:28.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.811631+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.830207+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.818262+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.818454+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:28.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.830521+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.820028+0000 mon.b (mon.2) 208 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.833752+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.839864+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[18840]: audit 2024-09-11T08:45:27.847336+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:28.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.823361+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: cluster 2024-09-11T08:45:27.826669+0000 mgr.x (mgr.34625) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.830207+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.830521+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.833752+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.839864+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 119432806, \"cpu_percentage\": \"2.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909068Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120166809, \"cpu_percentage\": \"1.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909446Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52921630, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909578Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51841597, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909706Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49335500, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909835Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53403975, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.909961Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12467568, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910088Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 15770583, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:42:31.910214Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52376371, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:42:31.910340Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:28.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:27 smithi120 bash[14933]: audit 2024-09-11T08:45:27.847336+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:27.850702+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.096218+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.096730+0000 mon.b (mon.2) 213 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.097235+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.097724+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.099939+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.101566+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.102139+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:28 smithi130 bash[14727]: audit 2024-09-11T08:45:28.102671+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:27.850702+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.096218+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.096730+0000 mon.b (mon.2) 213 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.097235+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.097724+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.099939+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.101566+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.102139+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[18840]: audit 2024-09-11T08:45:28.102671+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:27.850702+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.096218+0000 mon.b (mon.2) 212 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.096730+0000 mon.b (mon.2) 213 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.097235+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.097724+0000 mon.b (mon.2) 215 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.099939+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.101566+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.149 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.102139+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:45:29.150 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:28 smithi120 bash[14933]: audit 2024-09-11T08:45:28.102671+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:45:29.431 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:29 smithi120 bash[40897]: debug 2024-09-11T08:45:29.146+0000 7fe3ee394640 1 -- 172.21.15.120:0/32419585 <== mon.0 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563f6d8da340 con 0x563f6d8e7000 2024-09-11T08:45:29.431 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:29 smithi120 bash[40897]: debug 2024-09-11T08:45:29.274+0000 7fe3f0bfcec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:45:30.315 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.030+0000 7fe3f0bfcec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:45:30.315 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.094+0000 7fe3f0bfcec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:45:30.315 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.162+0000 7fe3f0bfcec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:45:30.620 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.314+0000 7fe3f0bfcec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:45:30.620 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.558+0000 7fe3f0bfcec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:45:30.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[14933]: cluster 2024-09-11T08:45:29.828175+0000 mgr.x (mgr.34625) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:30.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.618+0000 7fe3f0bfcec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:45:30.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[40897]: debug 2024-09-11T08:45:30.750+0000 7fe3f0bfcec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:45:30.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:30 smithi120 bash[18840]: cluster 2024-09-11T08:45:29.828175+0000 mgr.x (mgr.34625) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:30 smithi130 bash[14727]: cluster 2024-09-11T08:45:29.828175+0000 mgr.x (mgr.34625) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:31.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:31 smithi120 bash[40897]: debug 2024-09-11T08:45:31.382+0000 7fe3f0bfcec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:45:31.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:31 smithi120 bash[40897]: debug 2024-09-11T08:45:31.454+0000 7fe3f0bfcec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:45:31.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:31 smithi120 bash[40897]: debug 2024-09-11T08:45:31.526+0000 7fe3f0bfcec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:45:32.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:31 smithi120 bash[40897]: debug 2024-09-11T08:45:31.810+0000 7fe3f0bfcec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:45:32.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:31 smithi120 bash[40897]: debug 2024-09-11T08:45:31.946+0000 7fe3f0bfcec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:45:32.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[40897]: debug 2024-09-11T08:45:32.262+0000 7fe3f0bfcec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:45:32.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[40897]: debug 2024-09-11T08:45:32.478+0000 7fe3f0bfcec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:45:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[14933]: cluster 2024-09-11T08:45:31.828799+0000 mgr.x (mgr.34625) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[18840]: cluster 2024-09-11T08:45:31.828799+0000 mgr.x (mgr.34625) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:33.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[40897]: debug 2024-09-11T08:45:32.890+0000 7fe3f0bfcec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:45:33.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:32 smithi120 bash[40897]: debug 2024-09-11T08:45:32.954+0000 7fe3f0bfcec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:45:33.183 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.018+0000 7fe3f0bfcec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:45:33.183 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.110+0000 7fe3f0bfcec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:45:33.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:32 smithi130 bash[14727]: cluster 2024-09-11T08:45:31.828799+0000 mgr.x (mgr.34625) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:33.478 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.182+0000 7fe3f0bfcec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:45:33.478 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.254+0000 7fe3f0bfcec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:45:33.478 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.398+0000 7fe3f0bfcec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:45:33.931 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:33 smithi120 bash[40897]: debug 2024-09-11T08:45:33.474+0000 7fe3f0bfcec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:45:34.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.209252+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.210555+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.213844+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.217281+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.219198+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.223039+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:34 smithi130 bash[14727]: audit 2024-09-11T08:45:34.227464+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:34.931 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[40897]: debug 2024-09-11T08:45:34.522+0000 7fe3f0bfcec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:45:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.209252+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.210555+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.209252+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.210555+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.213844+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.213844+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.217281+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:34.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.217281+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.219198+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.219198+0000 mon.b (mon.2) 218 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.223039+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[18840]: audit 2024-09-11T08:45:34.227464+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:34.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.223039+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:34.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:34 smithi120 bash[14933]: audit 2024-09-11T08:45:34.227464+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.528538Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:36:21.013472Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:35.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: cluster 2024-09-11T08:45:33.830044+0000 mgr.x (mgr.34625) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:35.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: cluster 2024-09-11T08:45:34.526799+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:45:35.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: cluster 2024-09-11T08:45:34.526949+0000 mon.a (mon.0) 754 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.528328+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.528971+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.529850+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.530209+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.927937+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.929559+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.933239+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.938455+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:35.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.938635+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.942302+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:34.948190+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:35.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:35.334663+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:35.338216+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:35 smithi130 bash[14727]: audit 2024-09-11T08:45:35.344106+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:45:35.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: cluster 2024-09-11T08:45:33.830044+0000 mgr.x (mgr.34625) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: cluster 2024-09-11T08:45:34.526799+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: cluster 2024-09-11T08:45:34.526949+0000 mon.a (mon.0) 754 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.528328+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.528971+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.529850+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.530209+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.927937+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: cluster 2024-09-11T08:45:33.830044+0000 mgr.x (mgr.34625) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:35.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: cluster 2024-09-11T08:45:34.526799+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon y restarted 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: cluster 2024-09-11T08:45:34.526949+0000 mon.a (mon.0) 754 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.528328+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.528971+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.529850+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.530209+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.927937+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.929559+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.933239+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.929559+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.933239+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:45:35.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.938455+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:35.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.938455+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:45:35.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.938635+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.938635+0000 mon.b (mon.2) 221 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.942302+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.942302+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:45:35.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:34.948190+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:35.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:35.334663+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:35.338216+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[14933]: audit 2024-09-11T08:45:35.344106+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:45:35.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:34.948190+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:44:30.507947Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:36:20.720214Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:45:35.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:35.334663+0000 mon.b (mon.2) 222 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:35.338216+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:45:35.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:35 smithi120 bash[18840]: audit 2024-09-11T08:45:35.344106+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:45:36.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:36 smithi130 bash[14727]: cluster 2024-09-11T08:45:35.536428+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T08:45:36.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:36 smithi120 bash[14933]: cluster 2024-09-11T08:45:35.536428+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T08:45:36.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:36 smithi120 bash[18840]: cluster 2024-09-11T08:45:35.536428+0000 mon.a (mon.0) 761 : cluster [DBG] mgrmap e22: x(active, since 4m), standbys: y 2024-09-11T08:45:37.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:37 smithi130 bash[14727]: cluster 2024-09-11T08:45:35.830692+0000 mgr.x (mgr.34625) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:37.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:37 smithi120 bash[14933]: cluster 2024-09-11T08:45:35.830692+0000 mgr.x (mgr.34625) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:37.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:37 smithi120 bash[18840]: cluster 2024-09-11T08:45:35.830692+0000 mgr.x (mgr.34625) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:39.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:39 smithi130 bash[14727]: cluster 2024-09-11T08:45:37.831402+0000 mgr.x (mgr.34625) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:39.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:39 smithi120 bash[14933]: cluster 2024-09-11T08:45:37.831402+0000 mgr.x (mgr.34625) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:39.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:39 smithi120 bash[18840]: cluster 2024-09-11T08:45:37.831402+0000 mgr.x (mgr.34625) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:41.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:41 smithi130 bash[14727]: cluster 2024-09-11T08:45:39.832828+0000 mgr.x (mgr.34625) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:41.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:41 smithi120 bash[14933]: cluster 2024-09-11T08:45:39.832828+0000 mgr.x (mgr.34625) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:41.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:41 smithi120 bash[18840]: cluster 2024-09-11T08:45:39.832828+0000 mgr.x (mgr.34625) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:43.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:43 smithi130 bash[14727]: cluster 2024-09-11T08:45:41.833522+0000 mgr.x (mgr.34625) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:43.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:43 smithi120 bash[14933]: cluster 2024-09-11T08:45:41.833522+0000 mgr.x (mgr.34625) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:43.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:43 smithi120 bash[18840]: cluster 2024-09-11T08:45:41.833522+0000 mgr.x (mgr.34625) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:45.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:45 smithi130 bash[14727]: cluster 2024-09-11T08:45:43.834948+0000 mgr.x (mgr.34625) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:45.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:45 smithi120 bash[14933]: cluster 2024-09-11T08:45:43.834948+0000 mgr.x (mgr.34625) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:45.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:45 smithi120 bash[18840]: cluster 2024-09-11T08:45:43.834948+0000 mgr.x (mgr.34625) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:47.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:47 smithi130 bash[14727]: cluster 2024-09-11T08:45:45.835673+0000 mgr.x (mgr.34625) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:47.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:47 smithi120 bash[14933]: cluster 2024-09-11T08:45:45.835673+0000 mgr.x (mgr.34625) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:47.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:47 smithi120 bash[18840]: cluster 2024-09-11T08:45:45.835673+0000 mgr.x (mgr.34625) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:49.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:49 smithi130 bash[14727]: cluster 2024-09-11T08:45:47.836346+0000 mgr.x (mgr.34625) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:49.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:49 smithi120 bash[14933]: cluster 2024-09-11T08:45:47.836346+0000 mgr.x (mgr.34625) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:49.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:49 smithi120 bash[18840]: cluster 2024-09-11T08:45:47.836346+0000 mgr.x (mgr.34625) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:51.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:51 smithi130 bash[14727]: cluster 2024-09-11T08:45:49.837850+0000 mgr.x (mgr.34625) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:51.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:51 smithi120 bash[18840]: cluster 2024-09-11T08:45:49.837850+0000 mgr.x (mgr.34625) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:51.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:51 smithi120 bash[14933]: cluster 2024-09-11T08:45:49.837850+0000 mgr.x (mgr.34625) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:53 smithi130 bash[14727]: cluster 2024-09-11T08:45:51.838538+0000 mgr.x (mgr.34625) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:53.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:53 smithi120 bash[14933]: cluster 2024-09-11T08:45:51.838538+0000 mgr.x (mgr.34625) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:53.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:53 smithi120 bash[18840]: cluster 2024-09-11T08:45:51.838538+0000 mgr.x (mgr.34625) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:55.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:55 smithi120 bash[14933]: cluster 2024-09-11T08:45:53.840024+0000 mgr.x (mgr.34625) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:55.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:55 smithi120 bash[18840]: cluster 2024-09-11T08:45:53.840024+0000 mgr.x (mgr.34625) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:55 smithi130 bash[14727]: cluster 2024-09-11T08:45:53.840024+0000 mgr.x (mgr.34625) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:57.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:57 smithi120 bash[14933]: cluster 2024-09-11T08:45:55.840707+0000 mgr.x (mgr.34625) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:57.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:57 smithi120 bash[18840]: cluster 2024-09-11T08:45:55.840707+0000 mgr.x (mgr.34625) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:57 smithi130 bash[14727]: cluster 2024-09-11T08:45:55.840707+0000 mgr.x (mgr.34625) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:59.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:45:59 smithi120 bash[14933]: cluster 2024-09-11T08:45:57.841500+0000 mgr.x (mgr.34625) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:45:59.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:45:59 smithi120 bash[18840]: cluster 2024-09-11T08:45:57.841500+0000 mgr.x (mgr.34625) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:45:59 smithi130 bash[14727]: cluster 2024-09-11T08:45:57.841500+0000 mgr.x (mgr.34625) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:01.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:01 smithi120 bash[14933]: cluster 2024-09-11T08:45:59.843023+0000 mgr.x (mgr.34625) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:01.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:01 smithi120 bash[18840]: cluster 2024-09-11T08:45:59.843023+0000 mgr.x (mgr.34625) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:01 smithi130 bash[14727]: cluster 2024-09-11T08:45:59.843023+0000 mgr.x (mgr.34625) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:03.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:03 smithi120 bash[14933]: cluster 2024-09-11T08:46:01.843768+0000 mgr.x (mgr.34625) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:03.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:03 smithi120 bash[18840]: cluster 2024-09-11T08:46:01.843768+0000 mgr.x (mgr.34625) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:03 smithi130 bash[14727]: cluster 2024-09-11T08:46:01.843768+0000 mgr.x (mgr.34625) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:05.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:05 smithi120 bash[14933]: cluster 2024-09-11T08:46:03.845213+0000 mgr.x (mgr.34625) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:05.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:05 smithi120 bash[18840]: cluster 2024-09-11T08:46:03.845213+0000 mgr.x (mgr.34625) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:06.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:05 smithi130 bash[14727]: cluster 2024-09-11T08:46:03.845213+0000 mgr.x (mgr.34625) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:07.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:07 smithi120 bash[14933]: cluster 2024-09-11T08:46:05.845882+0000 mgr.x (mgr.34625) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:07.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:07 smithi120 bash[18840]: cluster 2024-09-11T08:46:05.845882+0000 mgr.x (mgr.34625) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:08.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:07 smithi130 bash[14727]: cluster 2024-09-11T08:46:05.845882+0000 mgr.x (mgr.34625) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:09 smithi120 bash[18840]: cluster 2024-09-11T08:46:07.846546+0000 mgr.x (mgr.34625) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:09.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:09 smithi120 bash[14933]: cluster 2024-09-11T08:46:07.846546+0000 mgr.x (mgr.34625) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:09 smithi130 bash[14727]: cluster 2024-09-11T08:46:07.846546+0000 mgr.x (mgr.34625) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:11.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:11 smithi120 bash[14933]: cluster 2024-09-11T08:46:09.848019+0000 mgr.x (mgr.34625) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:11.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:11 smithi120 bash[18840]: cluster 2024-09-11T08:46:09.848019+0000 mgr.x (mgr.34625) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:12.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:11 smithi130 bash[14727]: cluster 2024-09-11T08:46:09.848019+0000 mgr.x (mgr.34625) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:13 smithi130 bash[14727]: cluster 2024-09-11T08:46:11.848778+0000 mgr.x (mgr.34625) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:14.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:13 smithi120 bash[18840]: cluster 2024-09-11T08:46:11.848778+0000 mgr.x (mgr.34625) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:13 smithi120 bash[14933]: cluster 2024-09-11T08:46:11.848778+0000 mgr.x (mgr.34625) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:16.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:15 smithi130 bash[14727]: cluster 2024-09-11T08:46:13.850261+0000 mgr.x (mgr.34625) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:15 smithi120 bash[14933]: cluster 2024-09-11T08:46:13.850261+0000 mgr.x (mgr.34625) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:15 smithi120 bash[18840]: cluster 2024-09-11T08:46:13.850261+0000 mgr.x (mgr.34625) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:17 smithi130 bash[14727]: cluster 2024-09-11T08:46:15.850931+0000 mgr.x (mgr.34625) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:17 smithi120 bash[14933]: cluster 2024-09-11T08:46:15.850931+0000 mgr.x (mgr.34625) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:17 smithi120 bash[18840]: cluster 2024-09-11T08:46:15.850931+0000 mgr.x (mgr.34625) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:19 smithi130 bash[14727]: cluster 2024-09-11T08:46:17.851652+0000 mgr.x (mgr.34625) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:19 smithi120 bash[14933]: cluster 2024-09-11T08:46:17.851652+0000 mgr.x (mgr.34625) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:19 smithi120 bash[18840]: cluster 2024-09-11T08:46:17.851652+0000 mgr.x (mgr.34625) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:21 smithi130 bash[14727]: cluster 2024-09-11T08:46:19.853135+0000 mgr.x (mgr.34625) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:21 smithi120 bash[14933]: cluster 2024-09-11T08:46:19.853135+0000 mgr.x (mgr.34625) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:22.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:21 smithi120 bash[18840]: cluster 2024-09-11T08:46:19.853135+0000 mgr.x (mgr.34625) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:24.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:23 smithi130 bash[14727]: cluster 2024-09-11T08:46:21.853913+0000 mgr.x (mgr.34625) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:24.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:23 smithi120 bash[14933]: cluster 2024-09-11T08:46:21.853913+0000 mgr.x (mgr.34625) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:24.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:23 smithi120 bash[18840]: cluster 2024-09-11T08:46:21.853913+0000 mgr.x (mgr.34625) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:25 smithi130 bash[14727]: cluster 2024-09-11T08:46:23.855375+0000 mgr.x (mgr.34625) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:25 smithi120 bash[14933]: cluster 2024-09-11T08:46:23.855375+0000 mgr.x (mgr.34625) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:25 smithi120 bash[18840]: cluster 2024-09-11T08:46:23.855375+0000 mgr.x (mgr.34625) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:28.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:27 smithi130 bash[14727]: cluster 2024-09-11T08:46:25.856057+0000 mgr.x (mgr.34625) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:27 smithi120 bash[14933]: cluster 2024-09-11T08:46:25.856057+0000 mgr.x (mgr.34625) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:28.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:27 smithi120 bash[18840]: cluster 2024-09-11T08:46:25.856057+0000 mgr.x (mgr.34625) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.104071+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.104801+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.105332+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.105978+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.107752+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.108646+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.109350+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:28 smithi130 bash[14727]: audit 2024-09-11T08:46:28.109902+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.104071+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.104801+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.105332+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.105978+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.107752+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.108646+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.109350+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[14933]: audit 2024-09-11T08:46:28.109902+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.104071+0000 mon.b (mon.2) 223 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.104801+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.105332+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.105978+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.107752+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:46:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.108646+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.109350+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:46:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:28 smithi120 bash[18840]: audit 2024-09-11T08:46:28.109902+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:46:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:29 smithi130 bash[14727]: cluster 2024-09-11T08:46:27.856746+0000 mgr.x (mgr.34625) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:29 smithi120 bash[14933]: cluster 2024-09-11T08:46:27.856746+0000 mgr.x (mgr.34625) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:29 smithi120 bash[18840]: cluster 2024-09-11T08:46:27.856746+0000 mgr.x (mgr.34625) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:32.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:31 smithi130 bash[14727]: cluster 2024-09-11T08:46:29.858169+0000 mgr.x (mgr.34625) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:32.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:31 smithi120 bash[14933]: cluster 2024-09-11T08:46:29.858169+0000 mgr.x (mgr.34625) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:32.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:31 smithi120 bash[18840]: cluster 2024-09-11T08:46:29.858169+0000 mgr.x (mgr.34625) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:33 smithi130 bash[14727]: cluster 2024-09-11T08:46:31.858873+0000 mgr.x (mgr.34625) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:33 smithi120 bash[14933]: cluster 2024-09-11T08:46:31.858873+0000 mgr.x (mgr.34625) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:33 smithi120 bash[18840]: cluster 2024-09-11T08:46:31.858873+0000 mgr.x (mgr.34625) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: cluster 2024-09-11T08:46:33.860357+0000 mgr.x (mgr.34625) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.685066+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.686630+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.690260+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.692032+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.695314+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.695641+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.696460+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.699295+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.700433+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.704362+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:46:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.705260+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.709186+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.710915+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.714514+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:35 smithi130 bash[14727]: audit 2024-09-11T08:46:35.718580+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: cluster 2024-09-11T08:46:33.860357+0000 mgr.x (mgr.34625) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.685066+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.686630+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: cluster 2024-09-11T08:46:33.860357+0000 mgr.x (mgr.34625) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.685066+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.686630+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.690260+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.692032+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.690260+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.692032+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.695314+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.695641+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.695314+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.695641+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.696460+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.699295+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.696460+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.700433+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.704362+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:46:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.699295+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.705260+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.709186+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.700433+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.704362+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:46:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.705260+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 133693440, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.923446Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 153930956, \"cpu_percentage\": \"100.34%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:45:34.923889Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130337996, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924163Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54484008, \"cpu_percentage\": \"1.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924419Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53089402, \"cpu_percentage\": \"1.12%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924670Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50793021, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.924918Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"1.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925164Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13023313, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925411Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17311989, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.925658Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53173288, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.925904Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.926322Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.710915+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.714514+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[14933]: audit 2024-09-11T08:46:35.718580+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.709186+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.710915+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.714514+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:35 smithi120 bash[18840]: audit 2024-09-11T08:46:35.718580+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134637158, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206263Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 454872268, \"cpu_percentage\": \"0.52%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.206518Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54347694, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206681Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53959720, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206834Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53309603, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.206983Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55700357, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207131Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 35599155, \"cpu_percentage\": \"0.00%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207278Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13285457, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207426Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28175237, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:45:34.207595Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53215232, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:45:34.207761Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:45:34.208037Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:41:36.484760Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:37 smithi130 bash[14727]: cluster 2024-09-11T08:46:35.861028+0000 mgr.x (mgr.34625) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:37 smithi120 bash[14933]: cluster 2024-09-11T08:46:35.861028+0000 mgr.x (mgr.34625) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:37 smithi120 bash[18840]: cluster 2024-09-11T08:46:35.861028+0000 mgr.x (mgr.34625) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:40.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:39 smithi130 bash[14727]: cluster 2024-09-11T08:46:37.861737+0000 mgr.x (mgr.34625) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:39 smithi120 bash[14933]: cluster 2024-09-11T08:46:37.861737+0000 mgr.x (mgr.34625) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:39 smithi120 bash[18840]: cluster 2024-09-11T08:46:37.861737+0000 mgr.x (mgr.34625) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:42.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:41 smithi130 bash[14727]: cluster 2024-09-11T08:46:39.863200+0000 mgr.x (mgr.34625) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:41 smithi120 bash[14933]: cluster 2024-09-11T08:46:39.863200+0000 mgr.x (mgr.34625) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:42.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:41 smithi120 bash[18840]: cluster 2024-09-11T08:46:39.863200+0000 mgr.x (mgr.34625) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.921409+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.923061+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.927114+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.932998+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.933787+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.937127+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:41.942355+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:42.329932+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:42.333725+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:42 smithi130 bash[14727]: audit 2024-09-11T08:46:42.340570+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:46:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.921409+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.923061+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.921409+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:46:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.923061+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.927114+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.927114+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:46:43.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.932998+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.932998+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.933787+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.933787+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.937127+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:41.942355+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:42.329932+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:42.333725+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[18840]: audit 2024-09-11T08:46:42.340570+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:46:43.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.937127+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:46:43.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:41.942355+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 161690419, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.916857Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407476633, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:46:41.917253Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 130757427, \"cpu_percentage\": \"1.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917526Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55438213, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.917781Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53236203, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918031Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51191480, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918280Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54557409, \"cpu_percentage\": \"0.71%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918525Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12803112, \"cpu_percentage\": \"3.02%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.918771Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17196646, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919019Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53886320, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:46:41.919264Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:46:41.919722Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:41:36.077093Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:46:43.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:42.329932+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:42.333725+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:46:43.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:42 smithi120 bash[14933]: audit 2024-09-11T08:46:42.340570+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:46:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:43 smithi130 bash[14727]: cluster 2024-09-11T08:46:41.863921+0000 mgr.x (mgr.34625) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:43 smithi120 bash[14933]: cluster 2024-09-11T08:46:41.863921+0000 mgr.x (mgr.34625) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:43 smithi120 bash[18840]: cluster 2024-09-11T08:46:41.863921+0000 mgr.x (mgr.34625) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:46.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:45 smithi130 bash[14727]: cluster 2024-09-11T08:46:43.865373+0000 mgr.x (mgr.34625) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:45 smithi120 bash[14933]: cluster 2024-09-11T08:46:43.865373+0000 mgr.x (mgr.34625) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:45 smithi120 bash[18840]: cluster 2024-09-11T08:46:43.865373+0000 mgr.x (mgr.34625) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:48.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:47 smithi130 bash[14727]: cluster 2024-09-11T08:46:45.866024+0000 mgr.x (mgr.34625) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:47 smithi120 bash[14933]: cluster 2024-09-11T08:46:45.866024+0000 mgr.x (mgr.34625) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:47 smithi120 bash[18840]: cluster 2024-09-11T08:46:45.866024+0000 mgr.x (mgr.34625) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:49 smithi130 bash[14727]: cluster 2024-09-11T08:46:47.866689+0000 mgr.x (mgr.34625) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:49 smithi120 bash[14933]: cluster 2024-09-11T08:46:47.866689+0000 mgr.x (mgr.34625) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:49 smithi120 bash[18840]: cluster 2024-09-11T08:46:47.866689+0000 mgr.x (mgr.34625) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:50 smithi120 bash[14933]: cluster 2024-09-11T08:46:49.868107+0000 mgr.x (mgr.34625) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:50 smithi120 bash[18840]: cluster 2024-09-11T08:46:49.868107+0000 mgr.x (mgr.34625) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:51.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:50 smithi130 bash[14727]: cluster 2024-09-11T08:46:49.868107+0000 mgr.x (mgr.34625) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:53.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:52 smithi130 bash[14727]: cluster 2024-09-11T08:46:51.868799+0000 mgr.x (mgr.34625) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:53.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:52 smithi120 bash[14933]: cluster 2024-09-11T08:46:51.868799+0000 mgr.x (mgr.34625) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:53.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:52 smithi120 bash[18840]: cluster 2024-09-11T08:46:51.868799+0000 mgr.x (mgr.34625) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:55.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:55 smithi130 bash[14727]: cluster 2024-09-11T08:46:53.870217+0000 mgr.x (mgr.34625) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:55.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:55 smithi120 bash[18840]: cluster 2024-09-11T08:46:53.870217+0000 mgr.x (mgr.34625) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:55.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:55 smithi120 bash[14933]: cluster 2024-09-11T08:46:53.870217+0000 mgr.x (mgr.34625) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:57.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:57 smithi130 bash[14727]: cluster 2024-09-11T08:46:55.870879+0000 mgr.x (mgr.34625) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:57.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:57 smithi120 bash[18840]: cluster 2024-09-11T08:46:55.870879+0000 mgr.x (mgr.34625) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:57.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:57 smithi120 bash[14933]: cluster 2024-09-11T08:46:55.870879+0000 mgr.x (mgr.34625) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:59.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:46:59 smithi130 bash[14727]: cluster 2024-09-11T08:46:57.871644+0000 mgr.x (mgr.34625) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:59.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:46:59 smithi120 bash[14933]: cluster 2024-09-11T08:46:57.871644+0000 mgr.x (mgr.34625) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:46:59.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:46:59 smithi120 bash[18840]: cluster 2024-09-11T08:46:57.871644+0000 mgr.x (mgr.34625) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:01 smithi130 bash[14727]: cluster 2024-09-11T08:46:59.873021+0000 mgr.x (mgr.34625) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:01.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:01 smithi120 bash[14933]: cluster 2024-09-11T08:46:59.873021+0000 mgr.x (mgr.34625) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:01.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:01 smithi120 bash[18840]: cluster 2024-09-11T08:46:59.873021+0000 mgr.x (mgr.34625) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:03.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:03 smithi130 bash[14727]: cluster 2024-09-11T08:47:01.873693+0000 mgr.x (mgr.34625) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:03.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:03 smithi120 bash[14933]: cluster 2024-09-11T08:47:01.873693+0000 mgr.x (mgr.34625) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:03.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:03 smithi120 bash[18840]: cluster 2024-09-11T08:47:01.873693+0000 mgr.x (mgr.34625) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:05.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:05 smithi130 bash[14727]: cluster 2024-09-11T08:47:03.875067+0000 mgr.x (mgr.34625) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:05.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:05 smithi120 bash[14933]: cluster 2024-09-11T08:47:03.875067+0000 mgr.x (mgr.34625) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:05.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:05 smithi120 bash[18840]: cluster 2024-09-11T08:47:03.875067+0000 mgr.x (mgr.34625) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:07.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:07 smithi120 bash[14933]: cluster 2024-09-11T08:47:05.875758+0000 mgr.x (mgr.34625) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:07.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:07 smithi120 bash[18840]: cluster 2024-09-11T08:47:05.875758+0000 mgr.x (mgr.34625) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:08.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:07 smithi130 bash[14727]: cluster 2024-09-11T08:47:05.875758+0000 mgr.x (mgr.34625) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:09.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:09 smithi120 bash[14933]: cluster 2024-09-11T08:47:07.876416+0000 mgr.x (mgr.34625) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:09 smithi120 bash[18840]: cluster 2024-09-11T08:47:07.876416+0000 mgr.x (mgr.34625) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:09 smithi130 bash[14727]: cluster 2024-09-11T08:47:07.876416+0000 mgr.x (mgr.34625) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:11.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:11 smithi120 bash[14933]: cluster 2024-09-11T08:47:09.877900+0000 mgr.x (mgr.34625) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:11.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:11 smithi120 bash[18840]: cluster 2024-09-11T08:47:09.877900+0000 mgr.x (mgr.34625) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:12.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:11 smithi130 bash[14727]: cluster 2024-09-11T08:47:09.877900+0000 mgr.x (mgr.34625) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:13.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:13 smithi120 bash[14933]: cluster 2024-09-11T08:47:11.878641+0000 mgr.x (mgr.34625) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:13.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:13 smithi120 bash[18840]: cluster 2024-09-11T08:47:11.878641+0000 mgr.x (mgr.34625) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:13 smithi130 bash[14727]: cluster 2024-09-11T08:47:11.878641+0000 mgr.x (mgr.34625) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:15.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:15 smithi120 bash[14933]: cluster 2024-09-11T08:47:13.880083+0000 mgr.x (mgr.34625) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:15.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:15 smithi120 bash[18840]: cluster 2024-09-11T08:47:13.880083+0000 mgr.x (mgr.34625) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:16.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:15 smithi130 bash[14727]: cluster 2024-09-11T08:47:13.880083+0000 mgr.x (mgr.34625) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:17.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:17 smithi120 bash[14933]: cluster 2024-09-11T08:47:15.880752+0000 mgr.x (mgr.34625) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:17.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:17 smithi120 bash[18840]: cluster 2024-09-11T08:47:15.880752+0000 mgr.x (mgr.34625) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:17 smithi130 bash[14727]: cluster 2024-09-11T08:47:15.880752+0000 mgr.x (mgr.34625) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:19.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:19 smithi120 bash[14933]: cluster 2024-09-11T08:47:17.881424+0000 mgr.x (mgr.34625) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:19.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:19 smithi120 bash[18840]: cluster 2024-09-11T08:47:17.881424+0000 mgr.x (mgr.34625) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:19 smithi130 bash[14727]: cluster 2024-09-11T08:47:17.881424+0000 mgr.x (mgr.34625) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:21.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:21 smithi120 bash[14933]: cluster 2024-09-11T08:47:19.882843+0000 mgr.x (mgr.34625) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:21.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:21 smithi120 bash[18840]: cluster 2024-09-11T08:47:19.882843+0000 mgr.x (mgr.34625) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:21 smithi130 bash[14727]: cluster 2024-09-11T08:47:19.882843+0000 mgr.x (mgr.34625) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:24.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:23 smithi130 bash[14727]: cluster 2024-09-11T08:47:21.883609+0000 mgr.x (mgr.34625) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:24.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:23 smithi120 bash[14933]: cluster 2024-09-11T08:47:21.883609+0000 mgr.x (mgr.34625) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:24.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:23 smithi120 bash[18840]: cluster 2024-09-11T08:47:21.883609+0000 mgr.x (mgr.34625) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:25 smithi130 bash[14727]: cluster 2024-09-11T08:47:23.884983+0000 mgr.x (mgr.34625) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:25 smithi120 bash[14933]: cluster 2024-09-11T08:47:23.884983+0000 mgr.x (mgr.34625) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:25 smithi120 bash[18840]: cluster 2024-09-11T08:47:23.884983+0000 mgr.x (mgr.34625) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:28.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:27 smithi130 bash[14727]: cluster 2024-09-11T08:47:25.885726+0000 mgr.x (mgr.34625) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:27 smithi120 bash[14933]: cluster 2024-09-11T08:47:25.885726+0000 mgr.x (mgr.34625) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:28.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:27 smithi120 bash[18840]: cluster 2024-09-11T08:47:25.885726+0000 mgr.x (mgr.34625) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.113088+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.113729+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.114357+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.114968+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.117402+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.118442+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.118941+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:28 smithi130 bash[14727]: audit 2024-09-11T08:47:28.119440+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.113088+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.113729+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.114357+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.114968+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.117402+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.118442+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.118941+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[14933]: audit 2024-09-11T08:47:28.119440+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.113088+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.113729+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.114357+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.114968+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.117402+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.118442+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.118941+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:47:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:28 smithi120 bash[18840]: audit 2024-09-11T08:47:28.119440+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T08:47:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:29 smithi130 bash[14727]: cluster 2024-09-11T08:47:27.886402+0000 mgr.x (mgr.34625) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:29 smithi120 bash[14933]: cluster 2024-09-11T08:47:27.886402+0000 mgr.x (mgr.34625) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:29 smithi120 bash[18840]: cluster 2024-09-11T08:47:27.886402+0000 mgr.x (mgr.34625) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:32.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:31 smithi130 bash[14727]: cluster 2024-09-11T08:47:29.887894+0000 mgr.x (mgr.34625) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:32.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:31 smithi120 bash[14933]: cluster 2024-09-11T08:47:29.887894+0000 mgr.x (mgr.34625) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:32.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:31 smithi120 bash[18840]: cluster 2024-09-11T08:47:29.887894+0000 mgr.x (mgr.34625) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:33 smithi130 bash[14727]: cluster 2024-09-11T08:47:31.888505+0000 mgr.x (mgr.34625) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:33 smithi120 bash[14933]: cluster 2024-09-11T08:47:31.888505+0000 mgr.x (mgr.34625) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:33 smithi120 bash[18840]: cluster 2024-09-11T08:47:31.888505+0000 mgr.x (mgr.34625) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:35 smithi130 bash[14727]: cluster 2024-09-11T08:47:33.889924+0000 mgr.x (mgr.34625) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:35 smithi120 bash[14933]: cluster 2024-09-11T08:47:33.889924+0000 mgr.x (mgr.34625) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:35 smithi120 bash[18840]: cluster 2024-09-11T08:47:33.889924+0000 mgr.x (mgr.34625) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:37 smithi130 bash[14727]: cluster 2024-09-11T08:47:35.890585+0000 mgr.x (mgr.34625) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:37 smithi120 bash[14933]: cluster 2024-09-11T08:47:35.890585+0000 mgr.x (mgr.34625) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:37 smithi120 bash[18840]: cluster 2024-09-11T08:47:35.890585+0000 mgr.x (mgr.34625) 212 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:40.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:39 smithi130 bash[14727]: cluster 2024-09-11T08:47:37.891289+0000 mgr.x (mgr.34625) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:39 smithi120 bash[14933]: cluster 2024-09-11T08:47:37.891289+0000 mgr.x (mgr.34625) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:39 smithi120 bash[18840]: cluster 2024-09-11T08:47:37.891289+0000 mgr.x (mgr.34625) 213 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:42.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:41 smithi130 bash[14727]: cluster 2024-09-11T08:47:39.892778+0000 mgr.x (mgr.34625) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:41 smithi120 bash[14933]: cluster 2024-09-11T08:47:39.892778+0000 mgr.x (mgr.34625) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:42.305 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:41 smithi120 bash[18840]: cluster 2024-09-11T08:47:39.892778+0000 mgr.x (mgr.34625) 214 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:43 smithi130 bash[14727]: cluster 2024-09-11T08:47:41.893493+0000 mgr.x (mgr.34625) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:43 smithi130 bash[14727]: audit 2024-09-11T08:47:42.859126+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:43 smithi130 bash[14727]: audit 2024-09-11T08:47:42.862848+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:43 smithi130 bash[14727]: audit 2024-09-11T08:47:42.869643+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:47:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[18840]: cluster 2024-09-11T08:47:41.893493+0000 mgr.x (mgr.34625) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[18840]: audit 2024-09-11T08:47:42.859126+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[18840]: audit 2024-09-11T08:47:42.862848+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[18840]: audit 2024-09-11T08:47:42.869643+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:47:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[14933]: cluster 2024-09-11T08:47:41.893493+0000 mgr.x (mgr.34625) 215 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:44.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[14933]: audit 2024-09-11T08:47:42.859126+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[14933]: audit 2024-09-11T08:47:42.862848+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:47:44.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:43 smithi120 bash[14933]: audit 2024-09-11T08:47:42.869643+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34625 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:47:44.264 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:47:46.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:45 smithi130 bash[14727]: cluster 2024-09-11T08:47:43.894846+0000 mgr.x (mgr.34625) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:45 smithi120 bash[14933]: cluster 2024-09-11T08:47:43.894846+0000 mgr.x (mgr.34625) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:45 smithi120 bash[18840]: cluster 2024-09-11T08:47:43.894846+0000 mgr.x (mgr.34625) 216 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:47.936 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (5m) 66s ago 16m 16.4M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (16m) 2m ago 16m 26.8M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (9m) 2m ago 21m 433M - 17.2.7-1623-gd0e6828a 4a918172a497 26acfcd63e41 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (2m) 66s ago 22m 388M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (22m) 66s ago 22m 154M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (21m) 2m ago 21m 128M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (21m) 66s ago 21m 124M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (16m) 66s ago 16m 12.2M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:47:47.937 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (16m) 2m ago 16m 12.6M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (20m) 66s ago 20m 52.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (20m) 66s ago 20m 50.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (19m) 66s ago 19m 48.8M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (19m) 66s ago 19m 52.0M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (18m) 2m ago 18m 51.8M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (18m) 2m ago 18m 51.4M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (17m) 2m ago 17m 50.8M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (17m) 2m ago 17m 53.1M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (5m) 2m ago 16m 33.9M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (14m) 66s ago 14m 51.3M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:47:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (14m) 2m ago 14m 50.7M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:47:48.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:47 smithi130 bash[14727]: cluster 2024-09-11T08:47:45.895536+0000 mgr.x (mgr.34625) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:48.157 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:47 smithi120 bash[14933]: cluster 2024-09-11T08:47:45.895536+0000 mgr.x (mgr.34625) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:48.157 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:47 smithi120 bash[18840]: cluster 2024-09-11T08:47:45.895536+0000 mgr.x (mgr.34625) 217 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:48.715 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.905051+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.906029+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.906965+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.907851+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.908763+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.909654+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.915277+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.916263+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.917196+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.918094+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:48 smithi130 bash[14727]: audit 2024-09-11T08:47:47.919009+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.905051+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.906029+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.906965+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.907851+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.908763+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.909654+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.915277+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.916263+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.917196+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.918094+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[14933]: audit 2024-09-11T08:47:47.919009+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.905051+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.906029+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.906965+0000 mon.b (mon.2) 245 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.907851+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.908763+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.909654+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.915277+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:47:49.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.916263+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.917196+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.918094+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:49.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:48 smithi120 bash[18840]: audit 2024-09-11T08:47:47.919009+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34625 172.21.15.130:0/3179572763' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:47:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:49 smithi130 bash[14727]: cluster 2024-09-11T08:47:47.896340+0000 mgr.x (mgr.34625) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:49 smithi130 bash[14727]: audit 2024-09-11T08:47:47.899279+0000 mgr.x (mgr.34625) 219 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:47:50.153 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:49 smithi120 bash[14933]: cluster 2024-09-11T08:47:47.896340+0000 mgr.x (mgr.34625) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:50.154 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:49 smithi120 bash[14933]: audit 2024-09-11T08:47:47.899279+0000 mgr.x (mgr.34625) 219 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:47:50.154 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:49 smithi120 bash[18840]: cluster 2024-09-11T08:47:47.896340+0000 mgr.x (mgr.34625) 218 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:50.154 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:49 smithi120 bash[18840]: audit 2024-09-11T08:47:47.899279+0000 mgr.x (mgr.34625) 219 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:47:52.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:51 smithi130 bash[14727]: cluster 2024-09-11T08:47:49.897812+0000 mgr.x (mgr.34625) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:51 smithi120 bash[18840]: cluster 2024-09-11T08:47:49.897812+0000 mgr.x (mgr.34625) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:51 smithi120 bash[14933]: cluster 2024-09-11T08:47:49.897812+0000 mgr.x (mgr.34625) 220 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:52.452 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:47:52.453 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:47:52.454 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:47:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:52 smithi130 bash[14727]: audit 2024-09-11T08:47:52.453422+0000 mon.a (mon.0) 786 : audit [DBG] from='client.? 172.21.15.120:0/2814571112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:47:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:52 smithi120 bash[14933]: audit 2024-09-11T08:47:52.453422+0000 mon.a (mon.0) 786 : audit [DBG] from='client.? 172.21.15.120:0/2814571112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:47:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:52 smithi120 bash[18840]: audit 2024-09-11T08:47:52.453422+0000 mon.a (mon.0) 786 : audit [DBG] from='client.? 172.21.15.120:0/2814571112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:47:53.225 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:47:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:53 smithi130 bash[14727]: cluster 2024-09-11T08:47:51.898480+0000 mgr.x (mgr.34625) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:53 smithi120 bash[14933]: cluster 2024-09-11T08:47:51.898480+0000 mgr.x (mgr.34625) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:54.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:53 smithi120 bash[18840]: cluster 2024-09-11T08:47:51.898480+0000 mgr.x (mgr.34625) 221 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:56.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:55 smithi130 bash[14727]: cluster 2024-09-11T08:47:53.899910+0000 mgr.x (mgr.34625) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:55 smithi120 bash[14933]: cluster 2024-09-11T08:47:53.899910+0000 mgr.x (mgr.34625) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:55 smithi120 bash[18840]: cluster 2024-09-11T08:47:53.899910+0000 mgr.x (mgr.34625) 222 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:57.086 INFO:teuthology.orchestra.run.smithi120.stdout: cluster: 2024-09-11T08:47:57.087 INFO:teuthology.orchestra.run.smithi120.stdout: id: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:47:57.087 INFO:teuthology.orchestra.run.smithi120.stdout: health: HEALTH_OK 2024-09-11T08:47:57.087 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:47:57.087 INFO:teuthology.orchestra.run.smithi120.stdout: services: 2024-09-11T08:47:57.087 INFO:teuthology.orchestra.run.smithi120.stdout: mon: 3 daemons, quorum a,c,b (age 21m) 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: mgr: x(active, since 6m), standbys: y 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: rgw: 2 daemons active (r.z.smithi120.fpvwgw, r.z.smithi130.tjvaqs) 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: task status: 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: data: 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: objects: 203 objects, 584 KiB 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: pgs: 129 active+clean 2024-09-11T08:47:57.088 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:47:57.862 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:47:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:57 smithi130 bash[14727]: cluster 2024-09-11T08:47:55.900571+0000 mgr.x (mgr.34625) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:57 smithi130 bash[14727]: audit 2024-09-11T08:47:57.087239+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.120:0/1992288507' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:47:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:57 smithi120 bash[14933]: cluster 2024-09-11T08:47:55.900571+0000 mgr.x (mgr.34625) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:57 smithi120 bash[14933]: audit 2024-09-11T08:47:57.087239+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.120:0/1992288507' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:47:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:57 smithi120 bash[18840]: cluster 2024-09-11T08:47:55.900571+0000 mgr.x (mgr.34625) 223 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:57 smithi120 bash[18840]: audit 2024-09-11T08:47:57.087239+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.120:0/1992288507' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:47:59.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:47:59 smithi130 bash[14727]: cluster 2024-09-11T08:47:57.901252+0000 mgr.x (mgr.34625) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:59.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:47:59 smithi120 bash[14933]: cluster 2024-09-11T08:47:57.901252+0000 mgr.x (mgr.34625) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:47:59.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:47:59 smithi120 bash[18840]: cluster 2024-09-11T08:47:57.901252+0000 mgr.x (mgr.34625) 224 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[14933]: cluster 2024-09-11T08:47:59.902725+0000 mgr.x (mgr.34625) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[14933]: audit 2024-09-11T08:48:01.518195+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[14933]: cluster 2024-09-11T08:48:01.527899+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[18840]: cluster 2024-09-11T08:47:59.902725+0000 mgr.x (mgr.34625) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[18840]: audit 2024-09-11T08:48:01.518195+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:48:01.863 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:01 smithi120 bash[18840]: cluster 2024-09-11T08:48:01.527899+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:48:01.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[14727]: cluster 2024-09-11T08:47:59.902725+0000 mgr.x (mgr.34625) 225 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 7.1 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[14727]: audit 2024-09-11T08:48:01.518195+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[14727]: cluster 2024-09-11T08:48:01.527899+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[26075]: debug 2024-09-11T08:48:01.589+0000 7efd9bfb4640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[26075]: ignoring --setuser ceph since I am not root 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[26075]: ignoring --setgroup ceph since I am not root 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[26075]: debug 2024-09-11T08:48:01.641+0000 7fd484d99640 1 -- 172.21.15.130:0/1682752901 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5628ec0b0340 con 0x5628ec0bd000 2024-09-11T08:48:01.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:01 smithi130 bash[26075]: debug 2024-09-11T08:48:01.761+0000 7fd4875f3ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:48:02.406 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:48:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:02 smithi120 bash[14933]: audit 2024-09-11T08:48:01.598994+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:48:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:02 smithi120 bash[14933]: cluster 2024-09-11T08:48:01.599197+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e23: y(active, starting, since 0.0800311s) 2024-09-11T08:48:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:02 smithi120 bash[18840]: audit 2024-09-11T08:48:01.598994+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:48:02.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:02 smithi120 bash[18840]: cluster 2024-09-11T08:48:01.599197+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e23: y(active, starting, since 0.0800311s) 2024-09-11T08:48:02.778 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[14727]: audit 2024-09-11T08:48:01.598994+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.120:0/1649443211' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:48:02.778 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[14727]: cluster 2024-09-11T08:48:01.599197+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e23: y(active, starting, since 0.0800311s) 2024-09-11T08:48:02.778 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[26075]: debug 2024-09-11T08:48:02.489+0000 7fd4875f3ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:48:02.778 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[26075]: debug 2024-09-11T08:48:02.557+0000 7fd4875f3ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:48:02.778 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[26075]: debug 2024-09-11T08:48:02.621+0000 7fd4875f3ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:48:02.779 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:02 smithi130 bash[26075]: debug 2024-09-11T08:48:02.773+0000 7fd4875f3ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:48:03.083 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.017+0000 7fd4875f3ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:48:03.084 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.077+0000 7fd4875f3ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:48:03.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.209+0000 7fd4875f3ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:48:04.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.829+0000 7fd4875f3ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:48:04.116 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.901+0000 7fd4875f3ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:48:04.116 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:03 smithi130 bash[26075]: debug 2024-09-11T08:48:03.973+0000 7fd4875f3ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:48:04.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:04 smithi130 bash[26075]: debug 2024-09-11T08:48:04.253+0000 7fd4875f3ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:48:04.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:04 smithi130 bash[26075]: debug 2024-09-11T08:48:04.385+0000 7fd4875f3ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:48:05.116 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:04 smithi130 bash[26075]: debug 2024-09-11T08:48:04.697+0000 7fd4875f3ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:48:05.116 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:04 smithi130 bash[26075]: debug 2024-09-11T08:48:04.913+0000 7fd4875f3ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:48:05.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.325+0000 7fd4875f3ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:48:05.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.389+0000 7fd4875f3ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:48:05.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.453+0000 7fd4875f3ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:48:05.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.545+0000 7fd4875f3ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:48:05.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.609+0000 7fd4875f3ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:48:05.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.681+0000 7fd4875f3ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:48:05.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.829+0000 7fd4875f3ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:48:06.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:05 smithi130 bash[26075]: debug 2024-09-11T08:48:05.901+0000 7fd4875f3ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:48:07.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[26075]: debug 2024-09-11T08:48:06.833+0000 7fd4875f3ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:48:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[14727]: audit 2024-09-11T08:48:06.860471+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:48:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[14727]: audit 2024-09-11T08:48:06.861415+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[14727]: audit 2024-09-11T08:48:06.862842+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:48:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[14727]: cluster 2024-09-11T08:48:06.863294+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:48:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:06 smithi130 bash[14727]: audit 2024-09-11T08:48:06.863824+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:07.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[39476]: ts=2024-09-11T08:48:06.961Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=6 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:48:07.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[39476]: ts=2024-09-11T08:48:06.962Z 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:48:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[18840]: audit 2024-09-11T08:48:06.860471+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:48:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[18840]: audit 2024-09-11T08:48:06.861415+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[18840]: audit 2024-09-11T08:48:06.862842+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:48:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[18840]: cluster 2024-09-11T08:48:06.863294+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[18840]: audit 2024-09-11T08:48:06.863824+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[14933]: audit 2024-09-11T08:48:06.860471+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[14933]: audit 2024-09-11T08:48:06.861415+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[14933]: audit 2024-09-11T08:48:06.862842+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[14933]: cluster 2024-09-11T08:48:06.863294+0000 mon.a (mon.0) 791 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:48:07.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:06 smithi120 bash[14933]: audit 2024-09-11T08:48:06.863824+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:08.223 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: cluster 2024-09-11T08:48:06.930109+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:48:08.223 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:06.932315+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:48:08.223 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:06.932431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:48:08.223 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.600018+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.600508+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.600956+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.605202+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.605950+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.606567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.607205+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.607752+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.608202+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.608631+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.609090+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.609562+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.609915+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.610536+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:48:08.224 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.612602+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: cluster 2024-09-11T08:48:06.930109+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:06.932315+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:06.932431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.600018+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.600508+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.600956+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.605202+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.605950+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:48:08.225 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.606567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.607205+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.607752+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.608202+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.608631+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.609090+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.609562+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.609915+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.610536+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.612602+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.614027+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:48:08.226 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.614673+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.615252+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.615849+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.616416+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.616968+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.617516+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.618133+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.618660+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.619304+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.619859+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:48:08.227 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.620422+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:48:08.228 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.620994+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:48:08.228 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.621554+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:48:08.228 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.622134+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:48:08.228 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.622704+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.614027+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.614673+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.615252+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.615849+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.616416+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.616968+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.617516+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:48:08.236 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.618133+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.618660+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.619304+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.619859+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.620422+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.620994+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.621554+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.622134+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.622704+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.623298+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.623867+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.624398+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:48:08.237 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.624917+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.625514+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.626073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.626663+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.627248+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.627813+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.628381+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.628943+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.629490+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[18840]: audit 2024-09-11T08:48:07.630040+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.623298+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.623867+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:48:08.238 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.624398+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.624917+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.625514+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.626073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.626663+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.627248+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.627813+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.628381+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.628943+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.629490+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:48:08.239 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:07 smithi120 bash[14933]: audit 2024-09-11T08:48:07.630040+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: cluster 2024-09-11T08:48:06.930109+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e24: y(active, starting, since 5s), standbys: x 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:06.932315+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:06.932431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.600018+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.600508+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.600956+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.605202+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.605950+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.606567+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:48:08.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.607205+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.607752+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.608202+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.608631+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.609090+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.609562+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.609915+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.610536+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.612602+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.614027+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.614673+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.615252+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.615849+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:48:08.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.616416+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.616968+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.617516+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.618133+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.618660+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.619304+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.619859+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.620422+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.620994+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.621554+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.622134+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.622704+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.623298+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:48:08.242 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.623867+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.624398+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.624917+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.625514+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.626073+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.626663+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.627248+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.627813+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.628381+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.628943+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.629490+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:48:08.243 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:07 smithi130 bash[14727]: audit 2024-09-11T08:48:07.630040+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:48:09.365 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: cluster 2024-09-11T08:48:07.951478+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon y is now available 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: cephadm 2024-09-11T08:48:07.966348+0000 mgr.y (mgr.24769) 1 : cephadm [INF] inventory: adjusted host smithi130 addr 'smithi130' -> '172.21.15.130' 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:07.966850+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:07.974005+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:08.037544+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:08.052817+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:08.359246+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.366 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[14933]: audit 2024-09-11T08:48:08.390359+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: cluster 2024-09-11T08:48:07.951478+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon y is now available 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: cephadm 2024-09-11T08:48:07.966348+0000 mgr.y (mgr.24769) 1 : cephadm [INF] inventory: adjusted host smithi130 addr 'smithi130' -> '172.21.15.130' 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:07.966850+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:07.974005+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:08.037544+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:08.052817+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:08.359246+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:08 smithi130 bash[14727]: audit 2024-09-11T08:48:08.390359+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: cluster 2024-09-11T08:48:07.951478+0000 mon.a (mon.0) 837 : cluster [INF] Manager daemon y is now available 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: cephadm 2024-09-11T08:48:07.966348+0000 mgr.y (mgr.24769) 1 : cephadm [INF] inventory: adjusted host smithi130 addr 'smithi130' -> '172.21.15.130' 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:07.966850+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:07.974005+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi120\": {\"hostname\": \"smithi120\", \"addr\": \"172.21.15.120\", \"labels\": [], \"status\": \"\"}, \"smithi130\": {\"hostname\": \"smithi130\", \"addr\": \"172.21.15.130\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:08.037544+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:08.052817+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:08.359246+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.368 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:08 smithi120 bash[18840]: audit 2024-09-11T08:48:08.390359+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: debug 2024-09-11T08:48:09.363+0000 7fe39a771640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:48:09] ENGINE Error in HTTPServer.serve 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: Traceback (most recent call last): 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: self._connections.run(self.expiration_interval) 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: self._run(expiration_interval) 2024-09-11T08:48:09.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: s = self.context.wrap_socket( 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: return self.sslsocket_class._create( 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: self.do_handshake() 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: self._sslobj.do_handshake() 2024-09-11T08:48:09.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[40897]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:48:10.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:09 smithi130 bash[14727]: cluster 2024-09-11T08:48:08.960661+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: y(active, since 7s), standbys: x 2024-09-11T08:48:10.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:09 smithi130 bash[14727]: cluster 2024-09-11T08:48:08.989395+0000 mgr.y (mgr.24769) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:10.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:09 smithi130 bash[14727]: audit 2024-09-11T08:48:09.365088+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:48:10.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:09 smithi130 bash[14727]: audit 2024-09-11T08:48:09.371807+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:48:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[18840]: cluster 2024-09-11T08:48:08.960661+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: y(active, since 7s), standbys: x 2024-09-11T08:48:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[18840]: cluster 2024-09-11T08:48:08.989395+0000 mgr.y (mgr.24769) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:10.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[14933]: cluster 2024-09-11T08:48:08.960661+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e25: y(active, since 7s), standbys: x 2024-09-11T08:48:10.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[14933]: cluster 2024-09-11T08:48:08.989395+0000 mgr.y (mgr.24769) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[18840]: audit 2024-09-11T08:48:09.365088+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:48:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[18840]: audit 2024-09-11T08:48:09.371807+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:48:10.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[14933]: audit 2024-09-11T08:48:09.365088+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:48:10.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:09 smithi120 bash[14933]: audit 2024-09-11T08:48:09.371807+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:48:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cephadm 2024-09-11T08:48:09.237760+0000 mgr.y (mgr.24769) 3 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTING 2024-09-11T08:48:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cephadm 2024-09-11T08:48:09.363280+0000 mgr.y (mgr.24769) 4 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:48:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cephadm 2024-09-11T08:48:09.363468+0000 mgr.y (mgr.24769) 5 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTED 2024-09-11T08:48:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cephadm 2024-09-11T08:48:09.366807+0000 mgr.y (mgr.24769) 6 : cephadm [ERR] [11/Sep/2024:08:48:09] ENGINE Error in HTTPServer.serve 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: Traceback (most recent call last): 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: self._connections.run(self.expiration_interval) 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: self._run(expiration_interval) 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: s = self.context.wrap_socket( 2024-09-11T08:48:11.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: return self.sslsocket_class._create( 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: self.do_handshake() 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: self._sslobj.do_handshake() 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cluster 2024-09-11T08:48:09.607542+0000 mgr.y (mgr.24769) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:11.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:10 smithi130 bash[14727]: cluster 2024-09-11T08:48:10.384502+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: y(active, since 8s), standbys: x 2024-09-11T08:48:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cephadm 2024-09-11T08:48:09.237760+0000 mgr.y (mgr.24769) 3 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTING 2024-09-11T08:48:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cephadm 2024-09-11T08:48:09.363280+0000 mgr.y (mgr.24769) 4 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:48:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cephadm 2024-09-11T08:48:09.363468+0000 mgr.y (mgr.24769) 5 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTED 2024-09-11T08:48:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cephadm 2024-09-11T08:48:09.366807+0000 mgr.y (mgr.24769) 6 : cephadm [ERR] [11/Sep/2024:08:48:09] ENGINE Error in HTTPServer.serve 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: Traceback (most recent call last): 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: self._connections.run(self.expiration_interval) 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: self._run(expiration_interval) 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: s = self.context.wrap_socket( 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:48:11.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: return self.sslsocket_class._create( 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: self.do_handshake() 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: self._sslobj.do_handshake() 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cluster 2024-09-11T08:48:09.607542+0000 mgr.y (mgr.24769) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[14933]: cluster 2024-09-11T08:48:10.384502+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: y(active, since 8s), standbys: x 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cephadm 2024-09-11T08:48:09.237760+0000 mgr.y (mgr.24769) 3 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTING 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cephadm 2024-09-11T08:48:09.363280+0000 mgr.y (mgr.24769) 4 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cephadm 2024-09-11T08:48:09.363468+0000 mgr.y (mgr.24769) 5 : cephadm [INF] [11/Sep/2024:08:48:09] ENGINE Bus STARTED 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cephadm 2024-09-11T08:48:09.366807+0000 mgr.y (mgr.24769) 6 : cephadm [ERR] [11/Sep/2024:08:48:09] ENGINE Error in HTTPServer.serve 2024-09-11T08:48:11.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: Traceback (most recent call last): 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: self._connections.run(self.expiration_interval) 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: self._run(expiration_interval) 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: s = self.context.wrap_socket( 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: return self.sslsocket_class._create( 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:48:11.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: self.do_handshake() 2024-09-11T08:48:11.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:48:11.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: self._sslobj.do_handshake() 2024-09-11T08:48:11.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:48:11.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cluster 2024-09-11T08:48:09.607542+0000 mgr.y (mgr.24769) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:11.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:10 smithi120 bash[18840]: cluster 2024-09-11T08:48:10.384502+0000 mon.a (mon.0) 847 : cluster [DBG] mgrmap e26: y(active, since 8s), standbys: x 2024-09-11T08:48:13.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:13 smithi130 bash[14727]: cluster 2024-09-11T08:48:11.608227+0000 mgr.y (mgr.24769) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:13.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:13 smithi130 bash[14727]: cluster 2024-09-11T08:48:12.035243+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e27: y(active, since 10s), standbys: x 2024-09-11T08:48:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:13 smithi120 bash[14933]: cluster 2024-09-11T08:48:11.608227+0000 mgr.y (mgr.24769) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:13 smithi120 bash[14933]: cluster 2024-09-11T08:48:12.035243+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e27: y(active, since 10s), standbys: x 2024-09-11T08:48:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:13 smithi120 bash[18840]: cluster 2024-09-11T08:48:11.608227+0000 mgr.y (mgr.24769) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:13 smithi120 bash[18840]: cluster 2024-09-11T08:48:12.035243+0000 mon.a (mon.0) 848 : cluster [DBG] mgrmap e27: y(active, since 10s), standbys: x 2024-09-11T08:48:14.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:14 smithi130 bash[14727]: cluster 2024-09-11T08:48:13.608980+0000 mgr.y (mgr.24769) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:14.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:14 smithi120 bash[14933]: cluster 2024-09-11T08:48:13.608980+0000 mgr.y (mgr.24769) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:14 smithi120 bash[18840]: cluster 2024-09-11T08:48:13.608980+0000 mgr.y (mgr.24769) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:15.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.629491+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.630417+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.637208+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.638782+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.646518+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.821555+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.822495+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.828871+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.831037+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:14.836562+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.028731+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.221978+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.240807+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.242266+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.246183+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.247667+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.256239+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.257283+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.257922+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.258554+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.259080+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.259613+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.260064+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.260536+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.260990+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.261460+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.447139+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.448804+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.456068+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.457918+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.464846+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.466007+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.466658+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.467289+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.467905+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.468493+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.469152+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.469760+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.470340+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.470925+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.474245+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.479736+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:15.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.534350+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:15 smithi130 bash[14727]: audit 2024-09-11T08:48:15.539336+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:15.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.629491+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.630417+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.629491+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.630417+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.637208+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.637208+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.638782+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.638782+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.646518+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.821555+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.646518+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.821555+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.822495+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.934 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.828871+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.822495+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.828871+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.935 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.831037+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.831037+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:14.836562+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.028731+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.221978+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.240807+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:14.836562+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.028731+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.936 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.221978+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:48:15.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.240807+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.242266+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.937 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.242266+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.937 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.246183+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.246183+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.938 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.247667+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.938 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.247667+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.256239+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.257283+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.257922+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.258554+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.259080+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.259613+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.939 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.256239+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179411353, \"cpu_percentage\": \"3.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627488Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"1.62%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:48:14.627689Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 152462950, \"cpu_percentage\": \"2.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627800Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55658414, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627901Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53781463, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.627998Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51401195, \"cpu_percentage\": \"1.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628094Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54830039, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628189Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13746831, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628284Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17427333, \"cpu_percentage\": \"0.22%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628379Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54788096, \"cpu_percentage\": \"0.93%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.628474Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.628660Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:48:15.239283Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.257283+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.257922+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.258554+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.259080+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.259613+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.260064+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.260536+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.260990+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.261460+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.940 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.447139+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.260064+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.260536+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.260990+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.261460+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.447139+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.448804+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.941 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.456068+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.448804+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:48:15.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.456068+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:48:15.942 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.457918+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.942 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.457918+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.464846+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.466007+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.466658+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.467289+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.467905+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.468493+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.469152+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.469760+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.470340+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.943 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.464846+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 157496115, \"cpu_percentage\": \"3.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819699Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409783500, \"cpu_percentage\": \"0.33%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819866Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54746152, \"cpu_percentage\": \"1.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.819966Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54546923, \"cpu_percentage\": \"2.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820061Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53603205, \"cpu_percentage\": \"1.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820152Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820242Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 38786826, \"cpu_percentage\": \"0.22%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820332Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13044285, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820422Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28322037, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820511Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54777610, \"cpu_percentage\": \"1.09%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:48:14.820601Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:48:14.820771Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:48:15.445649Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.466007+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.466658+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.467289+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.467905+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.468493+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.469152+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.469760+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.470340+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:48:15.944 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.470925+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.474245+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.479736+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.534350+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[14933]: audit 2024-09-11T08:48:15.539336+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.470925+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.474245+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.479736+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.534350+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:48:15.945 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:15 smithi120 bash[18840]: audit 2024-09-11T08:48:15.539336+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:48:16.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:16 smithi130 bash[14727]: cluster 2024-09-11T08:48:15.609882+0000 mgr.y (mgr.24769) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:48:16.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:16 smithi120 bash[14933]: cluster 2024-09-11T08:48:15.609882+0000 mgr.y (mgr.24769) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:48:16.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:16 smithi120 bash[18840]: cluster 2024-09-11T08:48:15.609882+0000 mgr.y (mgr.24769) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-11T08:48:18.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:18 smithi120 bash[14933]: cluster 2024-09-11T08:48:17.610538+0000 mgr.y (mgr.24769) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:48:18.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:18 smithi120 bash[18840]: cluster 2024-09-11T08:48:17.610538+0000 mgr.y (mgr.24769) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:48:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:18 smithi130 bash[14727]: cluster 2024-09-11T08:48:17.610538+0000 mgr.y (mgr.24769) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-11T08:48:20.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:20 smithi120 bash[14933]: cluster 2024-09-11T08:48:19.612053+0000 mgr.y (mgr.24769) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:48:20.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:20 smithi120 bash[18840]: cluster 2024-09-11T08:48:19.612053+0000 mgr.y (mgr.24769) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:48:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:20 smithi130 bash[14727]: cluster 2024-09-11T08:48:19.612053+0000 mgr.y (mgr.24769) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:48:23.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:22 smithi130 bash[14727]: cluster 2024-09-11T08:48:21.612747+0000 mgr.y (mgr.24769) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:22 smithi120 bash[14933]: cluster 2024-09-11T08:48:21.612747+0000 mgr.y (mgr.24769) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:22 smithi120 bash[18840]: cluster 2024-09-11T08:48:21.612747+0000 mgr.y (mgr.24769) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:24.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:24 smithi130 bash[14727]: cluster 2024-09-11T08:48:23.613537+0000 mgr.y (mgr.24769) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:24 smithi120 bash[14933]: cluster 2024-09-11T08:48:23.613537+0000 mgr.y (mgr.24769) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:24.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:24 smithi120 bash[18840]: cluster 2024-09-11T08:48:23.613537+0000 mgr.y (mgr.24769) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:26.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:26 smithi120 bash[18840]: cluster 2024-09-11T08:48:25.615020+0000 mgr.y (mgr.24769) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:26.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:26 smithi120 bash[14933]: cluster 2024-09-11T08:48:25.615020+0000 mgr.y (mgr.24769) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:27.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:26 smithi130 bash[14727]: cluster 2024-09-11T08:48:25.615020+0000 mgr.y (mgr.24769) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:48:29.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:28 smithi130 bash[14727]: cluster 2024-09-11T08:48:27.615717+0000 mgr.y (mgr.24769) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:29.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:28 smithi120 bash[18840]: cluster 2024-09-11T08:48:27.615717+0000 mgr.y (mgr.24769) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:28 smithi120 bash[14933]: cluster 2024-09-11T08:48:27.615717+0000 mgr.y (mgr.24769) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:31.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:30 smithi130 bash[14727]: cluster 2024-09-11T08:48:29.617166+0000 mgr.y (mgr.24769) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:30 smithi120 bash[18840]: cluster 2024-09-11T08:48:29.617166+0000 mgr.y (mgr.24769) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:30 smithi120 bash[14933]: cluster 2024-09-11T08:48:29.617166+0000 mgr.y (mgr.24769) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:32 smithi130 bash[14727]: cluster 2024-09-11T08:48:31.617875+0000 mgr.y (mgr.24769) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:32 smithi120 bash[18840]: cluster 2024-09-11T08:48:31.617875+0000 mgr.y (mgr.24769) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:32 smithi120 bash[14933]: cluster 2024-09-11T08:48:31.617875+0000 mgr.y (mgr.24769) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:34.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:34 smithi130 bash[14727]: cluster 2024-09-11T08:48:33.618563+0000 mgr.y (mgr.24769) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:34 smithi120 bash[18840]: cluster 2024-09-11T08:48:33.618563+0000 mgr.y (mgr.24769) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:34 smithi120 bash[14933]: cluster 2024-09-11T08:48:33.618563+0000 mgr.y (mgr.24769) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:36.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:36 smithi120 bash[18840]: cluster 2024-09-11T08:48:35.620024+0000 mgr.y (mgr.24769) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:36.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:36 smithi120 bash[14933]: cluster 2024-09-11T08:48:35.620024+0000 mgr.y (mgr.24769) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:37.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:36 smithi130 bash[14727]: cluster 2024-09-11T08:48:35.620024+0000 mgr.y (mgr.24769) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:38 smithi130 bash[14727]: cluster 2024-09-11T08:48:37.620725+0000 mgr.y (mgr.24769) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:38 smithi120 bash[18840]: cluster 2024-09-11T08:48:37.620725+0000 mgr.y (mgr.24769) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:39.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:38 smithi120 bash[14933]: cluster 2024-09-11T08:48:37.620725+0000 mgr.y (mgr.24769) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:40 smithi130 bash[14727]: cluster 2024-09-11T08:48:39.622155+0000 mgr.y (mgr.24769) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:41.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:40 smithi120 bash[18840]: cluster 2024-09-11T08:48:39.622155+0000 mgr.y (mgr.24769) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:41.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:40 smithi120 bash[14933]: cluster 2024-09-11T08:48:39.622155+0000 mgr.y (mgr.24769) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:42 smithi130 bash[14727]: cluster 2024-09-11T08:48:41.622895+0000 mgr.y (mgr.24769) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:43.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:42 smithi120 bash[18840]: cluster 2024-09-11T08:48:41.622895+0000 mgr.y (mgr.24769) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:42 smithi120 bash[14933]: cluster 2024-09-11T08:48:41.622895+0000 mgr.y (mgr.24769) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:44.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:44 smithi130 bash[14727]: cluster 2024-09-11T08:48:43.623435+0000 mgr.y (mgr.24769) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:44 smithi120 bash[18840]: cluster 2024-09-11T08:48:43.623435+0000 mgr.y (mgr.24769) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:44.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:44 smithi120 bash[14933]: cluster 2024-09-11T08:48:43.623435+0000 mgr.y (mgr.24769) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:47.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:46 smithi130 bash[14727]: cluster 2024-09-11T08:48:45.624763+0000 mgr.y (mgr.24769) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:47.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:46 smithi120 bash[18840]: cluster 2024-09-11T08:48:45.624763+0000 mgr.y (mgr.24769) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:46 smithi120 bash[14933]: cluster 2024-09-11T08:48:45.624763+0000 mgr.y (mgr.24769) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:48 smithi130 bash[14727]: cluster 2024-09-11T08:48:47.625517+0000 mgr.y (mgr.24769) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:48 smithi120 bash[14933]: cluster 2024-09-11T08:48:47.625517+0000 mgr.y (mgr.24769) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:49.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:48 smithi120 bash[18840]: cluster 2024-09-11T08:48:47.625517+0000 mgr.y (mgr.24769) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:50 smithi130 bash[14727]: cluster 2024-09-11T08:48:49.627096+0000 mgr.y (mgr.24769) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:50 smithi120 bash[18840]: cluster 2024-09-11T08:48:49.627096+0000 mgr.y (mgr.24769) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:50 smithi120 bash[14933]: cluster 2024-09-11T08:48:49.627096+0000 mgr.y (mgr.24769) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:52 smithi130 bash[14727]: cluster 2024-09-11T08:48:51.627955+0000 mgr.y (mgr.24769) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:52 smithi120 bash[14933]: cluster 2024-09-11T08:48:51.627955+0000 mgr.y (mgr.24769) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:52 smithi120 bash[18840]: cluster 2024-09-11T08:48:51.627955+0000 mgr.y (mgr.24769) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:54.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:54 smithi130 bash[14727]: cluster 2024-09-11T08:48:53.628675+0000 mgr.y (mgr.24769) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:54 smithi120 bash[14933]: cluster 2024-09-11T08:48:53.628675+0000 mgr.y (mgr.24769) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:54 smithi120 bash[18840]: cluster 2024-09-11T08:48:53.628675+0000 mgr.y (mgr.24769) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:56 smithi130 bash[14727]: cluster 2024-09-11T08:48:55.630137+0000 mgr.y (mgr.24769) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:56 smithi120 bash[14933]: cluster 2024-09-11T08:48:55.630137+0000 mgr.y (mgr.24769) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:56 smithi120 bash[18840]: cluster 2024-09-11T08:48:55.630137+0000 mgr.y (mgr.24769) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:59.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:48:58 smithi130 bash[14727]: cluster 2024-09-11T08:48:57.630817+0000 mgr.y (mgr.24769) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:48:58 smithi120 bash[14933]: cluster 2024-09-11T08:48:57.630817+0000 mgr.y (mgr.24769) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:48:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:48:58 smithi120 bash[18840]: cluster 2024-09-11T08:48:57.630817+0000 mgr.y (mgr.24769) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:00 smithi130 bash[14727]: cluster 2024-09-11T08:48:59.632282+0000 mgr.y (mgr.24769) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:00 smithi120 bash[14933]: cluster 2024-09-11T08:48:59.632282+0000 mgr.y (mgr.24769) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:00 smithi120 bash[18840]: cluster 2024-09-11T08:48:59.632282+0000 mgr.y (mgr.24769) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:02 smithi130 bash[14727]: cluster 2024-09-11T08:49:01.633000+0000 mgr.y (mgr.24769) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:02 smithi120 bash[14933]: cluster 2024-09-11T08:49:01.633000+0000 mgr.y (mgr.24769) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:02 smithi120 bash[18840]: cluster 2024-09-11T08:49:01.633000+0000 mgr.y (mgr.24769) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:04.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:04 smithi130 bash[14727]: cluster 2024-09-11T08:49:03.633686+0000 mgr.y (mgr.24769) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:04.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:04 smithi120 bash[14933]: cluster 2024-09-11T08:49:03.633686+0000 mgr.y (mgr.24769) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:04 smithi120 bash[18840]: cluster 2024-09-11T08:49:03.633686+0000 mgr.y (mgr.24769) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:06 smithi130 bash[14727]: cluster 2024-09-11T08:49:05.635193+0000 mgr.y (mgr.24769) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:06 smithi120 bash[14933]: cluster 2024-09-11T08:49:05.635193+0000 mgr.y (mgr.24769) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:06 smithi120 bash[18840]: cluster 2024-09-11T08:49:05.635193+0000 mgr.y (mgr.24769) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: cluster 2024-09-11T08:49:07.635861+0000 mgr.y (mgr.24769) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: audit 2024-09-11T08:49:07.962330+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: audit 2024-09-11T08:49:07.962795+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 2]}]: dispatch 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: audit 2024-09-11T08:49:07.963459+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: audit 2024-09-11T08:49:07.963967+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-11T08:49:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:08 smithi130 bash[14727]: audit 2024-09-11T08:49:07.964588+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: cluster 2024-09-11T08:49:07.635861+0000 mgr.y (mgr.24769) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: audit 2024-09-11T08:49:07.962330+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: audit 2024-09-11T08:49:07.962795+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 2]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: audit 2024-09-11T08:49:07.963459+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: audit 2024-09-11T08:49:07.963967+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[14933]: audit 2024-09-11T08:49:07.964588+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:49:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: cluster 2024-09-11T08:49:07.635861+0000 mgr.y (mgr.24769) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: audit 2024-09-11T08:49:07.962330+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-11T08:49:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: audit 2024-09-11T08:49:07.962795+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [3, 2]}]: dispatch 2024-09-11T08:49:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: audit 2024-09-11T08:49:07.963459+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:49:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: audit 2024-09-11T08:49:07.963967+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-11T08:49:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:08 smithi120 bash[18840]: audit 2024-09-11T08:49:07.964588+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:49:11.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:10 smithi130 bash[14727]: cluster 2024-09-11T08:49:09.637360+0000 mgr.y (mgr.24769) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:11.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:10 smithi120 bash[14933]: cluster 2024-09-11T08:49:09.637360+0000 mgr.y (mgr.24769) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:10 smithi120 bash[18840]: cluster 2024-09-11T08:49:09.637360+0000 mgr.y (mgr.24769) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:12 smithi130 bash[14727]: cluster 2024-09-11T08:49:11.638092+0000 mgr.y (mgr.24769) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:12 smithi120 bash[14933]: cluster 2024-09-11T08:49:11.638092+0000 mgr.y (mgr.24769) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:12 smithi120 bash[18840]: cluster 2024-09-11T08:49:11.638092+0000 mgr.y (mgr.24769) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:13.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:49:13 smithi120 bash[39476]: ts=2024-09-11T08:49:13.252Z 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:49:13.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:49:13 smithi120 bash[39476]: ts=2024-09-11T08:49:13.252Z 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:49:14.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:14 smithi120 bash[14933]: cluster 2024-09-11T08:49:13.638849+0000 mgr.y (mgr.24769) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:14 smithi120 bash[18840]: cluster 2024-09-11T08:49:13.638849+0000 mgr.y (mgr.24769) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:14 smithi130 bash[14727]: cluster 2024-09-11T08:49:13.638849+0000 mgr.y (mgr.24769) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:16 smithi130 bash[14727]: cluster 2024-09-11T08:49:15.639944+0000 mgr.y (mgr.24769) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:16 smithi130 bash[14727]: audit 2024-09-11T08:49:16.057236+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:49:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:16 smithi130 bash[14727]: audit 2024-09-11T08:49:16.065003+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[18840]: cluster 2024-09-11T08:49:15.639944+0000 mgr.y (mgr.24769) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[18840]: audit 2024-09-11T08:49:16.057236+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[18840]: audit 2024-09-11T08:49:16.065003+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[14933]: cluster 2024-09-11T08:49:15.639944+0000 mgr.y (mgr.24769) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[14933]: audit 2024-09-11T08:49:16.057236+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:49:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:16 smithi120 bash[14933]: audit 2024-09-11T08:49:16.065003+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:49:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:18 smithi130 bash[14727]: cluster 2024-09-11T08:49:17.640601+0000 mgr.y (mgr.24769) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:19.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:18 smithi120 bash[14933]: cluster 2024-09-11T08:49:17.640601+0000 mgr.y (mgr.24769) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:18 smithi120 bash[18840]: cluster 2024-09-11T08:49:17.640601+0000 mgr.y (mgr.24769) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:20 smithi130 bash[14727]: cluster 2024-09-11T08:49:19.642148+0000 mgr.y (mgr.24769) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:21.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:20 smithi120 bash[14933]: cluster 2024-09-11T08:49:19.642148+0000 mgr.y (mgr.24769) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:20 smithi120 bash[18840]: cluster 2024-09-11T08:49:19.642148+0000 mgr.y (mgr.24769) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:22 smithi130 bash[14727]: cluster 2024-09-11T08:49:21.642956+0000 mgr.y (mgr.24769) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:22 smithi120 bash[14933]: cluster 2024-09-11T08:49:21.642956+0000 mgr.y (mgr.24769) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:22 smithi120 bash[18840]: cluster 2024-09-11T08:49:21.642956+0000 mgr.y (mgr.24769) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:24.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:24 smithi120 bash[18840]: cluster 2024-09-11T08:49:23.643683+0000 mgr.y (mgr.24769) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:24.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:24 smithi120 bash[14933]: cluster 2024-09-11T08:49:23.643683+0000 mgr.y (mgr.24769) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:25.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:24 smithi130 bash[14727]: cluster 2024-09-11T08:49:23.643683+0000 mgr.y (mgr.24769) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:26 smithi130 bash[14727]: cluster 2024-09-11T08:49:25.645183+0000 mgr.y (mgr.24769) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:27.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:26 smithi120 bash[14933]: cluster 2024-09-11T08:49:25.645183+0000 mgr.y (mgr.24769) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:26 smithi120 bash[18840]: cluster 2024-09-11T08:49:25.645183+0000 mgr.y (mgr.24769) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:29.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:28 smithi130 bash[14727]: cluster 2024-09-11T08:49:27.645999+0000 mgr.y (mgr.24769) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:28 smithi120 bash[14933]: cluster 2024-09-11T08:49:27.645999+0000 mgr.y (mgr.24769) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:29.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:28 smithi120 bash[18840]: cluster 2024-09-11T08:49:27.645999+0000 mgr.y (mgr.24769) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:31.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:30 smithi130 bash[14727]: cluster 2024-09-11T08:49:29.647578+0000 mgr.y (mgr.24769) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:30 smithi120 bash[14933]: cluster 2024-09-11T08:49:29.647578+0000 mgr.y (mgr.24769) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:30 smithi120 bash[18840]: cluster 2024-09-11T08:49:29.647578+0000 mgr.y (mgr.24769) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:32 smithi130 bash[14727]: cluster 2024-09-11T08:49:31.648298+0000 mgr.y (mgr.24769) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:32 smithi120 bash[18840]: cluster 2024-09-11T08:49:31.648298+0000 mgr.y (mgr.24769) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:32 smithi120 bash[14933]: cluster 2024-09-11T08:49:31.648298+0000 mgr.y (mgr.24769) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:34 smithi120 bash[18840]: cluster 2024-09-11T08:49:33.648982+0000 mgr.y (mgr.24769) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:34 smithi120 bash[14933]: cluster 2024-09-11T08:49:33.648982+0000 mgr.y (mgr.24769) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:34 smithi130 bash[14727]: cluster 2024-09-11T08:49:33.648982+0000 mgr.y (mgr.24769) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:37.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:36 smithi130 bash[14727]: cluster 2024-09-11T08:49:35.650430+0000 mgr.y (mgr.24769) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:37.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:36 smithi120 bash[18840]: cluster 2024-09-11T08:49:35.650430+0000 mgr.y (mgr.24769) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:36 smithi120 bash[14933]: cluster 2024-09-11T08:49:35.650430+0000 mgr.y (mgr.24769) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:38 smithi130 bash[14727]: cluster 2024-09-11T08:49:37.651093+0000 mgr.y (mgr.24769) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:38 smithi120 bash[18840]: cluster 2024-09-11T08:49:37.651093+0000 mgr.y (mgr.24769) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:39.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:38 smithi120 bash[14933]: cluster 2024-09-11T08:49:37.651093+0000 mgr.y (mgr.24769) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:40 smithi130 bash[14727]: cluster 2024-09-11T08:49:39.652524+0000 mgr.y (mgr.24769) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:41.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:40 smithi120 bash[18840]: cluster 2024-09-11T08:49:39.652524+0000 mgr.y (mgr.24769) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:41.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:40 smithi120 bash[14933]: cluster 2024-09-11T08:49:39.652524+0000 mgr.y (mgr.24769) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:42 smithi130 bash[14727]: cluster 2024-09-11T08:49:41.653216+0000 mgr.y (mgr.24769) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:42 smithi120 bash[14933]: cluster 2024-09-11T08:49:41.653216+0000 mgr.y (mgr.24769) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:43.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:42 smithi120 bash[18840]: cluster 2024-09-11T08:49:41.653216+0000 mgr.y (mgr.24769) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:44 smithi120 bash[18840]: cluster 2024-09-11T08:49:43.653891+0000 mgr.y (mgr.24769) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:44.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:44 smithi120 bash[14933]: cluster 2024-09-11T08:49:43.653891+0000 mgr.y (mgr.24769) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:45.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:44 smithi130 bash[14727]: cluster 2024-09-11T08:49:43.653891+0000 mgr.y (mgr.24769) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:47.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:46 smithi130 bash[14727]: cluster 2024-09-11T08:49:45.655361+0000 mgr.y (mgr.24769) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:46 smithi120 bash[14933]: cluster 2024-09-11T08:49:45.655361+0000 mgr.y (mgr.24769) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:47.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:46 smithi120 bash[18840]: cluster 2024-09-11T08:49:45.655361+0000 mgr.y (mgr.24769) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:48 smithi130 bash[14727]: cluster 2024-09-11T08:49:47.656040+0000 mgr.y (mgr.24769) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:49.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:48 smithi120 bash[18840]: cluster 2024-09-11T08:49:47.656040+0000 mgr.y (mgr.24769) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:48 smithi120 bash[14933]: cluster 2024-09-11T08:49:47.656040+0000 mgr.y (mgr.24769) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:50 smithi130 bash[14727]: cluster 2024-09-11T08:49:49.657535+0000 mgr.y (mgr.24769) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:51.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:50 smithi120 bash[18840]: cluster 2024-09-11T08:49:49.657535+0000 mgr.y (mgr.24769) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:50 smithi120 bash[14933]: cluster 2024-09-11T08:49:49.657535+0000 mgr.y (mgr.24769) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:52 smithi130 bash[14727]: cluster 2024-09-11T08:49:51.658335+0000 mgr.y (mgr.24769) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:52 smithi120 bash[14933]: cluster 2024-09-11T08:49:51.658335+0000 mgr.y (mgr.24769) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:52 smithi120 bash[18840]: cluster 2024-09-11T08:49:51.658335+0000 mgr.y (mgr.24769) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:54 smithi120 bash[14933]: cluster 2024-09-11T08:49:53.658976+0000 mgr.y (mgr.24769) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:54 smithi120 bash[18840]: cluster 2024-09-11T08:49:53.658976+0000 mgr.y (mgr.24769) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:54 smithi130 bash[14727]: cluster 2024-09-11T08:49:53.658976+0000 mgr.y (mgr.24769) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:56 smithi130 bash[14727]: cluster 2024-09-11T08:49:55.660382+0000 mgr.y (mgr.24769) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:57.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:56 smithi120 bash[14933]: cluster 2024-09-11T08:49:55.660382+0000 mgr.y (mgr.24769) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:56 smithi120 bash[18840]: cluster 2024-09-11T08:49:55.660382+0000 mgr.y (mgr.24769) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:59.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:49:58 smithi130 bash[14727]: cluster 2024-09-11T08:49:57.661065+0000 mgr.y (mgr.24769) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:49:58 smithi120 bash[14933]: cluster 2024-09-11T08:49:57.661065+0000 mgr.y (mgr.24769) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:49:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:49:58 smithi120 bash[18840]: cluster 2024-09-11T08:49:57.661065+0000 mgr.y (mgr.24769) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:00 smithi130 bash[14727]: cluster 2024-09-11T08:49:59.662499+0000 mgr.y (mgr.24769) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:00 smithi120 bash[14933]: cluster 2024-09-11T08:49:59.662499+0000 mgr.y (mgr.24769) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:00 smithi120 bash[18840]: cluster 2024-09-11T08:49:59.662499+0000 mgr.y (mgr.24769) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:02 smithi130 bash[14727]: cluster 2024-09-11T08:50:01.663237+0000 mgr.y (mgr.24769) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:02 smithi120 bash[14933]: cluster 2024-09-11T08:50:01.663237+0000 mgr.y (mgr.24769) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:02 smithi120 bash[18840]: cluster 2024-09-11T08:50:01.663237+0000 mgr.y (mgr.24769) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:04.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:04 smithi120 bash[14933]: cluster 2024-09-11T08:50:03.663855+0000 mgr.y (mgr.24769) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:04 smithi120 bash[18840]: cluster 2024-09-11T08:50:03.663855+0000 mgr.y (mgr.24769) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:04 smithi130 bash[14727]: cluster 2024-09-11T08:50:03.663855+0000 mgr.y (mgr.24769) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:06 smithi130 bash[14727]: cluster 2024-09-11T08:50:05.665294+0000 mgr.y (mgr.24769) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:07.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:06 smithi120 bash[18840]: cluster 2024-09-11T08:50:05.665294+0000 mgr.y (mgr.24769) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:06 smithi120 bash[14933]: cluster 2024-09-11T08:50:05.665294+0000 mgr.y (mgr.24769) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:08 smithi130 bash[14727]: cluster 2024-09-11T08:50:07.665974+0000 mgr.y (mgr.24769) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:08 smithi130 bash[14727]: audit 2024-09-11T08:50:07.970402+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:50:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:08 smithi130 bash[14727]: audit 2024-09-11T08:50:07.970843+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:50:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:08 smithi130 bash[14727]: audit 2024-09-11T08:50:07.971316+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:50:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:08 smithi130 bash[14727]: audit 2024-09-11T08:50:07.971751+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[14933]: cluster 2024-09-11T08:50:07.665974+0000 mgr.y (mgr.24769) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[14933]: audit 2024-09-11T08:50:07.970402+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[14933]: audit 2024-09-11T08:50:07.970843+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[14933]: audit 2024-09-11T08:50:07.971316+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[14933]: audit 2024-09-11T08:50:07.971751+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[18840]: cluster 2024-09-11T08:50:07.665974+0000 mgr.y (mgr.24769) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[18840]: audit 2024-09-11T08:50:07.970402+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:50:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[18840]: audit 2024-09-11T08:50:07.970843+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:50:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[18840]: audit 2024-09-11T08:50:07.971316+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T08:50:09.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:08 smithi120 bash[18840]: audit 2024-09-11T08:50:07.971751+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:50:11.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:10 smithi130 bash[14727]: cluster 2024-09-11T08:50:09.667432+0000 mgr.y (mgr.24769) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:10 smithi120 bash[14933]: cluster 2024-09-11T08:50:09.667432+0000 mgr.y (mgr.24769) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:10 smithi120 bash[18840]: cluster 2024-09-11T08:50:09.667432+0000 mgr.y (mgr.24769) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:12 smithi130 bash[14727]: cluster 2024-09-11T08:50:11.668128+0000 mgr.y (mgr.24769) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:12 smithi120 bash[14933]: cluster 2024-09-11T08:50:11.668128+0000 mgr.y (mgr.24769) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:12 smithi120 bash[18840]: cluster 2024-09-11T08:50:11.668128+0000 mgr.y (mgr.24769) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:14 smithi120 bash[14933]: cluster 2024-09-11T08:50:13.668814+0000 mgr.y (mgr.24769) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:14 smithi120 bash[18840]: cluster 2024-09-11T08:50:13.668814+0000 mgr.y (mgr.24769) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:14 smithi130 bash[14727]: cluster 2024-09-11T08:50:13.668814+0000 mgr.y (mgr.24769) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:16 smithi130 bash[14727]: cluster 2024-09-11T08:50:15.670240+0000 mgr.y (mgr.24769) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:16 smithi130 bash[14727]: audit 2024-09-11T08:50:16.571071+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:50:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:16 smithi130 bash[14727]: audit 2024-09-11T08:50:16.576796+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[14933]: cluster 2024-09-11T08:50:15.670240+0000 mgr.y (mgr.24769) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[14933]: audit 2024-09-11T08:50:16.571071+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[14933]: audit 2024-09-11T08:50:16.576796+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[18840]: cluster 2024-09-11T08:50:15.670240+0000 mgr.y (mgr.24769) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[18840]: audit 2024-09-11T08:50:16.571071+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:50:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:16 smithi120 bash[18840]: audit 2024-09-11T08:50:16.576796+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:50:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:18 smithi130 bash[14727]: cluster 2024-09-11T08:50:17.670912+0000 mgr.y (mgr.24769) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:19.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:18 smithi120 bash[14933]: cluster 2024-09-11T08:50:17.670912+0000 mgr.y (mgr.24769) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:18 smithi120 bash[18840]: cluster 2024-09-11T08:50:17.670912+0000 mgr.y (mgr.24769) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:20 smithi130 bash[14727]: cluster 2024-09-11T08:50:19.672434+0000 mgr.y (mgr.24769) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:21.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:20 smithi120 bash[14933]: cluster 2024-09-11T08:50:19.672434+0000 mgr.y (mgr.24769) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:20 smithi120 bash[18840]: cluster 2024-09-11T08:50:19.672434+0000 mgr.y (mgr.24769) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:22 smithi130 bash[14727]: cluster 2024-09-11T08:50:21.673159+0000 mgr.y (mgr.24769) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:23.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:22 smithi120 bash[14933]: cluster 2024-09-11T08:50:21.673159+0000 mgr.y (mgr.24769) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:22 smithi120 bash[18840]: cluster 2024-09-11T08:50:21.673159+0000 mgr.y (mgr.24769) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:24.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:24 smithi120 bash[14933]: cluster 2024-09-11T08:50:23.673883+0000 mgr.y (mgr.24769) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:24.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:24 smithi120 bash[18840]: cluster 2024-09-11T08:50:23.673883+0000 mgr.y (mgr.24769) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:24 smithi130 bash[14727]: cluster 2024-09-11T08:50:23.673883+0000 mgr.y (mgr.24769) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:26 smithi130 bash[14727]: cluster 2024-09-11T08:50:25.675347+0000 mgr.y (mgr.24769) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:27.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:26 smithi120 bash[14933]: cluster 2024-09-11T08:50:25.675347+0000 mgr.y (mgr.24769) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:26 smithi120 bash[18840]: cluster 2024-09-11T08:50:25.675347+0000 mgr.y (mgr.24769) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:29.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:28 smithi130 bash[14727]: cluster 2024-09-11T08:50:27.676008+0000 mgr.y (mgr.24769) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:28 smithi120 bash[14933]: cluster 2024-09-11T08:50:27.676008+0000 mgr.y (mgr.24769) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:29.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:28 smithi120 bash[18840]: cluster 2024-09-11T08:50:27.676008+0000 mgr.y (mgr.24769) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:31.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:30 smithi130 bash[14727]: cluster 2024-09-11T08:50:29.677566+0000 mgr.y (mgr.24769) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:30 smithi120 bash[14933]: cluster 2024-09-11T08:50:29.677566+0000 mgr.y (mgr.24769) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:30 smithi120 bash[18840]: cluster 2024-09-11T08:50:29.677566+0000 mgr.y (mgr.24769) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:32 smithi130 bash[14727]: cluster 2024-09-11T08:50:31.678384+0000 mgr.y (mgr.24769) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:33.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:32 smithi120 bash[14933]: cluster 2024-09-11T08:50:31.678384+0000 mgr.y (mgr.24769) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:32 smithi120 bash[18840]: cluster 2024-09-11T08:50:31.678384+0000 mgr.y (mgr.24769) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:34.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:34 smithi120 bash[18840]: cluster 2024-09-11T08:50:33.679100+0000 mgr.y (mgr.24769) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:34 smithi120 bash[14933]: cluster 2024-09-11T08:50:33.679100+0000 mgr.y (mgr.24769) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:34 smithi130 bash[14727]: cluster 2024-09-11T08:50:33.679100+0000 mgr.y (mgr.24769) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:37.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:36 smithi130 bash[14727]: cluster 2024-09-11T08:50:35.680526+0000 mgr.y (mgr.24769) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:36 smithi120 bash[14933]: cluster 2024-09-11T08:50:35.680526+0000 mgr.y (mgr.24769) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:36 smithi120 bash[18840]: cluster 2024-09-11T08:50:35.680526+0000 mgr.y (mgr.24769) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:38 smithi130 bash[14727]: cluster 2024-09-11T08:50:37.681264+0000 mgr.y (mgr.24769) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:38 smithi120 bash[18840]: cluster 2024-09-11T08:50:37.681264+0000 mgr.y (mgr.24769) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:39.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:38 smithi120 bash[14933]: cluster 2024-09-11T08:50:37.681264+0000 mgr.y (mgr.24769) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:40 smithi130 bash[14727]: cluster 2024-09-11T08:50:39.682833+0000 mgr.y (mgr.24769) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:41.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:40 smithi120 bash[14933]: cluster 2024-09-11T08:50:39.682833+0000 mgr.y (mgr.24769) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:41.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:40 smithi120 bash[18840]: cluster 2024-09-11T08:50:39.682833+0000 mgr.y (mgr.24769) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:42 smithi130 bash[14727]: cluster 2024-09-11T08:50:41.683644+0000 mgr.y (mgr.24769) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:43.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:42 smithi120 bash[14933]: cluster 2024-09-11T08:50:41.683644+0000 mgr.y (mgr.24769) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:43.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:42 smithi120 bash[18840]: cluster 2024-09-11T08:50:41.683644+0000 mgr.y (mgr.24769) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:44.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:44 smithi120 bash[14933]: cluster 2024-09-11T08:50:43.684449+0000 mgr.y (mgr.24769) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:44 smithi120 bash[18840]: cluster 2024-09-11T08:50:43.684449+0000 mgr.y (mgr.24769) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:45.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:44 smithi130 bash[14727]: cluster 2024-09-11T08:50:43.684449+0000 mgr.y (mgr.24769) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:47.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:46 smithi130 bash[14727]: cluster 2024-09-11T08:50:45.685975+0000 mgr.y (mgr.24769) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:46 smithi120 bash[14933]: cluster 2024-09-11T08:50:45.685975+0000 mgr.y (mgr.24769) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:47.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:46 smithi120 bash[18840]: cluster 2024-09-11T08:50:45.685975+0000 mgr.y (mgr.24769) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:48 smithi130 bash[14727]: cluster 2024-09-11T08:50:47.686731+0000 mgr.y (mgr.24769) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:48 smithi120 bash[14933]: cluster 2024-09-11T08:50:47.686731+0000 mgr.y (mgr.24769) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:49.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:48 smithi120 bash[18840]: cluster 2024-09-11T08:50:47.686731+0000 mgr.y (mgr.24769) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:50 smithi130 bash[14727]: cluster 2024-09-11T08:50:49.688305+0000 mgr.y (mgr.24769) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:50 smithi120 bash[18840]: cluster 2024-09-11T08:50:49.688305+0000 mgr.y (mgr.24769) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:50 smithi120 bash[14933]: cluster 2024-09-11T08:50:49.688305+0000 mgr.y (mgr.24769) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:52 smithi130 bash[14727]: cluster 2024-09-11T08:50:51.689007+0000 mgr.y (mgr.24769) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:52 smithi120 bash[14933]: cluster 2024-09-11T08:50:51.689007+0000 mgr.y (mgr.24769) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:52 smithi120 bash[18840]: cluster 2024-09-11T08:50:51.689007+0000 mgr.y (mgr.24769) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:54.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:54 smithi120 bash[18840]: cluster 2024-09-11T08:50:53.689704+0000 mgr.y (mgr.24769) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:54 smithi120 bash[14933]: cluster 2024-09-11T08:50:53.689704+0000 mgr.y (mgr.24769) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:54 smithi130 bash[14727]: cluster 2024-09-11T08:50:53.689704+0000 mgr.y (mgr.24769) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:56 smithi130 bash[14727]: cluster 2024-09-11T08:50:55.691105+0000 mgr.y (mgr.24769) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:56 smithi120 bash[14933]: cluster 2024-09-11T08:50:55.691105+0000 mgr.y (mgr.24769) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:56 smithi120 bash[18840]: cluster 2024-09-11T08:50:55.691105+0000 mgr.y (mgr.24769) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:59.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:50:58 smithi130 bash[14727]: cluster 2024-09-11T08:50:57.691731+0000 mgr.y (mgr.24769) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:50:58 smithi120 bash[14933]: cluster 2024-09-11T08:50:57.691731+0000 mgr.y (mgr.24769) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:50:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:50:58 smithi120 bash[18840]: cluster 2024-09-11T08:50:57.691731+0000 mgr.y (mgr.24769) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:00 smithi130 bash[14727]: cluster 2024-09-11T08:50:59.693182+0000 mgr.y (mgr.24769) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:01.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:00 smithi120 bash[14933]: cluster 2024-09-11T08:50:59.693182+0000 mgr.y (mgr.24769) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:00 smithi120 bash[18840]: cluster 2024-09-11T08:50:59.693182+0000 mgr.y (mgr.24769) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:02 smithi130 bash[14727]: cluster 2024-09-11T08:51:01.693925+0000 mgr.y (mgr.24769) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:02 smithi120 bash[14933]: cluster 2024-09-11T08:51:01.693925+0000 mgr.y (mgr.24769) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:02 smithi120 bash[18840]: cluster 2024-09-11T08:51:01.693925+0000 mgr.y (mgr.24769) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:04.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:04 smithi120 bash[18840]: cluster 2024-09-11T08:51:03.694579+0000 mgr.y (mgr.24769) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:04.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:04 smithi120 bash[14933]: cluster 2024-09-11T08:51:03.694579+0000 mgr.y (mgr.24769) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:04 smithi130 bash[14727]: cluster 2024-09-11T08:51:03.694579+0000 mgr.y (mgr.24769) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:06.477 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:51:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:06 smithi130 bash[14727]: cluster 2024-09-11T08:51:05.696119+0000 mgr.y (mgr.24769) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:06 smithi120 bash[14933]: cluster 2024-09-11T08:51:05.696119+0000 mgr.y (mgr.24769) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:06 smithi120 bash[18840]: cluster 2024-09-11T08:51:05.696119+0000 mgr.y (mgr.24769) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[14933]: cluster 2024-09-11T08:51:07.696822+0000 mgr.y (mgr.24769) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[14933]: audit 2024-09-11T08:51:07.978039+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T08:51:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[14933]: audit 2024-09-11T08:51:07.978487+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:51:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[14933]: audit 2024-09-11T08:51:07.979061+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:51:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[14933]: audit 2024-09-11T08:51:07.979531+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:51:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[18840]: cluster 2024-09-11T08:51:07.696822+0000 mgr.y (mgr.24769) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[18840]: audit 2024-09-11T08:51:07.978039+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T08:51:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[18840]: audit 2024-09-11T08:51:07.978487+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:51:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[18840]: audit 2024-09-11T08:51:07.979061+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:51:08.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:08 smithi120 bash[18840]: audit 2024-09-11T08:51:07.979531+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:51:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:08 smithi130 bash[14727]: cluster 2024-09-11T08:51:07.696822+0000 mgr.y (mgr.24769) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:08 smithi130 bash[14727]: audit 2024-09-11T08:51:07.978039+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T08:51:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:08 smithi130 bash[14727]: audit 2024-09-11T08:51:07.978487+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:51:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:08 smithi130 bash[14727]: audit 2024-09-11T08:51:07.979061+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T08:51:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:08 smithi130 bash[14727]: audit 2024-09-11T08:51:07.979531+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (9m) 2m ago 19m 16.6M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (19m) 2m ago 19m 27.0M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (13m) 2m ago 24m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 26acfcd63e41 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (5m) 2m ago 26m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (26m) 2m ago 26m 171M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (24m) 2m ago 24m 150M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:51:10.102 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (25m) 2m ago 25m 145M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (19m) 2m ago 20m 13.1M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (19m) 2m ago 20m 12.4M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (24m) 2m ago 24m 53.0M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (23m) 2m ago 23m 51.2M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (23m) 2m ago 23m 49.0M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (22m) 2m ago 22m 52.2M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (22m) 2m ago 22m 52.2M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (21m) 2m ago 21m 52.0M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (21m) 2m ago 21m 51.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (20m) 2m ago 20m 54.0M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (8m) 2m ago 20m 36.9M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (18m) 2m ago 18m 52.2M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:51:10.103 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (18m) 2m ago 18m 52.2M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:51:10.794 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: cluster 2024-09-11T08:51:09.697773+0000 mgr.y (mgr.24769) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.075931+0000 mgr.y (mgr.24769) 98 : audit [DBG] from='client.24829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.081665+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.082675+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.083424+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.084157+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.084885+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.085468+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.088729+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.089409+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.090065+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.090739+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.035 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[18840]: audit 2024-09-11T08:51:10.091289+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: cluster 2024-09-11T08:51:09.697773+0000 mgr.y (mgr.24769) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.075931+0000 mgr.y (mgr.24769) 98 : audit [DBG] from='client.24829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.081665+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.082675+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.083424+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.084157+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.084885+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.085468+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.088729+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.089409+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.090065+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.036 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.090739+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.037 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:10 smithi120 bash[14933]: audit 2024-09-11T08:51:10.091289+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: cluster 2024-09-11T08:51:09.697773+0000 mgr.y (mgr.24769) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.075931+0000 mgr.y (mgr.24769) 98 : audit [DBG] from='client.24829 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:51:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.081665+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.082675+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.083424+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.084157+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.084885+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.085468+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.088729+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:51:11.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.089409+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.090065+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.090739+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:11.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:10 smithi130 bash[14727]: audit 2024-09-11T08:51:10.091289+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:12 smithi130 bash[14727]: cluster 2024-09-11T08:51:11.698395+0000 mgr.y (mgr.24769) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:13.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:12 smithi120 bash[14933]: cluster 2024-09-11T08:51:11.698395+0000 mgr.y (mgr.24769) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:12 smithi120 bash[18840]: cluster 2024-09-11T08:51:11.698395+0000 mgr.y (mgr.24769) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:14.514 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:51:14.514 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:51:14.515 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:51:14.516 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:51:14.516 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:51:14.516 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:51:14.516 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:51:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:14 smithi120 bash[14933]: cluster 2024-09-11T08:51:13.699137+0000 mgr.y (mgr.24769) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:14.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:14 smithi120 bash[14933]: audit 2024-09-11T08:51:14.515456+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.120:0/1468435550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:14 smithi120 bash[18840]: cluster 2024-09-11T08:51:13.699137+0000 mgr.y (mgr.24769) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:14.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:14 smithi120 bash[18840]: audit 2024-09-11T08:51:14.515456+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.120:0/1468435550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:14 smithi130 bash[14727]: cluster 2024-09-11T08:51:13.699137+0000 mgr.y (mgr.24769) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:14 smithi130 bash[14727]: audit 2024-09-11T08:51:14.515456+0000 mon.a (mon.0) 921 : audit [DBG] from='client.? 172.21.15.120:0/1468435550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:15.270 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph -s' 2024-09-11T08:51:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:16 smithi130 bash[14727]: cluster 2024-09-11T08:51:15.700594+0000 mgr.y (mgr.24769) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:16 smithi120 bash[14933]: cluster 2024-09-11T08:51:15.700594+0000 mgr.y (mgr.24769) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:16 smithi120 bash[18840]: cluster 2024-09-11T08:51:15.700594+0000 mgr.y (mgr.24769) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:17 smithi130 bash[14727]: audit 2024-09-11T08:51:17.092848+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:17 smithi130 bash[14727]: audit 2024-09-11T08:51:17.097114+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:17 smithi120 bash[14933]: audit 2024-09-11T08:51:17.092848+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:17 smithi120 bash[14933]: audit 2024-09-11T08:51:17.097114+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:17 smithi120 bash[18840]: audit 2024-09-11T08:51:17.092848+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:17 smithi120 bash[18840]: audit 2024-09-11T08:51:17.097114+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.24769 172.21.15.120:0/3131339593' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: cluster: 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: id: 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: health: HEALTH_OK 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: services: 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: mon: 3 daemons, quorum a,c,b (age 24m) 2024-09-11T08:51:19.038 INFO:teuthology.orchestra.run.smithi120.stdout: mgr: y(active, since 3m), standbys: x 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: osd: 8 osds: 8 up (since 20m), 8 in (since 20m) 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: rgw: 2 daemons active (r.z.smithi120.fpvwgw, r.z.smithi130.tjvaqs) 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: task status: 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: data: 2024-09-11T08:51:19.039 INFO:teuthology.orchestra.run.smithi120.stdout: pools: 5 pools, 129 pgs 2024-09-11T08:51:19.040 INFO:teuthology.orchestra.run.smithi120.stdout: objects: 203 objects, 584 KiB 2024-09-11T08:51:19.040 INFO:teuthology.orchestra.run.smithi120.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:19.040 INFO:teuthology.orchestra.run.smithi120.stdout: pgs: 129 active+clean 2024-09-11T08:51:19.040 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-09-11T08:51:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:19 smithi130 bash[14727]: cluster 2024-09-11T08:51:17.701348+0000 mgr.y (mgr.24769) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:19 smithi130 bash[14727]: audit 2024-09-11T08:51:19.038920+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.120:0/2254791303' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:51:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:19 smithi120 bash[14933]: cluster 2024-09-11T08:51:17.701348+0000 mgr.y (mgr.24769) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:19 smithi120 bash[14933]: audit 2024-09-11T08:51:19.038920+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.120:0/2254791303' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:51:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:19 smithi120 bash[18840]: cluster 2024-09-11T08:51:17.701348+0000 mgr.y (mgr.24769) 102 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:19.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:19 smithi120 bash[18840]: audit 2024-09-11T08:51:19.038920+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.120:0/2254791303' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T08:51:19.780 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:51:21.298 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:21 smithi120 bash[18840]: cluster 2024-09-11T08:51:19.702796+0000 mgr.y (mgr.24769) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:21.298 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:21 smithi120 bash[14933]: cluster 2024-09-11T08:51:19.702796+0000 mgr.y (mgr.24769) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:21.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:21 smithi130 bash[14727]: cluster 2024-09-11T08:51:19.702796+0000 mgr.y (mgr.24769) 103 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:23.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:23 smithi130 bash[14727]: cluster 2024-09-11T08:51:21.703465+0000 mgr.y (mgr.24769) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:23.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:23 smithi120 bash[18840]: cluster 2024-09-11T08:51:21.703465+0000 mgr.y (mgr.24769) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:23.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:23 smithi120 bash[14933]: cluster 2024-09-11T08:51:21.703465+0000 mgr.y (mgr.24769) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:23.622 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:51:24.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:24 smithi130 bash[14727]: audit 2024-09-11T08:51:23.606972+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.120:0/2732813519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:24.395 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:24 smithi120 bash[14933]: audit 2024-09-11T08:51:23.606972+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.120:0/2732813519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:24.396 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:24 smithi120 bash[18840]: audit 2024-09-11T08:51:23.606972+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.120:0/2732813519' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:51:24.397 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr fail' 2024-09-11T08:51:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:25 smithi120 bash[14933]: cluster 2024-09-11T08:51:23.704070+0000 mgr.y (mgr.24769) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:25 smithi120 bash[18840]: cluster 2024-09-11T08:51:23.704070+0000 mgr.y (mgr.24769) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:25 smithi130 bash[14727]: cluster 2024-09-11T08:51:23.704070+0000 mgr.y (mgr.24769) 105 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:27 smithi120 bash[14933]: cluster 2024-09-11T08:51:25.705568+0000 mgr.y (mgr.24769) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:27 smithi120 bash[18840]: cluster 2024-09-11T08:51:25.705568+0000 mgr.y (mgr.24769) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:27 smithi130 bash[14727]: cluster 2024-09-11T08:51:25.705568+0000 mgr.y (mgr.24769) 106 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:29.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[18840]: cluster 2024-09-11T08:51:27.707303+0000 mgr.y (mgr.24769) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:29.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[18840]: audit 2024-09-11T08:51:28.219510+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.120:0/3750873075' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[18840]: audit 2024-09-11T08:51:28.220121+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[18840]: cluster 2024-09-11T08:51:28.231300+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[14933]: cluster 2024-09-11T08:51:27.707303+0000 mgr.y (mgr.24769) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[14933]: audit 2024-09-11T08:51:28.219510+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.120:0/3750873075' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[14933]: audit 2024-09-11T08:51:28.220121+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[14933]: cluster 2024-09-11T08:51:28.231300+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[40897]: debug 2024-09-11T08:51:29.142+0000 7fe3ebb8f640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:51:29.436 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[40897]: ignoring --setuser ceph since I am not root 2024-09-11T08:51:29.437 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[40897]: ignoring --setgroup ceph since I am not root 2024-09-11T08:51:29.437 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[40897]: debug 2024-09-11T08:51:29.194+0000 7f44174ce640 1 -- 172.21.15.120:0/2030409053 <== mon.1 v2:172.21.15.120:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555792536340 con 0x555792542c00 2024-09-11T08:51:29.437 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:29 smithi120 bash[40897]: debug 2024-09-11T08:51:29.318+0000 7f4419d28ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:51:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:29 smithi130 bash[14727]: cluster 2024-09-11T08:51:27.707303+0000 mgr.y (mgr.24769) 107 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:29 smithi130 bash[14727]: audit 2024-09-11T08:51:28.219510+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.120:0/3750873075' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:29 smithi130 bash[14727]: audit 2024-09-11T08:51:28.220121+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-11T08:51:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:29 smithi130 bash[14727]: cluster 2024-09-11T08:51:28.231300+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T08:51:29.930 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 180' 2024-09-11T08:51:30.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[14933]: audit 2024-09-11T08:51:29.147464+0000 mon.a (mon.0) 926 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:51:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[14933]: cluster 2024-09-11T08:51:29.147595+0000 mon.a (mon.0) 927 : cluster [DBG] mgrmap e28: x(active, starting, since 0.926502s) 2024-09-11T08:51:30.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.082+0000 7f4419d28ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:51:30.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.150+0000 7f4419d28ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:51:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[18840]: audit 2024-09-11T08:51:29.147464+0000 mon.a (mon.0) 926 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:51:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[18840]: cluster 2024-09-11T08:51:29.147595+0000 mon.a (mon.0) 927 : cluster [DBG] mgrmap e28: x(active, starting, since 0.926502s) 2024-09-11T08:51:30.430 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.218+0000 7f4419d28ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:51:30.431 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.370+0000 7f4419d28ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:51:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:30 smithi130 bash[14727]: audit 2024-09-11T08:51:29.147464+0000 mon.a (mon.0) 926 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-11T08:51:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:30 smithi130 bash[14727]: cluster 2024-09-11T08:51:29.147595+0000 mon.a (mon.0) 927 : cluster [DBG] mgrmap e28: x(active, starting, since 0.926502s) 2024-09-11T08:51:30.930 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.618+0000 7f4419d28ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:51:30.931 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.682+0000 7f4419d28ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:51:30.931 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:30 smithi120 bash[40897]: debug 2024-09-11T08:51:30.818+0000 7f4419d28ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:51:31.545 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:31 smithi120 bash[40897]: debug 2024-09-11T08:51:31.470+0000 7f4419d28ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:51:31.904 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:31 smithi120 bash[40897]: debug 2024-09-11T08:51:31.542+0000 7f4419d28ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:51:31.905 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:31 smithi120 bash[40897]: debug 2024-09-11T08:51:31.622+0000 7f4419d28ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:51:32.180 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:31 smithi120 bash[40897]: debug 2024-09-11T08:51:31.902+0000 7f4419d28ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:51:32.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:32 smithi120 bash[40897]: debug 2024-09-11T08:51:32.042+0000 7f4419d28ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:51:32.579 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:32 smithi120 bash[40897]: debug 2024-09-11T08:51:32.358+0000 7f4419d28ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:51:32.930 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:32 smithi120 bash[40897]: debug 2024-09-11T08:51:32.578+0000 7f4419d28ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:51:33.288 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:32 smithi120 bash[40897]: debug 2024-09-11T08:51:32.998+0000 7f4419d28ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:51:33.352 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.058+0000 7f4419d28ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:51:33.353 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.126+0000 7f4419d28ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:51:33.353 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.222+0000 7f4419d28ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:51:33.598 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.286+0000 7f4419d28ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:51:33.598 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.362+0000 7f4419d28ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:51:33.598 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.518+0000 7f4419d28ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:51:33.930 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:33 smithi120 bash[40897]: debug 2024-09-11T08:51:33.594+0000 7f4419d28ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:51:34.931 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[40897]: debug 2024-09-11T08:51:34.562+0000 7f4419d28ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:51:34.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[14933]: cluster 2024-09-11T08:51:34.585061+0000 mon.a (mon.0) 928 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:51:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[14933]: audit 2024-09-11T08:51:34.587598+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:51:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[14933]: audit 2024-09-11T08:51:34.588528+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[14933]: audit 2024-09-11T08:51:34.590438+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:51:34.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[14933]: audit 2024-09-11T08:51:34.591237+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[18840]: cluster 2024-09-11T08:51:34.585061+0000 mon.a (mon.0) 928 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:51:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[18840]: audit 2024-09-11T08:51:34.587598+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:51:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[18840]: audit 2024-09-11T08:51:34.588528+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[18840]: audit 2024-09-11T08:51:34.590438+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:51:34.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:34 smithi120 bash[18840]: audit 2024-09-11T08:51:34.591237+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:34 smithi130 bash[14727]: cluster 2024-09-11T08:51:34.585061+0000 mon.a (mon.0) 928 : cluster [DBG] Standby manager daemon y started 2024-09-11T08:51:35.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:34 smithi130 bash[14727]: audit 2024-09-11T08:51:34.587598+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-11T08:51:35.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:34 smithi130 bash[14727]: audit 2024-09-11T08:51:34.588528+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:35.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:34 smithi130 bash[14727]: audit 2024-09-11T08:51:34.590438+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-11T08:51:35.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:34 smithi130 bash[14727]: audit 2024-09-11T08:51:34.591237+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: cluster 2024-09-11T08:51:34.671585+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:34.682066+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:34.682398+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.147691+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.148042+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.148357+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.153404+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.154046+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.154614+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.155337+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:51:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.155793+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.156146+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.156415+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.156768+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.157306+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.157632+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.158346+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:51:36.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.159695+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.160928+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.161500+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.162034+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.162604+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.163148+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.163693+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.164252+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.164886+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.165400+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.165943+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.166823+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.167444+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:51:36.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.168107+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.168660+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.169183+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.169703+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.170211+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.170735+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.171239+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.171758+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.172257+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.172766+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.173260+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.173786+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.174272+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.174749+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:51:36.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.175245+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.175749+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.176258+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: cluster 2024-09-11T08:51:35.342119+0000 mon.a (mon.0) 934 : cluster [INF] Manager daemon x is now available 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.438978+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.442446+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.448337+0000 mon.b (mon.2) 305 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:36.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:35 smithi130 bash[14727]: audit 2024-09-11T08:51:35.451651+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: cluster 2024-09-11T08:51:34.671585+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-11T08:51:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:34.682066+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:51:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:34.682398+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:51:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.147691+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:51:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.148042+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.148357+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.153404+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.154046+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.154614+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.155337+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.155793+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.156146+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.156415+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.156768+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.157306+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.157632+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.158346+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:51:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.159695+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: cluster 2024-09-11T08:51:34.671585+0000 mon.a (mon.0) 933 : cluster [DBG] mgrmap e29: x(active, starting, since 6s), standbys: y 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:34.682066+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:34.682398+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.147691+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.148042+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.148357+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.153404+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.154046+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.154614+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.155337+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:51:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.155793+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.156146+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.156415+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.156768+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.157306+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.157632+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.158346+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.159695+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.160928+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.161500+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:51:36.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.162034+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.162604+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.163148+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.163693+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.164252+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.164886+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.165400+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.165943+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.166823+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.167444+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.168107+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.168660+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.169183+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:51:36.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.169703+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.160928+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.161500+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.162034+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.162604+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.163148+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.163693+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.164252+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.164886+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.165400+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.165943+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:51:36.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.166823+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.167444+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.168107+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.168660+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.169183+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.169703+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.170211+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.170735+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.171239+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.171758+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:51:36.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.172257+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.172766+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.173260+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.173786+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.174272+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.174749+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.175245+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.175749+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.176258+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: cluster 2024-09-11T08:51:35.342119+0000 mon.a (mon.0) 934 : cluster [INF] Manager daemon x is now available 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.438978+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.442446+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.448337+0000 mon.b (mon.2) 305 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[18840]: audit 2024-09-11T08:51:35.451651+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.170211+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.170735+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.171239+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.171758+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.172257+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.172766+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:51:36.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.173260+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.173786+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.174272+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.174749+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.175245+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.175749+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.176258+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: cluster 2024-09-11T08:51:35.342119+0000 mon.a (mon.0) 934 : cluster [INF] Manager daemon x is now available 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.438978+0000 mon.b (mon.2) 304 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.442446+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.448337+0000 mon.b (mon.2) 305 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:36.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:35 smithi120 bash[14933]: audit 2024-09-11T08:51:35.451651+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-11T08:51:37.063 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:36 smithi130 bash[14727]: cluster 2024-09-11T08:51:35.684212+0000 mon.a (mon.0) 937 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-11T08:51:37.063 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:36 smithi130 bash[14727]: cluster 2024-09-11T08:51:35.696585+0000 mgr.x (mgr.34733) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:37.063 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:36 smithi130 bash[14727]: audit 2024-09-11T08:51:35.733446+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.063 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:36 smithi130 bash[14727]: audit 2024-09-11T08:51:35.740505+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[14933]: cluster 2024-09-11T08:51:35.684212+0000 mon.a (mon.0) 937 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[14933]: cluster 2024-09-11T08:51:35.696585+0000 mgr.x (mgr.34733) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[14933]: audit 2024-09-11T08:51:35.733446+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[14933]: audit 2024-09-11T08:51:35.740505+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[18840]: cluster 2024-09-11T08:51:35.684212+0000 mon.a (mon.0) 937 : cluster [DBG] mgrmap e30: x(active, since 7s), standbys: y 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[18840]: cluster 2024-09-11T08:51:35.696585+0000 mgr.x (mgr.34733) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[18840]: audit 2024-09-11T08:51:35.733446+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:36 smithi120 bash[18840]: audit 2024-09-11T08:51:35.740505+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: debug 2024-09-11T08:51:37.058+0000 7fd431176640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:51:37] ENGINE Error in HTTPServer.serve 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: Traceback (most recent call last): 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: self._connections.run(self.expiration_interval) 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: self._run(expiration_interval) 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:51:37.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: s = self.context.wrap_socket( 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: return self.sslsocket_class._create( 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: self.do_handshake() 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: self._sslobj.do_handshake() 2024-09-11T08:51:37.367 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[26075]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:51:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: cephadm 2024-09-11T08:51:36.932032+0000 mgr.x (mgr.34733) 2 : cephadm [INF] [11/Sep/2024:08:51:36] ENGINE Bus STARTING 2024-09-11T08:51:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: cephadm 2024-09-11T08:51:37.059198+0000 mgr.x (mgr.34733) 3 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:51:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: cephadm 2024-09-11T08:51:37.059520+0000 mgr.x (mgr.34733) 4 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Bus STARTED 2024-09-11T08:51:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: audit 2024-09-11T08:51:37.060925+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: cephadm 2024-09-11T08:51:37.062125+0000 mgr.x (mgr.34733) 5 : cephadm [ERR] [11/Sep/2024:08:51:37] ENGINE Error in HTTPServer.serve 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: Traceback (most recent call last): 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: self._connections.run(self.expiration_interval) 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: self._run(expiration_interval) 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: s = self.context.wrap_socket( 2024-09-11T08:51:38.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: return self.sslsocket_class._create( 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: self.do_handshake() 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: self._sslobj.do_handshake() 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: audit 2024-09-11T08:51:37.064711+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: audit 2024-09-11T08:51:37.071270+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:51:38.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:37 smithi130 bash[14727]: cluster 2024-09-11T08:51:37.157638+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: cephadm 2024-09-11T08:51:36.932032+0000 mgr.x (mgr.34733) 2 : cephadm [INF] [11/Sep/2024:08:51:36] ENGINE Bus STARTING 2024-09-11T08:51:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: cephadm 2024-09-11T08:51:37.059198+0000 mgr.x (mgr.34733) 3 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:51:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: cephadm 2024-09-11T08:51:37.059520+0000 mgr.x (mgr.34733) 4 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Bus STARTED 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: cephadm 2024-09-11T08:51:36.932032+0000 mgr.x (mgr.34733) 2 : cephadm [INF] [11/Sep/2024:08:51:36] ENGINE Bus STARTING 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: cephadm 2024-09-11T08:51:37.059198+0000 mgr.x (mgr.34733) 3 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Serving on https://172.21.15.130:7150 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: cephadm 2024-09-11T08:51:37.059520+0000 mgr.x (mgr.34733) 4 : cephadm [INF] [11/Sep/2024:08:51:37] ENGINE Bus STARTED 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: audit 2024-09-11T08:51:37.060925+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: cephadm 2024-09-11T08:51:37.062125+0000 mgr.x (mgr.34733) 5 : cephadm [ERR] [11/Sep/2024:08:51:37] ENGINE Error in HTTPServer.serve 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: Traceback (most recent call last): 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: self._connections.run(self.expiration_interval) 2024-09-11T08:51:38.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: self._run(expiration_interval) 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: s = self.context.wrap_socket( 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: return self.sslsocket_class._create( 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: self.do_handshake() 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: self._sslobj.do_handshake() 2024-09-11T08:51:38.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:51:38.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: audit 2024-09-11T08:51:37.064711+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: audit 2024-09-11T08:51:37.071270+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:51:38.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[18840]: cluster 2024-09-11T08:51:37.157638+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:38.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: audit 2024-09-11T08:51:37.060925+0000 mon.b (mon.2) 308 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: cephadm 2024-09-11T08:51:37.062125+0000 mgr.x (mgr.34733) 5 : cephadm [ERR] [11/Sep/2024:08:51:37] ENGINE Error in HTTPServer.serve 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: Traceback (most recent call last): 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: self._connections.run(self.expiration_interval) 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: self._run(expiration_interval) 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: s = self.context.wrap_socket( 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: return self.sslsocket_class._create( 2024-09-11T08:51:38.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: self.do_handshake() 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: self._sslobj.do_handshake() 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: audit 2024-09-11T08:51:37.064711+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: audit 2024-09-11T08:51:37.071270+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:51:38.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:37 smithi120 bash[14933]: cluster 2024-09-11T08:51:37.157638+0000 mgr.x (mgr.34733) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:38 smithi130 bash[14727]: cluster 2024-09-11T08:51:37.717232+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e31: x(active, since 9s), standbys: y 2024-09-11T08:51:39.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:38 smithi120 bash[14933]: cluster 2024-09-11T08:51:37.717232+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e31: x(active, since 9s), standbys: y 2024-09-11T08:51:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:38 smithi120 bash[18840]: cluster 2024-09-11T08:51:37.717232+0000 mon.a (mon.0) 940 : cluster [DBG] mgrmap e31: x(active, since 9s), standbys: y 2024-09-11T08:51:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:40 smithi130 bash[14727]: cluster 2024-09-11T08:51:39.158372+0000 mgr.x (mgr.34733) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:41.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:40 smithi130 bash[14727]: cluster 2024-09-11T08:51:39.689903+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e32: x(active, since 11s), standbys: y 2024-09-11T08:51:41.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:40 smithi120 bash[14933]: cluster 2024-09-11T08:51:39.158372+0000 mgr.x (mgr.34733) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:41.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:40 smithi120 bash[14933]: cluster 2024-09-11T08:51:39.689903+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e32: x(active, since 11s), standbys: y 2024-09-11T08:51:41.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:40 smithi120 bash[18840]: cluster 2024-09-11T08:51:39.158372+0000 mgr.x (mgr.34733) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:41.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:40 smithi120 bash[18840]: cluster 2024-09-11T08:51:39.689903+0000 mon.a (mon.0) 941 : cluster [DBG] mgrmap e32: x(active, since 11s), standbys: y 2024-09-11T08:51:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: cluster 2024-09-11T08:51:41.159525+0000 mgr.x (mgr.34733) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:51:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.979593+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.980768+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.984275+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.990015+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.990635+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.993663+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:41.999779+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.136425+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.137574+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.141046+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.146817+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.147520+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.150520+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.156880+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.378363+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.556152+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.610364+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.611761+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.615199+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.623353+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.623791+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.627676+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.635678+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.635966+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.636782+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.637464+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.638150+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.638840+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.639486+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.640232+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.640918+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:42 smithi130 bash[14727]: audit 2024-09-11T08:51:42.641700+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: cluster 2024-09-11T08:51:41.159525+0000 mgr.x (mgr.34733) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:51:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.979593+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.980768+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: cluster 2024-09-11T08:51:41.159525+0000 mgr.x (mgr.34733) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T08:51:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.979593+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.980768+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.984275+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.984275+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.990015+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.990015+0000 mon.b (mon.2) 311 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.990635+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.990635+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.993663+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:41.999779+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.136425+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.993663+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:41.999779+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.136425+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.137574+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.141046+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.137574+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.141046+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.146817+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.147520+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.146817+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.147520+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.150520+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.156880+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.378363+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.556152+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.610364+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.611761+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.150520+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.156880+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.378363+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.556152+0000 mon.b (mon.2) 316 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.610364+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:43.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.611761+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.615199+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.623353+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.623791+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.615199+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:43.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.623353+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:43.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.627676+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.635678+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.635966+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.636782+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.623791+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.637464+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.638150+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.638840+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.639486+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.640232+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.640918+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[14933]: audit 2024-09-11T08:51:42.641700+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.627676+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:43.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.635678+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 202794598, \"cpu_percentage\": \"3.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976369Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.54%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:51:41.976665Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.976852Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55857643, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977027Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54242836, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977197Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977366Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55553556, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977535Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13778288, \"cpu_percentage\": \"3.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977703Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17542676, \"cpu_percentage\": \"0.13%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.977871Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:41.978039Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:41.978340Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:51:42.608742Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:43.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.635966+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.636782+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.637464+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.638150+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.638840+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.639486+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.640232+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.640918+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:43.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:42 smithi120 bash[18840]: audit 2024-09-11T08:51:42.641700+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.774416+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.775690+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.779428+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.784943+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.785970+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.788600+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.795564+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.796112+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.796689+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.797071+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.797223+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.797754+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.798291+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.798844+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.799379+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.799900+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.802784+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.806161+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.813843+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.871405+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.874798+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: audit 2024-09-11T08:51:42.881236+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:43 smithi130 bash[14727]: cluster 2024-09-11T08:51:43.160211+0000 mgr.x (mgr.34733) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:51:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.774416+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:44.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.775690+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.774416+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:51:44.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.775690+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.779428+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.779428+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:51:44.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.784943+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.784943+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.785970+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:44.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.788600+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.785970+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:51:44.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.788600+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:51:44.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.795564+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.796112+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.796689+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.795564+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.796112+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.796689+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.797071+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.797223+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.797754+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.798291+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.798844+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.799379+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.799900+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.802784+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.806161+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.813843+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.871405+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.874798+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: audit 2024-09-11T08:51:42.881236+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[14933]: cluster 2024-09-11T08:51:43.160211+0000 mgr.x (mgr.34733) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:51:44.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.797071+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183186227, \"cpu_percentage\": \"4.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132068Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"1.66%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132468Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55511613, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132734Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55197040, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.132991Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54463037, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133234Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39961231, \"cpu_percentage\": \"0.60%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133709Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.133948Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28689039, \"cpu_percentage\": \"3.28%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134185Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:51:42.134421Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:51:42.134835Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:51:42.773459Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.797223+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.797754+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.798291+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.798844+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.799379+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.799900+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.802784+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.806161+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.813843+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.871405+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.874798+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:51:44.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: audit 2024-09-11T08:51:42.881236+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:51:44.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:43 smithi120 bash[18840]: cluster 2024-09-11T08:51:43.160211+0000 mgr.x (mgr.34733) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:51:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:46 smithi130 bash[14727]: cluster 2024-09-11T08:51:45.160885+0000 mgr.x (mgr.34733) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:51:46.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:46 smithi120 bash[14933]: cluster 2024-09-11T08:51:45.160885+0000 mgr.x (mgr.34733) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:51:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:46 smithi120 bash[18840]: cluster 2024-09-11T08:51:45.160885+0000 mgr.x (mgr.34733) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:51:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:48 smithi130 bash[14727]: cluster 2024-09-11T08:51:47.162360+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:51:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:48 smithi120 bash[14933]: cluster 2024-09-11T08:51:47.162360+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:51:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:48 smithi120 bash[18840]: cluster 2024-09-11T08:51:47.162360+0000 mgr.x (mgr.34733) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:51:50.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:50 smithi120 bash[14933]: cluster 2024-09-11T08:51:49.163097+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:50 smithi120 bash[18840]: cluster 2024-09-11T08:51:49.163097+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:50 smithi130 bash[14727]: cluster 2024-09-11T08:51:49.163097+0000 mgr.x (mgr.34733) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:52.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:52 smithi120 bash[14933]: cluster 2024-09-11T08:51:51.164571+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:52 smithi120 bash[18840]: cluster 2024-09-11T08:51:51.164571+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:52 smithi130 bash[14727]: cluster 2024-09-11T08:51:51.164571+0000 mgr.x (mgr.34733) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:51:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:54 smithi130 bash[14727]: cluster 2024-09-11T08:51:53.165247+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:54 smithi120 bash[14933]: cluster 2024-09-11T08:51:53.165247+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:54 smithi120 bash[18840]: cluster 2024-09-11T08:51:53.165247+0000 mgr.x (mgr.34733) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:56 smithi130 bash[14727]: cluster 2024-09-11T08:51:55.165929+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:57.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:56 smithi120 bash[14933]: cluster 2024-09-11T08:51:55.165929+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:56 smithi120 bash[18840]: cluster 2024-09-11T08:51:55.165929+0000 mgr.x (mgr.34733) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:58.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:51:57 smithi130 bash[14727]: cluster 2024-09-11T08:51:57.167354+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:51:57 smithi120 bash[14933]: cluster 2024-09-11T08:51:57.167354+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:51:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:51:57 smithi120 bash[18840]: cluster 2024-09-11T08:51:57.167354+0000 mgr.x (mgr.34733) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:00.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:00 smithi120 bash[14933]: cluster 2024-09-11T08:51:59.168042+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:00.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:00 smithi120 bash[18840]: cluster 2024-09-11T08:51:59.168042+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:00 smithi130 bash[14727]: cluster 2024-09-11T08:51:59.168042+0000 mgr.x (mgr.34733) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:02.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:02 smithi120 bash[14933]: cluster 2024-09-11T08:52:01.169461+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:02.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:02 smithi120 bash[18840]: cluster 2024-09-11T08:52:01.169461+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:02 smithi130 bash[14727]: cluster 2024-09-11T08:52:01.169461+0000 mgr.x (mgr.34733) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:04 smithi130 bash[14727]: cluster 2024-09-11T08:52:03.170152+0000 mgr.x (mgr.34733) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:05.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:04 smithi120 bash[14933]: cluster 2024-09-11T08:52:03.170152+0000 mgr.x (mgr.34733) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:05.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:04 smithi120 bash[18840]: cluster 2024-09-11T08:52:03.170152+0000 mgr.x (mgr.34733) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:06.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:05 smithi130 bash[14727]: cluster 2024-09-11T08:52:05.170886+0000 mgr.x (mgr.34733) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:05 smithi120 bash[18840]: cluster 2024-09-11T08:52:05.170886+0000 mgr.x (mgr.34733) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:05 smithi120 bash[14933]: cluster 2024-09-11T08:52:05.170886+0000 mgr.x (mgr.34733) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:08.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:08 smithi130 bash[14727]: cluster 2024-09-11T08:52:07.172349+0000 mgr.x (mgr.34733) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:08.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:08 smithi120 bash[14933]: cluster 2024-09-11T08:52:07.172349+0000 mgr.x (mgr.34733) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:08.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:08 smithi120 bash[18840]: cluster 2024-09-11T08:52:07.172349+0000 mgr.x (mgr.34733) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:10.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:10 smithi120 bash[14933]: cluster 2024-09-11T08:52:09.173043+0000 mgr.x (mgr.34733) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:10.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:10 smithi120 bash[18840]: cluster 2024-09-11T08:52:09.173043+0000 mgr.x (mgr.34733) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:11.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:10 smithi130 bash[14727]: cluster 2024-09-11T08:52:09.173043+0000 mgr.x (mgr.34733) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:12 smithi130 bash[14727]: cluster 2024-09-11T08:52:11.174446+0000 mgr.x (mgr.34733) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:12 smithi120 bash[14933]: cluster 2024-09-11T08:52:11.174446+0000 mgr.x (mgr.34733) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:12 smithi120 bash[18840]: cluster 2024-09-11T08:52:11.174446+0000 mgr.x (mgr.34733) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:14 smithi130 bash[14727]: cluster 2024-09-11T08:52:13.175174+0000 mgr.x (mgr.34733) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:14 smithi120 bash[14933]: cluster 2024-09-11T08:52:13.175174+0000 mgr.x (mgr.34733) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:14 smithi120 bash[18840]: cluster 2024-09-11T08:52:13.175174+0000 mgr.x (mgr.34733) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:16.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:15 smithi130 bash[14727]: cluster 2024-09-11T08:52:15.175920+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:15 smithi120 bash[14933]: cluster 2024-09-11T08:52:15.175920+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:15 smithi120 bash[18840]: cluster 2024-09-11T08:52:15.175920+0000 mgr.x (mgr.34733) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:18.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:18 smithi130 bash[14727]: cluster 2024-09-11T08:52:17.177323+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:18.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:18 smithi120 bash[14933]: cluster 2024-09-11T08:52:17.177323+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:18.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:18 smithi120 bash[18840]: cluster 2024-09-11T08:52:17.177323+0000 mgr.x (mgr.34733) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:20.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:20 smithi120 bash[18840]: cluster 2024-09-11T08:52:19.178033+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:20.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:20 smithi120 bash[14933]: cluster 2024-09-11T08:52:19.178033+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:20 smithi130 bash[14727]: cluster 2024-09-11T08:52:19.178033+0000 mgr.x (mgr.34733) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:22 smithi130 bash[14727]: cluster 2024-09-11T08:52:21.179691+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:22 smithi120 bash[14933]: cluster 2024-09-11T08:52:21.179691+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:22 smithi120 bash[18840]: cluster 2024-09-11T08:52:21.179691+0000 mgr.x (mgr.34733) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:25.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:24 smithi130 bash[14727]: cluster 2024-09-11T08:52:23.180356+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:25.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:24 smithi120 bash[18840]: cluster 2024-09-11T08:52:23.180356+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:25.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:24 smithi120 bash[14933]: cluster 2024-09-11T08:52:23.180356+0000 mgr.x (mgr.34733) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:26.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:25 smithi130 bash[14727]: cluster 2024-09-11T08:52:25.180981+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:25 smithi120 bash[14933]: cluster 2024-09-11T08:52:25.180981+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:25 smithi120 bash[18840]: cluster 2024-09-11T08:52:25.180981+0000 mgr.x (mgr.34733) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:28 smithi130 bash[14727]: cluster 2024-09-11T08:52:27.182451+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:28.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:28 smithi120 bash[14933]: cluster 2024-09-11T08:52:27.182451+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:28.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:28 smithi120 bash[18840]: cluster 2024-09-11T08:52:27.182451+0000 mgr.x (mgr.34733) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:31.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:30 smithi130 bash[14727]: cluster 2024-09-11T08:52:29.183198+0000 mgr.x (mgr.34733) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:30 smithi120 bash[14933]: cluster 2024-09-11T08:52:29.183198+0000 mgr.x (mgr.34733) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:30 smithi120 bash[18840]: cluster 2024-09-11T08:52:29.183198+0000 mgr.x (mgr.34733) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:32 smithi130 bash[14727]: cluster 2024-09-11T08:52:31.184750+0000 mgr.x (mgr.34733) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:32 smithi120 bash[14933]: cluster 2024-09-11T08:52:31.184750+0000 mgr.x (mgr.34733) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:32 smithi120 bash[18840]: cluster 2024-09-11T08:52:31.184750+0000 mgr.x (mgr.34733) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:34 smithi130 bash[14727]: cluster 2024-09-11T08:52:33.185451+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:35.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:34 smithi120 bash[14933]: cluster 2024-09-11T08:52:33.185451+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:34 smithi120 bash[18840]: cluster 2024-09-11T08:52:33.185451+0000 mgr.x (mgr.34733) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:36.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: cluster 2024-09-11T08:52:35.186101+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.352090+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.352709+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.353115+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.353519+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.355851+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.356559+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.357256+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:35 smithi130 bash[14727]: audit 2024-09-11T08:52:35.357690+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: cluster 2024-09-11T08:52:35.186101+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.352090+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.352709+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.353115+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.353519+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.355851+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.356559+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.357256+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[14933]: audit 2024-09-11T08:52:35.357690+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: cluster 2024-09-11T08:52:35.186101+0000 mgr.x (mgr.34733) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.352090+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.352709+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.353115+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.353519+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.355851+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.356559+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.357256+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T08:52:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:35 smithi120 bash[18840]: audit 2024-09-11T08:52:35.357690+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-11T08:52:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:38 smithi130 bash[14727]: cluster 2024-09-11T08:52:37.187498+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:38 smithi120 bash[14933]: cluster 2024-09-11T08:52:37.187498+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:38 smithi120 bash[18840]: cluster 2024-09-11T08:52:37.187498+0000 mgr.x (mgr.34733) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:40 smithi130 bash[14727]: cluster 2024-09-11T08:52:39.188178+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:41.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:40 smithi120 bash[14933]: cluster 2024-09-11T08:52:39.188178+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:41.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:40 smithi120 bash[18840]: cluster 2024-09-11T08:52:39.188178+0000 mgr.x (mgr.34733) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:42 smithi130 bash[14727]: cluster 2024-09-11T08:52:41.189524+0000 mgr.x (mgr.34733) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:43.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:42 smithi120 bash[14933]: cluster 2024-09-11T08:52:41.189524+0000 mgr.x (mgr.34733) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:43.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:42 smithi120 bash[18840]: cluster 2024-09-11T08:52:41.189524+0000 mgr.x (mgr.34733) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:43 smithi130 bash[14727]: audit 2024-09-11T08:52:43.404175+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:43 smithi130 bash[14727]: audit 2024-09-11T08:52:43.407759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:43 smithi130 bash[14727]: audit 2024-09-11T08:52:43.414459+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[14933]: audit 2024-09-11T08:52:43.404175+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[14933]: audit 2024-09-11T08:52:43.407759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[14933]: audit 2024-09-11T08:52:43.414459+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[18840]: audit 2024-09-11T08:52:43.404175+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[18840]: audit 2024-09-11T08:52:43.407759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:52:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:43 smithi120 bash[18840]: audit 2024-09-11T08:52:43.414459+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:52:45.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:44 smithi130 bash[14727]: cluster 2024-09-11T08:52:43.190168+0000 mgr.x (mgr.34733) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:45.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:44 smithi120 bash[14933]: cluster 2024-09-11T08:52:43.190168+0000 mgr.x (mgr.34733) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:45.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:44 smithi120 bash[18840]: cluster 2024-09-11T08:52:43.190168+0000 mgr.x (mgr.34733) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:46.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:45 smithi130 bash[14727]: cluster 2024-09-11T08:52:45.190829+0000 mgr.x (mgr.34733) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:46.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:45 smithi120 bash[14933]: cluster 2024-09-11T08:52:45.190829+0000 mgr.x (mgr.34733) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:45 smithi120 bash[18840]: cluster 2024-09-11T08:52:45.190829+0000 mgr.x (mgr.34733) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:48 smithi130 bash[14727]: cluster 2024-09-11T08:52:47.192251+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:48.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:48 smithi120 bash[14933]: cluster 2024-09-11T08:52:47.192251+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:48 smithi120 bash[18840]: cluster 2024-09-11T08:52:47.192251+0000 mgr.x (mgr.34733) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:50 smithi130 bash[14727]: cluster 2024-09-11T08:52:49.192949+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:50 smithi120 bash[14933]: cluster 2024-09-11T08:52:49.192949+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:50 smithi120 bash[18840]: cluster 2024-09-11T08:52:49.192949+0000 mgr.x (mgr.34733) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:52 smithi130 bash[14727]: cluster 2024-09-11T08:52:51.194355+0000 mgr.x (mgr.34733) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:52 smithi120 bash[14933]: cluster 2024-09-11T08:52:51.194355+0000 mgr.x (mgr.34733) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:52 smithi120 bash[18840]: cluster 2024-09-11T08:52:51.194355+0000 mgr.x (mgr.34733) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:54 smithi130 bash[14727]: cluster 2024-09-11T08:52:53.195019+0000 mgr.x (mgr.34733) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:54 smithi120 bash[14933]: cluster 2024-09-11T08:52:53.195019+0000 mgr.x (mgr.34733) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:54 smithi120 bash[18840]: cluster 2024-09-11T08:52:53.195019+0000 mgr.x (mgr.34733) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:56.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:55 smithi130 bash[14727]: cluster 2024-09-11T08:52:55.195716+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:55 smithi120 bash[14933]: cluster 2024-09-11T08:52:55.195716+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:55 smithi120 bash[18840]: cluster 2024-09-11T08:52:55.195716+0000 mgr.x (mgr.34733) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:58.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:52:58 smithi130 bash[14727]: cluster 2024-09-11T08:52:57.197164+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:52:58 smithi120 bash[14933]: cluster 2024-09-11T08:52:57.197164+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:52:58.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:52:58 smithi120 bash[18840]: cluster 2024-09-11T08:52:57.197164+0000 mgr.x (mgr.34733) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:00 smithi130 bash[14727]: cluster 2024-09-11T08:52:59.197808+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:00 smithi120 bash[14933]: cluster 2024-09-11T08:52:59.197808+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:00 smithi120 bash[18840]: cluster 2024-09-11T08:52:59.197808+0000 mgr.x (mgr.34733) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:02 smithi130 bash[14727]: cluster 2024-09-11T08:53:01.199247+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:02 smithi120 bash[14933]: cluster 2024-09-11T08:53:01.199247+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:02 smithi120 bash[18840]: cluster 2024-09-11T08:53:01.199247+0000 mgr.x (mgr.34733) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:04 smithi130 bash[14727]: cluster 2024-09-11T08:53:03.199958+0000 mgr.x (mgr.34733) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:04 smithi120 bash[14933]: cluster 2024-09-11T08:53:03.199958+0000 mgr.x (mgr.34733) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:05.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:04 smithi120 bash[18840]: cluster 2024-09-11T08:53:03.199958+0000 mgr.x (mgr.34733) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:06.961 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:06 smithi120 bash[14933]: cluster 2024-09-11T08:53:05.200644+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:06.962 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:06 smithi120 bash[18840]: cluster 2024-09-11T08:53:05.200644+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:06 smithi130 bash[14727]: cluster 2024-09-11T08:53:05.200644+0000 mgr.x (mgr.34733) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:07.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:53:06 smithi120 bash[39476]: ts=2024-09-11T08:53:06.962Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=6 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:53:07.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:53:06 smithi120 bash[39476]: ts=2024-09-11T08:53:06.963Z 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:53:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:08 smithi130 bash[14727]: cluster 2024-09-11T08:53:07.202017+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:08 smithi120 bash[14933]: cluster 2024-09-11T08:53:07.202017+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:08 smithi120 bash[18840]: cluster 2024-09-11T08:53:07.202017+0000 mgr.x (mgr.34733) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:09 smithi130 bash[14727]: cluster 2024-09-11T08:53:09.202850+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:10.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:09 smithi120 bash[14933]: cluster 2024-09-11T08:53:09.202850+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:10.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:09 smithi120 bash[18840]: cluster 2024-09-11T08:53:09.202850+0000 mgr.x (mgr.34733) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:12 smithi130 bash[14727]: cluster 2024-09-11T08:53:11.204460+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:12.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:12 smithi120 bash[14933]: cluster 2024-09-11T08:53:11.204460+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:12.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:12 smithi120 bash[18840]: cluster 2024-09-11T08:53:11.204460+0000 mgr.x (mgr.34733) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:14 smithi130 bash[14727]: cluster 2024-09-11T08:53:13.205213+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:14 smithi120 bash[14933]: cluster 2024-09-11T08:53:13.205213+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:14 smithi120 bash[18840]: cluster 2024-09-11T08:53:13.205213+0000 mgr.x (mgr.34733) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:16 smithi130 bash[14727]: cluster 2024-09-11T08:53:15.205889+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:16 smithi120 bash[14933]: cluster 2024-09-11T08:53:15.205889+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:16 smithi120 bash[18840]: cluster 2024-09-11T08:53:15.205889+0000 mgr.x (mgr.34733) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-11T08:53:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:17 smithi130 bash[14727]: cluster 2024-09-11T08:53:17.207417+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:17 smithi120 bash[14933]: cluster 2024-09-11T08:53:17.207417+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:17 smithi120 bash[18840]: cluster 2024-09-11T08:53:17.207417+0000 mgr.x (mgr.34733) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:20 smithi130 bash[14727]: cluster 2024-09-11T08:53:19.208192+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:20 smithi120 bash[14933]: cluster 2024-09-11T08:53:19.208192+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:20 smithi120 bash[18840]: cluster 2024-09-11T08:53:19.208192+0000 mgr.x (mgr.34733) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:22 smithi130 bash[14727]: cluster 2024-09-11T08:53:21.209633+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:22 smithi120 bash[14933]: cluster 2024-09-11T08:53:21.209633+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:22 smithi120 bash[18840]: cluster 2024-09-11T08:53:21.209633+0000 mgr.x (mgr.34733) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-11T08:53:25.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:24 smithi130 bash[14727]: cluster 2024-09-11T08:53:23.210306+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:25.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:24 smithi120 bash[14933]: cluster 2024-09-11T08:53:23.210306+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:25.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:24 smithi120 bash[18840]: cluster 2024-09-11T08:53:23.210306+0000 mgr.x (mgr.34733) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:26 smithi130 bash[14727]: cluster 2024-09-11T08:53:25.210989+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:27.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:26 smithi120 bash[14933]: cluster 2024-09-11T08:53:25.210989+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:26 smithi120 bash[18840]: cluster 2024-09-11T08:53:25.210989+0000 mgr.x (mgr.34733) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:28.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:27 smithi130 bash[14727]: cluster 2024-09-11T08:53:27.212801+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:28.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:27 smithi120 bash[18840]: cluster 2024-09-11T08:53:27.212801+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:27 smithi120 bash[14933]: cluster 2024-09-11T08:53:27.212801+0000 mgr.x (mgr.34733) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-09-11T08:53:31.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:30 smithi130 bash[14727]: cluster 2024-09-11T08:53:29.213511+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:31.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:30 smithi120 bash[18840]: cluster 2024-09-11T08:53:29.213511+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:30 smithi120 bash[14933]: cluster 2024-09-11T08:53:29.213511+0000 mgr.x (mgr.34733) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:32 smithi130 bash[14727]: cluster 2024-09-11T08:53:31.214973+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:33.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:32 smithi120 bash[18840]: cluster 2024-09-11T08:53:31.214973+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:32 smithi120 bash[14933]: cluster 2024-09-11T08:53:31.214973+0000 mgr.x (mgr.34733) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:34 smithi130 bash[14727]: cluster 2024-09-11T08:53:33.215749+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:35.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:34 smithi120 bash[18840]: cluster 2024-09-11T08:53:33.215749+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:35.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:34 smithi120 bash[14933]: cluster 2024-09-11T08:53:33.215749+0000 mgr.x (mgr.34733) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.360525+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.361100+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.361627+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.362282+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.364189+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.364963+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.365570+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:35 smithi130 bash[14727]: audit 2024-09-11T08:53:35.366129+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.360525+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.361100+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.361627+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.362282+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.364189+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.364963+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.365570+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[18840]: audit 2024-09-11T08:53:35.366129+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.360525+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.361100+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.361627+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.362282+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.364189+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-09-11T08:53:36.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.364963+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:53:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.365570+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:53:36.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:35 smithi120 bash[14933]: audit 2024-09-11T08:53:35.366129+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:53:37.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:36 smithi130 bash[14727]: cluster 2024-09-11T08:53:35.216461+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:37.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:36 smithi120 bash[18840]: cluster 2024-09-11T08:53:35.216461+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:36 smithi120 bash[14933]: cluster 2024-09-11T08:53:35.216461+0000 mgr.x (mgr.34733) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:38.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:37 smithi130 bash[14727]: cluster 2024-09-11T08:53:37.217841+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:37 smithi120 bash[18840]: cluster 2024-09-11T08:53:37.217841+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:37 smithi120 bash[14933]: cluster 2024-09-11T08:53:37.217841+0000 mgr.x (mgr.34733) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:40.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:39 smithi130 bash[14727]: cluster 2024-09-11T08:53:39.218623+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:40.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:39 smithi120 bash[14933]: cluster 2024-09-11T08:53:39.218623+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:39 smithi120 bash[18840]: cluster 2024-09-11T08:53:39.218623+0000 mgr.x (mgr.34733) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:42 smithi130 bash[14727]: cluster 2024-09-11T08:53:41.220151+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:42 smithi120 bash[14933]: cluster 2024-09-11T08:53:41.220151+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:42 smithi120 bash[18840]: cluster 2024-09-11T08:53:41.220151+0000 mgr.x (mgr.34733) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:44 smithi130 bash[14727]: cluster 2024-09-11T08:53:43.220964+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:44 smithi130 bash[14727]: audit 2024-09-11T08:53:43.939869+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:44 smithi130 bash[14727]: audit 2024-09-11T08:53:43.943635+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:44 smithi130 bash[14727]: audit 2024-09-11T08:53:43.952559+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[14933]: cluster 2024-09-11T08:53:43.220964+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[14933]: audit 2024-09-11T08:53:43.939869+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[14933]: audit 2024-09-11T08:53:43.943635+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[14933]: audit 2024-09-11T08:53:43.952559+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[18840]: cluster 2024-09-11T08:53:43.220964+0000 mgr.x (mgr.34733) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[18840]: audit 2024-09-11T08:53:43.939869+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[18840]: audit 2024-09-11T08:53:43.943635+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:53:44.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:44 smithi120 bash[18840]: audit 2024-09-11T08:53:43.952559+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:53:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:46 smithi130 bash[14727]: cluster 2024-09-11T08:53:45.221687+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:46 smithi120 bash[14933]: cluster 2024-09-11T08:53:45.221687+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:46 smithi120 bash[18840]: cluster 2024-09-11T08:53:45.221687+0000 mgr.x (mgr.34733) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:48 smithi130 bash[14727]: cluster 2024-09-11T08:53:47.223105+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:48.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:48 smithi120 bash[14933]: cluster 2024-09-11T08:53:47.223105+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:48 smithi120 bash[18840]: cluster 2024-09-11T08:53:47.223105+0000 mgr.x (mgr.34733) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:49 smithi130 bash[14727]: cluster 2024-09-11T08:53:49.223832+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:50.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:49 smithi120 bash[14933]: cluster 2024-09-11T08:53:49.223832+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:49 smithi120 bash[18840]: cluster 2024-09-11T08:53:49.223832+0000 mgr.x (mgr.34733) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:52 smithi130 bash[14727]: cluster 2024-09-11T08:53:51.225235+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:52.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:52 smithi120 bash[18840]: cluster 2024-09-11T08:53:51.225235+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:52.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:52 smithi120 bash[14933]: cluster 2024-09-11T08:53:51.225235+0000 mgr.x (mgr.34733) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:54 smithi130 bash[14727]: cluster 2024-09-11T08:53:53.225925+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:54.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:54 smithi120 bash[18840]: cluster 2024-09-11T08:53:53.225925+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:54 smithi120 bash[14933]: cluster 2024-09-11T08:53:53.225925+0000 mgr.x (mgr.34733) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:56.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:56 smithi130 bash[14727]: cluster 2024-09-11T08:53:55.226589+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:56.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:56 smithi120 bash[18840]: cluster 2024-09-11T08:53:55.226589+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:56.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:56 smithi120 bash[14933]: cluster 2024-09-11T08:53:55.226589+0000 mgr.x (mgr.34733) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:58.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:58 smithi130 bash[14727]: cluster 2024-09-11T08:53:57.228060+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:58 smithi120 bash[14933]: cluster 2024-09-11T08:53:57.228060+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:53:58.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:58 smithi120 bash[18840]: cluster 2024-09-11T08:53:57.228060+0000 mgr.x (mgr.34733) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:53:59 smithi130 bash[14727]: cluster 2024-09-11T08:53:59.228775+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:00.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:53:59 smithi120 bash[14933]: cluster 2024-09-11T08:53:59.228775+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:53:59 smithi120 bash[18840]: cluster 2024-09-11T08:53:59.228775+0000 mgr.x (mgr.34733) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:02.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:02 smithi130 bash[14727]: cluster 2024-09-11T08:54:01.230229+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:02.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:02 smithi120 bash[14933]: cluster 2024-09-11T08:54:01.230229+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:02 smithi120 bash[18840]: cluster 2024-09-11T08:54:01.230229+0000 mgr.x (mgr.34733) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:04 smithi130 bash[14727]: cluster 2024-09-11T08:54:03.230993+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:04.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:04 smithi120 bash[18840]: cluster 2024-09-11T08:54:03.230993+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:04.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:04 smithi120 bash[14933]: cluster 2024-09-11T08:54:03.230993+0000 mgr.x (mgr.34733) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:06 smithi130 bash[14727]: cluster 2024-09-11T08:54:05.231716+0000 mgr.x (mgr.34733) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:06.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:06 smithi120 bash[14933]: cluster 2024-09-11T08:54:05.231716+0000 mgr.x (mgr.34733) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:06.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:06 smithi120 bash[18840]: cluster 2024-09-11T08:54:05.231716+0000 mgr.x (mgr.34733) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:08.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:08 smithi130 bash[14727]: cluster 2024-09-11T08:54:07.233219+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:08.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:08 smithi120 bash[14933]: cluster 2024-09-11T08:54:07.233219+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:08.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:08 smithi120 bash[18840]: cluster 2024-09-11T08:54:07.233219+0000 mgr.x (mgr.34733) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:09 smithi130 bash[14727]: cluster 2024-09-11T08:54:09.233884+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:10.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:09 smithi120 bash[18840]: cluster 2024-09-11T08:54:09.233884+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:10.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:09 smithi120 bash[14933]: cluster 2024-09-11T08:54:09.233884+0000 mgr.x (mgr.34733) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:12 smithi130 bash[14727]: cluster 2024-09-11T08:54:11.235258+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:12.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:12 smithi120 bash[14933]: cluster 2024-09-11T08:54:11.235258+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:12.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:12 smithi120 bash[18840]: cluster 2024-09-11T08:54:11.235258+0000 mgr.x (mgr.34733) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:13.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:54:13 smithi120 bash[39476]: ts=2024-09-11T08:54:13.252Z 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:54:13.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:54:13 smithi120 bash[39476]: ts=2024-09-11T08:54:13.253Z 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:54:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:14 smithi130 bash[14727]: cluster 2024-09-11T08:54:13.235966+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:14.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:14 smithi120 bash[18840]: cluster 2024-09-11T08:54:13.235966+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:14.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:14 smithi120 bash[14933]: cluster 2024-09-11T08:54:13.235966+0000 mgr.x (mgr.34733) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:16.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:16 smithi130 bash[14727]: cluster 2024-09-11T08:54:15.236613+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:16.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:16 smithi120 bash[18840]: cluster 2024-09-11T08:54:15.236613+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:16 smithi120 bash[14933]: cluster 2024-09-11T08:54:15.236613+0000 mgr.x (mgr.34733) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:18.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:18 smithi130 bash[14727]: cluster 2024-09-11T08:54:17.238108+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:18.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:18 smithi120 bash[14933]: cluster 2024-09-11T08:54:17.238108+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:18.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:18 smithi120 bash[18840]: cluster 2024-09-11T08:54:17.238108+0000 mgr.x (mgr.34733) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:20.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:19 smithi130 bash[14727]: cluster 2024-09-11T08:54:19.238780+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:19 smithi120 bash[14933]: cluster 2024-09-11T08:54:19.238780+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:19 smithi120 bash[18840]: cluster 2024-09-11T08:54:19.238780+0000 mgr.x (mgr.34733) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:22 smithi130 bash[14727]: cluster 2024-09-11T08:54:21.240181+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:22.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:22 smithi120 bash[14933]: cluster 2024-09-11T08:54:21.240181+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:22.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:22 smithi120 bash[18840]: cluster 2024-09-11T08:54:21.240181+0000 mgr.x (mgr.34733) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:24 smithi130 bash[14727]: cluster 2024-09-11T08:54:23.240853+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:24.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:24 smithi120 bash[14933]: cluster 2024-09-11T08:54:23.240853+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:24.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:24 smithi120 bash[18840]: cluster 2024-09-11T08:54:23.240853+0000 mgr.x (mgr.34733) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:26 smithi130 bash[14727]: cluster 2024-09-11T08:54:25.241558+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:26.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:26 smithi120 bash[14933]: cluster 2024-09-11T08:54:25.241558+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:26.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:26 smithi120 bash[18840]: cluster 2024-09-11T08:54:25.241558+0000 mgr.x (mgr.34733) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:28 smithi130 bash[14727]: cluster 2024-09-11T08:54:27.242929+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:28.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:28 smithi120 bash[18840]: cluster 2024-09-11T08:54:27.242929+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:28.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:28 smithi120 bash[14933]: cluster 2024-09-11T08:54:27.242929+0000 mgr.x (mgr.34733) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:30.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:29 smithi130 bash[14727]: cluster 2024-09-11T08:54:29.243639+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:29 smithi120 bash[14933]: cluster 2024-09-11T08:54:29.243639+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:29 smithi120 bash[18840]: cluster 2024-09-11T08:54:29.243639+0000 mgr.x (mgr.34733) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:32 smithi130 bash[14727]: cluster 2024-09-11T08:54:31.245074+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:32 smithi120 bash[14933]: cluster 2024-09-11T08:54:31.245074+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:32 smithi120 bash[18840]: cluster 2024-09-11T08:54:31.245074+0000 mgr.x (mgr.34733) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:34.427 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:54:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:34 smithi130 bash[14727]: cluster 2024-09-11T08:54:33.245840+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:34.642 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:34 smithi120 bash[14933]: cluster 2024-09-11T08:54:33.245840+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:34.642 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:34 smithi120 bash[18840]: cluster 2024-09-11T08:54:33.245840+0000 mgr.x (mgr.34733) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:36.573 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: cluster 2024-09-11T08:54:35.246563+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.368771+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.369490+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.369880+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.370369+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.372585+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.373338+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.374056+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[14933]: audit 2024-09-11T08:54:35.374494+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: cluster 2024-09-11T08:54:35.246563+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.368771+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.574 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.369490+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.369880+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.370369+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.372585+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.373338+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.374056+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.575 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:36 smithi120 bash[18840]: audit 2024-09-11T08:54:35.374494+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: cluster 2024-09-11T08:54:35.246563+0000 mgr.x (mgr.34733) 95 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.368771+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.369490+0000 mon.b (mon.2) 354 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.369880+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.370369+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.372585+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.373338+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.374056+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T08:54:36.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:36 smithi130 bash[14727]: audit 2024-09-11T08:54:35.374494+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T08:54:38.038 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:54:38.038 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (12m) 2m ago 23m 16.7M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:54:38.038 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (22m) 2m ago 22m 27.3M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:54:38.038 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (16m) 2m ago 27m 421M - 17.2.7-1623-gd0e6828a 4a918172a497 26acfcd63e41 2024-09-11T08:54:38.038 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (9m) 2m ago 29m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (29m) 2m ago 29m 193M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (28m) 2m ago 28m 174M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (28m) 2m ago 28m 170M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (23m) 2m ago 23m 13.1M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (23m) 2m ago 23m 11.9M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (27m) 2m ago 27m 53.2M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (27m) 2m ago 27m 51.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (26m) 2m ago 26m 49.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (26m) 2m ago 26m 52.9M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (25m) 2m ago 25m 52.9M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (25m) 2m ago 25m 52.6M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (24m) 2m ago 24m 51.9M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (24m) 2m ago 24m 54.1M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:54:38.039 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (12m) 2m ago 23m 38.1M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:54:38.040 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (21m) 2m ago 21m 53.1M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:54:38.040 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (21m) 2m ago 21m 53.2M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:54:38.429 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: cluster 2024-09-11T08:54:37.248028+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: cluster 2024-09-11T08:54:37.248028+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.011228+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.012392+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.013428+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.014492+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.015545+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.016620+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.021422+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.022360+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.023290+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.024174+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:38 smithi130 bash[14727]: audit 2024-09-11T08:54:38.025023+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: cluster 2024-09-11T08:54:37.248028+0000 mgr.x (mgr.34733) 96 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.011228+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.012392+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.013428+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.014492+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.015545+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.016620+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.021422+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.022360+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.023290+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.024174+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[18840]: audit 2024-09-11T08:54:38.025023+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.011228+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.012392+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.013428+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.014492+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.015545+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.016620+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.021422+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.022360+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.023290+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.024174+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:38 smithi120 bash[14933]: audit 2024-09-11T08:54:38.025023+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:54:38.780 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:54:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:39 smithi130 bash[14727]: audit 2024-09-11T08:54:38.005210+0000 mgr.x (mgr.34733) 97 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:54:39.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:39 smithi120 bash[18840]: audit 2024-09-11T08:54:38.005210+0000 mgr.x (mgr.34733) 97 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:54:39.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:39 smithi120 bash[14933]: audit 2024-09-11T08:54:38.005210+0000 mgr.x (mgr.34733) 97 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:54:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:40 smithi120 bash[14933]: cluster 2024-09-11T08:54:39.248732+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:40 smithi120 bash[18840]: cluster 2024-09-11T08:54:39.248732+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:40 smithi130 bash[14727]: cluster 2024-09-11T08:54:39.248732+0000 mgr.x (mgr.34733) 98 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:42 smithi120 bash[18840]: cluster 2024-09-11T08:54:41.250172+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:42 smithi120 bash[14933]: cluster 2024-09-11T08:54:41.250172+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:42 smithi130 bash[14727]: cluster 2024-09-11T08:54:41.250172+0000 mgr.x (mgr.34733) 99 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:54:42.661 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:54:42.662 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:54:43.467 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:54:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:43 smithi130 bash[14727]: audit 2024-09-11T08:54:42.662069+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.120:0/2108547543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:54:43.677 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:43 smithi120 bash[14933]: audit 2024-09-11T08:54:42.662069+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.120:0/2108547543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:54:43.677 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:43 smithi120 bash[18840]: audit 2024-09-11T08:54:42.662069+0000 mon.c (mon.1) 43 : audit [DBG] from='client.? 172.21.15.120:0/2108547543' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:54:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:44 smithi130 bash[14727]: cluster 2024-09-11T08:54:43.250989+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:44.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:44 smithi120 bash[14933]: cluster 2024-09-11T08:54:43.250989+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:44 smithi120 bash[18840]: cluster 2024-09-11T08:54:43.250989+0000 mgr.x (mgr.34733) 100 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:45 smithi130 bash[14727]: audit 2024-09-11T08:54:44.459048+0000 mon.b (mon.2) 368 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:45 smithi130 bash[14727]: audit 2024-09-11T08:54:44.462400+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:45 smithi130 bash[14727]: audit 2024-09-11T08:54:44.467307+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[14933]: audit 2024-09-11T08:54:44.459048+0000 mon.b (mon.2) 368 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[14933]: audit 2024-09-11T08:54:44.462400+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[14933]: audit 2024-09-11T08:54:44.467307+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[18840]: audit 2024-09-11T08:54:44.459048+0000 mon.b (mon.2) 368 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[18840]: audit 2024-09-11T08:54:44.462400+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:45 smithi120 bash[18840]: audit 2024-09-11T08:54:44.467307+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:46.849 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:46 smithi120 bash[14933]: cluster 2024-09-11T08:54:45.251729+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:46.850 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:46 smithi120 bash[18840]: cluster 2024-09-11T08:54:45.251729+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:46 smithi130 bash[14727]: cluster 2024-09-11T08:54:45.251729+0000 mgr.x (mgr.34733) 101 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:48.837 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:48 smithi120 bash[18840]: cluster 2024-09-11T08:54:47.253085+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:48.837 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:48 smithi120 bash[18840]: audit 2024-09-11T08:54:47.310405+0000 mgr.x (mgr.34733) 103 : audit [DBG] from='client.24898 -' 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:54:48.837 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:48 smithi120 bash[14933]: cluster 2024-09-11T08:54:47.253085+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:48.837 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:48 smithi120 bash[14933]: audit 2024-09-11T08:54:47.310405+0000 mgr.x (mgr.34733) 103 : audit [DBG] from='client.24898 -' 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:54:48.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:48 smithi130 bash[14727]: cluster 2024-09-11T08:54:47.253085+0000 mgr.x (mgr.34733) 102 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:48.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:48 smithi130 bash[14727]: audit 2024-09-11T08:54:47.310405+0000 mgr.x (mgr.34733) 103 : audit [DBG] from='client.24898 -' 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:54:49.602 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: cluster 2024-09-11T08:54:49.253854+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: cephadm 2024-09-11T08:54:49.590031+0000 mgr.x (mgr.34733) 105 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.591701+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.595419+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.601782+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.603810+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.607377+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: audit 2024-09-11T08:54:49.616127+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:50.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:49 smithi130 bash[14727]: cephadm 2024-09-11T08:54:49.668792+0000 mgr.x (mgr.34733) 106 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: cluster 2024-09-11T08:54:49.253854+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: cephadm 2024-09-11T08:54:49.590031+0000 mgr.x (mgr.34733) 105 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.591701+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.595419+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.601782+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.603810+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.607377+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: audit 2024-09-11T08:54:49.616127+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[18840]: cephadm 2024-09-11T08:54:49.668792+0000 mgr.x (mgr.34733) 106 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: cluster 2024-09-11T08:54:49.253854+0000 mgr.x (mgr.34733) 104 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: cephadm 2024-09-11T08:54:49.590031+0000 mgr.x (mgr.34733) 105 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.591701+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.595419+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.601782+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.603810+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.607377+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:54:50.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: audit 2024-09-11T08:54:49.616127+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:54:50.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:49 smithi120 bash[14933]: cephadm 2024-09-11T08:54:49.668792+0000 mgr.x (mgr.34733) 106 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:54:50.643 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:54:52.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:52 smithi130 bash[14727]: cluster 2024-09-11T08:54:51.255263+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:52.759 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:52 smithi120 bash[18840]: cluster 2024-09-11T08:54:51.255263+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:52.759 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:52 smithi120 bash[14933]: cluster 2024-09-11T08:54:51.255263+0000 mgr.x (mgr.34733) 107 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.296051+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.299701+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.304305+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.307169+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:54:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.309586+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:53.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:53 smithi130 bash[14727]: audit 2024-09-11T08:54:53.313209+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.296051+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.299701+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.304305+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.307169+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:54:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.309586+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:53.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[14933]: audit 2024-09-11T08:54:53.313209+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.296051+0000 mon.b (mon.2) 371 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.299701+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.304305+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.34733 ' 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\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"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:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.307169+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.309586+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:53 smithi120 bash[18840]: audit 2024-09-11T08:54:53.313209+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[26075]: debug 2024-09-11T08:54:54.334+0000 7fd482594640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[26075]: ignoring --setuser ceph since I am not root 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[26075]: ignoring --setgroup ceph since I am not root 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[26075]: debug 2024-09-11T08:54:54.386+0000 7f6716192640 1 -- 172.21.15.130:0/102573831 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555bce2bc340 con 0x555bce2c8800 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[26075]: debug 2024-09-11T08:54:54.510+0000 7f67189ecec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cluster 2024-09-11T08:54:53.255968+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cephadm 2024-09-11T08:54:53.304551+0000 mgr.x (mgr.34733) 109 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cephadm 2024-09-11T08:54:53.304717+0000 mgr.x (mgr.34733) 110 : 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:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: audit 2024-09-11T08:54:53.321120+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cephadm 2024-09-11T08:54:53.329668+0000 mgr.x (mgr.34733) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cephadm 2024-09-11T08:54:53.330830+0000 mgr.x (mgr.34733) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cephadm 2024-09-11T08:54:53.336901+0000 mgr.x (mgr.34733) 113 : cephadm [INF] Failing over to other MGR 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: audit 2024-09-11T08:54:53.337507+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: audit 2024-09-11T08:54:53.341180+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:54 smithi130 bash[14727]: cluster 2024-09-11T08:54:53.349806+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:54:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cluster 2024-09-11T08:54:53.255968+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cephadm 2024-09-11T08:54:53.304551+0000 mgr.x (mgr.34733) 109 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:54:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cephadm 2024-09-11T08:54:53.304717+0000 mgr.x (mgr.34733) 110 : 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:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: audit 2024-09-11T08:54:53.321120+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cephadm 2024-09-11T08:54:53.329668+0000 mgr.x (mgr.34733) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cephadm 2024-09-11T08:54:53.330830+0000 mgr.x (mgr.34733) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cephadm 2024-09-11T08:54:53.336901+0000 mgr.x (mgr.34733) 113 : cephadm [INF] Failing over to other MGR 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: audit 2024-09-11T08:54:53.337507+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: audit 2024-09-11T08:54:53.341180+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[14933]: cluster 2024-09-11T08:54:53.349806+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cluster 2024-09-11T08:54:53.255968+0000 mgr.x (mgr.34733) 108 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.3 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:54:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cephadm 2024-09-11T08:54:53.304551+0000 mgr.x (mgr.34733) 109 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cephadm 2024-09-11T08:54:53.304717+0000 mgr.x (mgr.34733) 110 : 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:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: audit 2024-09-11T08:54:53.321120+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cephadm 2024-09-11T08:54:53.329668+0000 mgr.x (mgr.34733) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cephadm 2024-09-11T08:54:53.330830+0000 mgr.x (mgr.34733) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cephadm 2024-09-11T08:54:53.336901+0000 mgr.x (mgr.34733) 113 : cephadm [INF] Failing over to other MGR 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: audit 2024-09-11T08:54:53.337507+0000 mon.b (mon.2) 374 : audit [INF] from='mgr.34733 172.21.15.130:0/2387706899' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: audit 2024-09-11T08:54:53.341180+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-11T08:54:54.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:54 smithi120 bash[18840]: cluster 2024-09-11T08:54:53.349806+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:54:55.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:55 smithi120 bash[14933]: audit 2024-09-11T08:54:54.339558+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:54:55.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:55 smithi120 bash[14933]: cluster 2024-09-11T08:54:54.339668+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e33: y(active, starting, since 0.99747s) 2024-09-11T08:54:55.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:55 smithi120 bash[18840]: audit 2024-09-11T08:54:54.339558+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:54:55.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:55 smithi120 bash[18840]: cluster 2024-09-11T08:54:54.339668+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e33: y(active, starting, since 0.99747s) 2024-09-11T08:54:55.540 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[14727]: audit 2024-09-11T08:54:54.339558+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.34733 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-11T08:54:55.540 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[14727]: cluster 2024-09-11T08:54:54.339668+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e33: y(active, starting, since 0.99747s) 2024-09-11T08:54:55.541 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.254+0000 7f67189ecec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:54:55.541 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.318+0000 7f67189ecec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:54:55.541 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.386+0000 7f67189ecec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:54:55.848 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.534+0000 7f67189ecec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:54:55.848 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.782+0000 7f67189ecec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:54:56.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.842+0000 7f67189ecec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:54:56.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:55 smithi130 bash[26075]: debug 2024-09-11T08:54:55.974+0000 7f67189ecec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:54:56.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:56 smithi130 bash[26075]: debug 2024-09-11T08:54:56.598+0000 7f67189ecec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:54:56.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:56 smithi130 bash[26075]: debug 2024-09-11T08:54:56.670+0000 7f67189ecec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:54:56.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:56 smithi130 bash[26075]: debug 2024-09-11T08:54:56.742+0000 7f67189ecec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:54:57.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:57 smithi130 bash[26075]: debug 2024-09-11T08:54:57.018+0000 7f67189ecec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:54:57.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:57 smithi130 bash[26075]: debug 2024-09-11T08:54:57.154+0000 7f67189ecec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:54:57.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:57 smithi130 bash[26075]: debug 2024-09-11T08:54:57.466+0000 7f67189ecec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:54:57.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:57 smithi130 bash[26075]: debug 2024-09-11T08:54:57.678+0000 7f67189ecec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:54:58.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.090+0000 7f67189ecec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:54:58.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.150+0000 7f67189ecec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:54:58.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.214+0000 7f67189ecec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:54:58.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.306+0000 7f67189ecec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:54:58.672 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.374+0000 7f67189ecec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:54:58.672 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.446+0000 7f67189ecec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:54:58.672 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.594+0000 7f67189ecec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:55:00.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:58 smithi130 bash[26075]: debug 2024-09-11T08:54:58.666+0000 7f67189ecec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[26075]: debug 2024-09-11T08:54:59.610+0000 7f67189ecec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[14727]: audit 2024-09-11T08:54:59.635735+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[14727]: audit 2024-09-11T08:54:59.636519+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[14727]: cluster 2024-09-11T08:54:59.637679+0000 mon.a (mon.0) 992 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[14727]: audit 2024-09-11T08:54:59.638338+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:54:59 smithi130 bash[14727]: audit 2024-09-11T08:54:59.639026+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[14933]: audit 2024-09-11T08:54:59.635735+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[14933]: audit 2024-09-11T08:54:59.636519+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[14933]: cluster 2024-09-11T08:54:59.637679+0000 mon.a (mon.0) 992 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[14933]: audit 2024-09-11T08:54:59.638338+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[14933]: audit 2024-09-11T08:54:59.639026+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[18840]: audit 2024-09-11T08:54:59.635735+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[18840]: audit 2024-09-11T08:54:59.636519+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[18840]: cluster 2024-09-11T08:54:59.637679+0000 mon.a (mon.0) 992 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[18840]: audit 2024-09-11T08:54:59.638338+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:54:59 smithi120 bash[18840]: audit 2024-09-11T08:54:59.639026+0000 mon.b (mon.2) 378 : audit [DBG] from='mgr.? 172.21.15.130:0/1715119387' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:00.912 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:55:01.030 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: cluster 2024-09-11T08:54:59.776693+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-11T08:55:01.030 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:54:59.777071+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:55:01.030 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:54:59.777332+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.341227+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.341554+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.341862+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.346711+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.347295+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.348136+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.348951+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.349590+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.350024+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.350373+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.350699+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:55:01.031 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.351004+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.351216+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.351822+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.353431+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.354867+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.355658+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.356474+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:55:01.032 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.357333+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.357945+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.358544+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.359150+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.359836+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.360493+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.361240+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.361802+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.362400+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.362954+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.363513+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.364107+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.364715+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:55:01.033 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.365323+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.365918+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.366476+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.367039+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.367595+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.368205+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.368771+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.369316+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.369828+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.370371+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.370892+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.371428+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.371956+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:55:01.034 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.372544+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:55:01.035 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: cluster 2024-09-11T08:55:00.563619+0000 mon.a (mon.0) 1041 : cluster [INF] Manager daemon y is now available 2024-09-11T08:55:01.035 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.656441+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:55:01.035 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:00 smithi130 bash[14727]: audit 2024-09-11T08:55:00.666044+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: cluster 2024-09-11T08:54:59.776693+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:54:59.777071+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:54:59.777332+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.341227+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.341554+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.341862+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:55:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.346711+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.347295+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.348136+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.348951+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.349590+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.350024+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.350373+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.350699+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.351004+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.351216+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.351822+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.353431+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.354867+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:55:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.355658+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.356474+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.357333+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.357945+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.358544+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.359150+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.359836+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.360493+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.361240+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.361802+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.362400+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.362954+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.363513+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:55:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.364107+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.364715+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: cluster 2024-09-11T08:54:59.776693+0000 mon.a (mon.0) 993 : cluster [DBG] mgrmap e34: y(active, starting, since 6s), standbys: x 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:54:59.777071+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:54:59.777332+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.? 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.341227+0000 mon.a (mon.0) 996 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.341554+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.341862+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.346711+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.347295+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:55:01.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.348136+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.348951+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.349590+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.350024+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.350373+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.350699+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.351004+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.351216+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.351822+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.353431+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T08:55:01.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.365323+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.365918+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.366476+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.367039+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.367595+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.368205+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.368771+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.369316+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.369828+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.370371+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.370892+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.371428+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.371956+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:55:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.372544+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: cluster 2024-09-11T08:55:00.563619+0000 mon.a (mon.0) 1041 : cluster [INF] Manager daemon y is now available 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.656441+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[14933]: audit 2024-09-11T08:55:00.666044+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.354867+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.355658+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.356474+0000 mon.a (mon.0) 1013 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.357333+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.357945+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T08:55:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.358544+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.359150+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.359836+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.360493+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.361240+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.361802+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.362400+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.362954+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.363513+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.364107+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.364715+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.365323+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T08:55:01.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.365918+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.366476+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.367039+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.367595+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.368205+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.368771+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.369316+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.369828+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.370371+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.370892+0000 mon.a (mon.0) 1037 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.371428+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.371956+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.372544+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: cluster 2024-09-11T08:55:00.563619+0000 mon.a (mon.0) 1041 : cluster [INF] Manager daemon y is now available 2024-09-11T08:55:01.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.656441+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:55:01.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:00 smithi120 bash[18840]: audit 2024-09-11T08:55:00.666044+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (12m) 3m ago 23m 16.7M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (23m) 3m ago 23m 27.3M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 running (17m) 3m ago 28m 421M - 17.2.7-1623-gd0e6828a 4a918172a497 26acfcd63e41 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (9m) 3m ago 29m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:55:01.660 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (30m) 3m ago 30m 193M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (28m) 3m ago 28m 174M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (28m) 3m ago 28m 170M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (23m) 3m ago 23m 13.1M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (23m) 3m ago 23m 11.9M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (27m) 3m ago 27m 53.2M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (27m) 3m ago 27m 51.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (26m) 3m ago 27m 49.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (26m) 3m ago 26m 52.9M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (26m) 3m ago 26m 52.9M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (25m) 3m ago 25m 52.6M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (25m) 3m ago 25m 51.9M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:55:01.661 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (24m) 3m ago 24m 54.1M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:55:01.662 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (12m) 3m ago 23m 38.1M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:55:01.662 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (21m) 3m ago 21m 53.1M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:55:01.662 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (21m) 3m ago 21m 53.2M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:55:02.114 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:55:02.115 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: cluster 2024-09-11T08:55:00.794992+0000 mon.a (mon.0) 1044 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:00.802376+0000 mgr.y (mgr.14946) 1 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: cluster 2024-09-11T08:55:00.805448+0000 mgr.y (mgr.14946) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:00.962596+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:00.966769+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.635850+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.636656+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.637315+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.638036+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.638780+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.639605+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.644641+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.645411+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.646134+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.646843+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:01 smithi130 bash[14727]: audit 2024-09-11T08:55:01.647529+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: debug 2024-09-11T08:55:02.009+0000 7f43c38ab640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:08:55:02] ENGINE Error in HTTPServer.serve 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: Traceback (most recent call last): 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: self._connections.run(self.expiration_interval) 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: self._run(expiration_interval) 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:55:02.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: s = self.context.wrap_socket( 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: return self.sslsocket_class._create( 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: self.do_handshake() 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: self._sslobj.do_handshake() 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[40897]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:55:02.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: cluster 2024-09-11T08:55:00.794992+0000 mon.a (mon.0) 1044 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:00.802376+0000 mgr.y (mgr.14946) 1 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: cluster 2024-09-11T08:55:00.805448+0000 mgr.y (mgr.14946) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:00.962596+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:00.966769+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.635850+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.636656+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.637315+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.638036+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.638780+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.639605+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.644641+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.645411+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.646134+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.646843+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[14933]: audit 2024-09-11T08:55:01.647529+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: cluster 2024-09-11T08:55:00.794992+0000 mon.a (mon.0) 1044 : cluster [DBG] mgrmap e35: y(active, since 7s), standbys: x 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:00.802376+0000 mgr.y (mgr.14946) 1 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: cluster 2024-09-11T08:55:00.805448+0000 mgr.y (mgr.14946) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:00.962596+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:00.966769+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.635850+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.636656+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.637315+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.638036+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.638780+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.639605+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.644641+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.645411+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.646134+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.646843+0000 mon.a (mon.0) 1056 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:01 smithi120 bash[18840]: audit 2024-09-11T08:55:01.647529+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:02.506 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:55:02.506 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:55:02.506 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:55:02.506 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:55:02.506 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "", 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:55:02.507 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:55:03.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: cephadm 2024-09-11T08:55:01.883357+0000 mgr.y (mgr.14946) 5 : cephadm [INF] [11/Sep/2024:08:55:01] ENGINE Bus STARTING 2024-09-11T08:55:03.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: cephadm 2024-09-11T08:55:02.010869+0000 mgr.y (mgr.14946) 6 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:55:03.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: cephadm 2024-09-11T08:55:02.011129+0000 mgr.y (mgr.14946) 7 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Bus STARTED 2024-09-11T08:55:03.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: audit 2024-09-11T08:55:02.012567+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: cephadm 2024-09-11T08:55:02.014722+0000 mgr.y (mgr.14946) 8 : cephadm [ERR] [11/Sep/2024:08:55:02] ENGINE Error in HTTPServer.serve 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: Traceback (most recent call last): 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: self._connections.run(self.expiration_interval) 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: self._run(expiration_interval) 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:55:03.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: s = self.context.wrap_socket( 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: return self.sslsocket_class._create( 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: self.do_handshake() 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: self._sslobj.do_handshake() 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: audit 2024-09-11T08:55:02.019290+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:55:03.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:02 smithi130 bash[14727]: audit 2024-09-11T08:55:02.115115+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.120:0/251684939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: cephadm 2024-09-11T08:55:01.883357+0000 mgr.y (mgr.14946) 5 : cephadm [INF] [11/Sep/2024:08:55:01] ENGINE Bus STARTING 2024-09-11T08:55:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: cephadm 2024-09-11T08:55:02.010869+0000 mgr.y (mgr.14946) 6 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:55:03.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: cephadm 2024-09-11T08:55:02.011129+0000 mgr.y (mgr.14946) 7 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Bus STARTED 2024-09-11T08:55:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: cephadm 2024-09-11T08:55:01.883357+0000 mgr.y (mgr.14946) 5 : cephadm [INF] [11/Sep/2024:08:55:01] ENGINE Bus STARTING 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: cephadm 2024-09-11T08:55:02.010869+0000 mgr.y (mgr.14946) 6 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: cephadm 2024-09-11T08:55:02.011129+0000 mgr.y (mgr.14946) 7 : cephadm [INF] [11/Sep/2024:08:55:02] ENGINE Bus STARTED 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: audit 2024-09-11T08:55:02.012567+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: cephadm 2024-09-11T08:55:02.014722+0000 mgr.y (mgr.14946) 8 : cephadm [ERR] [11/Sep/2024:08:55:02] ENGINE Error in HTTPServer.serve 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: Traceback (most recent call last): 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:55:03.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: self._connections.run(self.expiration_interval) 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: self._run(expiration_interval) 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: s = self.context.wrap_socket( 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: return self.sslsocket_class._create( 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: self.do_handshake() 2024-09-11T08:55:03.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: self._sslobj.do_handshake() 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: audit 2024-09-11T08:55:02.019290+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[14933]: audit 2024-09-11T08:55:02.115115+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.120:0/251684939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: audit 2024-09-11T08:55:02.012567+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: cephadm 2024-09-11T08:55:02.014722+0000 mgr.y (mgr.14946) 8 : cephadm [ERR] [11/Sep/2024:08:55:02] ENGINE Error in HTTPServer.serve 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: Traceback (most recent call last): 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: self._connections.run(self.expiration_interval) 2024-09-11T08:55:03.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: self._run(expiration_interval) 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: s = self.context.wrap_socket( 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: return self.sslsocket_class._create( 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: self.do_handshake() 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: self._sslobj.do_handshake() 2024-09-11T08:55:03.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:55:03.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: audit 2024-09-11T08:55:02.019290+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-11T08:55:03.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:02 smithi120 bash[18840]: audit 2024-09-11T08:55:02.115115+0000 mon.a (mon.0) 1060 : audit [DBG] from='client.? 172.21.15.120:0/251684939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:04 smithi130 bash[14727]: cluster 2024-09-11T08:55:02.349457+0000 mgr.y (mgr.14946) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:04.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:04 smithi130 bash[14727]: audit 2024-09-11T08:55:02.507109+0000 mgr.y (mgr.14946) 10 : audit [DBG] from='client.24952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:04.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:04 smithi130 bash[14727]: cluster 2024-09-11T08:55:03.036741+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-11T08:55:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[14933]: cluster 2024-09-11T08:55:02.349457+0000 mgr.y (mgr.14946) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[14933]: audit 2024-09-11T08:55:02.507109+0000 mgr.y (mgr.14946) 10 : audit [DBG] from='client.24952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[14933]: cluster 2024-09-11T08:55:03.036741+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-11T08:55:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[18840]: cluster 2024-09-11T08:55:02.349457+0000 mgr.y (mgr.14946) 9 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[18840]: audit 2024-09-11T08:55:02.507109+0000 mgr.y (mgr.14946) 10 : audit [DBG] from='client.24952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:04 smithi120 bash[18840]: cluster 2024-09-11T08:55:03.036741+0000 mon.a (mon.0) 1061 : cluster [DBG] mgrmap e36: y(active, since 9s), standbys: x 2024-09-11T08:55:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:06 smithi130 bash[14727]: cluster 2024-09-11T08:55:04.350167+0000 mgr.y (mgr.14946) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:06 smithi130 bash[14727]: cluster 2024-09-11T08:55:05.048085+0000 mon.a (mon.0) 1062 : cluster [DBG] mgrmap e37: y(active, since 11s), standbys: x 2024-09-11T08:55:06.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:06 smithi120 bash[14933]: cluster 2024-09-11T08:55:04.350167+0000 mgr.y (mgr.14946) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:06 smithi120 bash[14933]: cluster 2024-09-11T08:55:05.048085+0000 mon.a (mon.0) 1062 : cluster [DBG] mgrmap e37: y(active, since 11s), standbys: x 2024-09-11T08:55:06.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:06 smithi120 bash[18840]: cluster 2024-09-11T08:55:04.350167+0000 mgr.y (mgr.14946) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:06.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:06 smithi120 bash[18840]: cluster 2024-09-11T08:55:05.048085+0000 mon.a (mon.0) 1062 : cluster [DBG] mgrmap e37: y(active, since 11s), standbys: x 2024-09-11T08:55:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: cluster 2024-09-11T08:55:06.351607+0000 mgr.y (mgr.14946) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:55:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.216403+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.217929+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.222720+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.224442+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.228970+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.455479+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.456532+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.463000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.464840+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.469633+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.601063+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.850579+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.850842+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.851897+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.855937+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.857877+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.863239+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.864195+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.864812+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.865464+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.866051+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.866539+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.866938+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.867490+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.868154+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:08 smithi130 bash[14727]: audit 2024-09-11T08:55:07.868618+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: cluster 2024-09-11T08:55:06.351607+0000 mgr.y (mgr.14946) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:55:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.216403+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.217929+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: cluster 2024-09-11T08:55:06.351607+0000 mgr.y (mgr.14946) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T08:55:08.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.216403+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.217929+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.222720+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.222720+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.224442+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.224442+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.228970+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.455479+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.228970+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.455479+0000 mon.a (mon.0) 1068 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.456532+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.463000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.456532+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.463000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.464840+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.464840+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.469633+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.601063+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.850579+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.850842+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.469633+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.601063+0000 mon.a (mon.0) 1073 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.850579+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.850842+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:08.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.851897+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.851897+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:08.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.855937+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.855937+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.857877+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.857877+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.863239+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.864195+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.864812+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.865464+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.866051+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.863239+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"fccbe15286d0\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13138657, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213913Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:31:11.792719Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:05.529776Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.214779Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.366846Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.864195+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.864812+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.865464+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.866051+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.866539+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.866938+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.867490+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.868154+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[14933]: audit 2024-09-11T08:55:07.868618+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.866539+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.866938+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.867490+0000 mon.a (mon.0) 1086 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.868154+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:08.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:08 smithi120 bash[18840]: audit 2024-09-11T08:55:07.868618+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.070878+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:09.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.071948+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.076674+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.078599+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.085212+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.086422+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.087097+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.087766+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.088372+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.089019+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.089643+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.090310+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.090949+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.091631+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.094496+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.102021+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.161621+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:09.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:09 smithi130 bash[14727]: audit 2024-09-11T08:55:08.164251+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.070878+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.071948+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:09.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.070878+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:09.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.071948+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:09.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.076674+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:09.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.076674+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.078599+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.078599+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.085212+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.086422+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.087097+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.087766+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.088372+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.089019+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.089643+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.090310+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.090949+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.091631+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.094496+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.102021+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.161621+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[14933]: audit 2024-09-11T08:55:08.164251+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.085212+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"26acfcd63e41\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410832076, \"cpu_percentage\": \"0.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451755Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:37:49.375353Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:36:46.430020Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:07.453997Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:45:35.387432Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.086422+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.087097+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.087766+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.088372+0000 mon.a (mon.0) 1097 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.089019+0000 mon.a (mon.0) 1098 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.089643+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.090310+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.090949+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.091631+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.094496+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.102021+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.161621+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:09 smithi120 bash[18840]: audit 2024-09-11T08:55:08.164251+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:10.264 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:10 smithi130 bash[14727]: cluster 2024-09-11T08:55:08.352282+0000 mgr.y (mgr.14946) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:55:10.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:10 smithi120 bash[14933]: cluster 2024-09-11T08:55:08.352282+0000 mgr.y (mgr.14946) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:55:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:10 smithi120 bash[18840]: cluster 2024-09-11T08:55:08.352282+0000 mgr.y (mgr.14946) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[14933]: audit 2024-09-11T08:55:10.905337+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[14933]: audit 2024-09-11T08:55:10.906949+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[14933]: audit 2024-09-11T08:55:10.908517+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[14933]: audit 2024-09-11T08:55:10.910868+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[18840]: audit 2024-09-11T08:55:10.905337+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[18840]: audit 2024-09-11T08:55:10.906949+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[18840]: audit 2024-09-11T08:55:10.908517+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:55:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:11 smithi120 bash[18840]: audit 2024-09-11T08:55:10.910868+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:55:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:11 smithi130 bash[14727]: audit 2024-09-11T08:55:10.905337+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:55:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:11 smithi130 bash[14727]: audit 2024-09-11T08:55:10.906949+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:55:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:11 smithi130 bash[14727]: audit 2024-09-11T08:55:10.908517+0000 mon.a (mon.0) 1109 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:55:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:11 smithi130 bash[14727]: audit 2024-09-11T08:55:10.910868+0000 mon.a (mon.0) 1110 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T08:55:12.404 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:12 smithi130 bash[14727]: cluster 2024-09-11T08:55:10.352962+0000 mgr.y (mgr.14946) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:55:12.405 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:12 smithi130 bash[14727]: cephadm 2024-09-11T08:55:10.904718+0000 mgr.y (mgr.14946) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:55:12.405 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:12 smithi130 bash[14727]: cephadm 2024-09-11T08:55:10.910087+0000 mgr.y (mgr.14946) 16 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:55:12.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[14933]: cluster 2024-09-11T08:55:10.352962+0000 mgr.y (mgr.14946) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:55:12.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[14933]: cephadm 2024-09-11T08:55:10.904718+0000 mgr.y (mgr.14946) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:55:12.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[14933]: cephadm 2024-09-11T08:55:10.910087+0000 mgr.y (mgr.14946) 16 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:55:12.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[18840]: cluster 2024-09-11T08:55:10.352962+0000 mgr.y (mgr.14946) 14 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T08:55:12.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[18840]: cephadm 2024-09-11T08:55:10.904718+0000 mgr.y (mgr.14946) 15 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-11T08:55:12.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:12 smithi120 bash[18840]: cephadm 2024-09-11T08:55:10.910087+0000 mgr.y (mgr.14946) 16 : cephadm [INF] Deploying daemon mgr.x on smithi130 2024-09-11T08:55:13.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:13 smithi130 systemd[1]: Stopping Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:55:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:14 smithi120 bash[14933]: cluster 2024-09-11T08:55:12.354407+0000 mgr.y (mgr.14946) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:55:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:14 smithi120 bash[18840]: cluster 2024-09-11T08:55:12.354407+0000 mgr.y (mgr.14946) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:55:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:14 smithi130 bash[14727]: cluster 2024-09-11T08:55:12.354407+0000 mgr.y (mgr.14946) 17 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-11T08:55:16.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:16 smithi120 bash[14933]: cluster 2024-09-11T08:55:14.355091+0000 mgr.y (mgr.14946) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:16.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:16 smithi120 bash[18840]: cluster 2024-09-11T08:55:14.355091+0000 mgr.y (mgr.14946) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:16.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:16 smithi130 bash[14727]: cluster 2024-09-11T08:55:14.355091+0000 mgr.y (mgr.14946) 18 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:18 smithi120 bash[14933]: cluster 2024-09-11T08:55:16.356879+0000 mgr.y (mgr.14946) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:18.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:18 smithi120 bash[18840]: cluster 2024-09-11T08:55:16.356879+0000 mgr.y (mgr.14946) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:18.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:18 smithi130 bash[14727]: cluster 2024-09-11T08:55:16.356879+0000 mgr.y (mgr.14946) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T08:55:20.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:20 smithi120 bash[14933]: cluster 2024-09-11T08:55:18.357592+0000 mgr.y (mgr.14946) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:20.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:20 smithi120 bash[18840]: cluster 2024-09-11T08:55:18.357592+0000 mgr.y (mgr.14946) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:20.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:20 smithi130 bash[14727]: cluster 2024-09-11T08:55:18.357592+0000 mgr.y (mgr.14946) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:22.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:22 smithi120 bash[14933]: cluster 2024-09-11T08:55:20.358485+0000 mgr.y (mgr.14946) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:22 smithi120 bash[18840]: cluster 2024-09-11T08:55:20.358485+0000 mgr.y (mgr.14946) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:22 smithi130 bash[14727]: cluster 2024-09-11T08:55:20.358485+0000 mgr.y (mgr.14946) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:24.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:24 smithi130 bash[14727]: cluster 2024-09-11T08:55:22.360082+0000 mgr.y (mgr.14946) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:24.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:24 smithi120 bash[14933]: cluster 2024-09-11T08:55:22.360082+0000 mgr.y (mgr.14946) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:24.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:24 smithi120 bash[18840]: cluster 2024-09-11T08:55:22.360082+0000 mgr.y (mgr.14946) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:24.648 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 bash[31972]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:55:24.649 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-11T08:55:24.649 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 bash[32052]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mgr.x 2024-09-11T08:55:24.649 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-11T08:55:24.649 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 systemd[1]: Stopped Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:25.022 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:24 smithi130 systemd[1]: Started Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:25.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.908040+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:25.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.909693+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:25.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.915896+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:25.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.917496+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:25.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.924078+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:25.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:25 smithi130 bash[14727]: audit 2024-09-11T08:55:24.926526+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.908040+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.909693+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:25.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.908040+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:25.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.909693+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.915896+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:25.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.915896+0000 mon.a (mon.0) 1113 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:25.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.917496+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.924078+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:25.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[14933]: audit 2024-09-11T08:55:24.926526+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:25.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.917496+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:25.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.924078+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198495436, \"cpu_percentage\": \"3.25%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.451398Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58059653, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452004Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55385784, \"cpu_percentage\": \"2.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452241Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56843304, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452482Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59338915, \"cpu_percentage\": \"2.10%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.452710Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 39866859, \"cpu_percentage\": \"0.05%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.452938Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 13002342, \"cpu_percentage\": \"0.00%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453167Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28909240, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.453393Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57692651, \"cpu_percentage\": \"1.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.453618Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:25.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:25 smithi120 bash[18840]: audit 2024-09-11T08:55:24.926526+0000 mon.a (mon.0) 1116 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:26.487 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:26 smithi130 bash[14727]: cluster 2024-09-11T08:55:24.360767+0000 mgr.y (mgr.14946) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:26.487 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:26 smithi130 bash[32139]: debug 2024-09-11T08:55:26.353+0000 7f212a997640 1 -- 172.21.15.130:0/160583521 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555f92820340 con 0x555f9282cc00 2024-09-11T08:55:26.488 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:26 smithi130 bash[32139]: debug 2024-09-11T08:55:26.481+0000 7f212d1ffec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T08:55:26.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:26 smithi120 bash[14933]: cluster 2024-09-11T08:55:24.360767+0000 mgr.y (mgr.14946) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:26.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:26 smithi120 bash[18840]: cluster 2024-09-11T08:55:24.360767+0000 mgr.y (mgr.14946) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:27.521 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.229+0000 7f212d1ffec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T08:55:27.521 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.301+0000 7f212d1ffec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T08:55:27.521 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.365+0000 7f212d1ffec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T08:55:27.828 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.513+0000 7f212d1ffec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:55:27.828 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.761+0000 7f212d1ffec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T08:55:28.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.821+0000 7f212d1ffec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T08:55:28.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:27 smithi130 bash[32139]: debug 2024-09-11T08:55:27.953+0000 7f212d1ffec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T08:55:28.596 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:28 smithi130 bash[14727]: cluster 2024-09-11T08:55:26.362212+0000 mgr.y (mgr.14946) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:28.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:28 smithi120 bash[14933]: cluster 2024-09-11T08:55:26.362212+0000 mgr.y (mgr.14946) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:28.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:28 smithi120 bash[18840]: cluster 2024-09-11T08:55:26.362212+0000 mgr.y (mgr.14946) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:28.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:28 smithi130 bash[32139]: debug 2024-09-11T08:55:28.589+0000 7f212d1ffec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T08:55:28.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:28 smithi130 bash[32139]: debug 2024-09-11T08:55:28.661+0000 7f212d1ffec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T08:55:28.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:28 smithi130 bash[32139]: debug 2024-09-11T08:55:28.737+0000 7f212d1ffec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T08:55:29.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:29 smithi130 bash[32139]: debug 2024-09-11T08:55:29.021+0000 7f212d1ffec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T08:55:29.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:29 smithi130 bash[32139]: debug 2024-09-11T08:55:29.157+0000 7f212d1ffec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T08:55:29.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:29 smithi130 bash[32139]: debug 2024-09-11T08:55:29.469+0000 7f212d1ffec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T08:55:29.866 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:29 smithi130 bash[32139]: debug 2024-09-11T08:55:29.685+0000 7f212d1ffec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T08:55:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[14727]: cluster 2024-09-11T08:55:28.362876+0000 mgr.y (mgr.14946) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:30.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.097+0000 7f212d1ffec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T08:55:30.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.161+0000 7f212d1ffec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T08:55:30.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.229+0000 7f212d1ffec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T08:55:30.366 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.325+0000 7f212d1ffec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:30 smithi120 bash[14933]: cluster 2024-09-11T08:55:28.362876+0000 mgr.y (mgr.14946) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:30.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:30 smithi120 bash[18840]: cluster 2024-09-11T08:55:28.362876+0000 mgr.y (mgr.14946) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:30.690 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.389+0000 7f212d1ffec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T08:55:30.690 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.465+0000 7f212d1ffec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T08:55:30.690 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.609+0000 7f212d1ffec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T08:55:31.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:30 smithi130 bash[32139]: debug 2024-09-11T08:55:30.685+0000 7f212d1ffec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T08:55:32.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 08:55:31 smithi130 bash[32139]: debug 2024-09-11T08:55:31.677+0000 7f212d1ffec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: cluster 2024-09-11T08:55:30.363559+0000 mgr.y (mgr.14946) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: cluster 2024-09-11T08:55:31.688787+0000 mon.a (mon.0) 1117 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: cluster 2024-09-11T08:55:31.688986+0000 mon.a (mon.0) 1118 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: audit 2024-09-11T08:55:31.692601+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: audit 2024-09-11T08:55:31.693594+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: audit 2024-09-11T08:55:31.695037+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:32 smithi130 bash[14727]: audit 2024-09-11T08:55:31.695818+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: cluster 2024-09-11T08:55:30.363559+0000 mgr.y (mgr.14946) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: cluster 2024-09-11T08:55:31.688787+0000 mon.a (mon.0) 1117 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: cluster 2024-09-11T08:55:31.688986+0000 mon.a (mon.0) 1118 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: audit 2024-09-11T08:55:31.692601+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: audit 2024-09-11T08:55:31.693594+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: audit 2024-09-11T08:55:31.695037+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[14933]: audit 2024-09-11T08:55:31.695818+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: cluster 2024-09-11T08:55:30.363559+0000 mgr.y (mgr.14946) 26 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: cluster 2024-09-11T08:55:31.688787+0000 mon.a (mon.0) 1117 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T08:55:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: cluster 2024-09-11T08:55:31.688986+0000 mon.a (mon.0) 1118 : cluster [DBG] Standby manager daemon x started 2024-09-11T08:55:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: audit 2024-09-11T08:55:31.692601+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T08:55:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: audit 2024-09-11T08:55:31.693594+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:55:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: audit 2024-09-11T08:55:31.695037+0000 mon.a (mon.0) 1121 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T08:55:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:32 smithi120 bash[18840]: audit 2024-09-11T08:55:31.695818+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.130:0/743869597' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:55:32.933 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:55:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: cluster 2024-09-11T08:55:32.225585+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e38: y(active, since 38s), standbys: x 2024-09-11T08:55:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.225805+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.226677+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.230647+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.231802+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.235519+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.604070+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.803909+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.805459+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.812437+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.814545+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.819715+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:33 smithi130 bash[14727]: audit 2024-09-11T08:55:32.821026+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:33.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: cluster 2024-09-11T08:55:32.225585+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e38: y(active, since 38s), standbys: x 2024-09-11T08:55:33.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.225805+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.226677+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: cluster 2024-09-11T08:55:32.225585+0000 mon.a (mon.0) 1123 : cluster [DBG] mgrmap e38: y(active, since 38s), standbys: x 2024-09-11T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.225805+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.226677+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.230647+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.230647+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.231802+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.235519+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.604070+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.803909+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.231802+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.235519+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:08.069856Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.604070+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:55:33.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.803909+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.805459+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.812437+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.814545+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.819715+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[18840]: audit 2024-09-11T08:55:32.821026+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:33.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.805459+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:33.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.812437+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:56.108507Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:56.108538Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:33.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.814545+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:33.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.819715+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:41:56.108563Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:33.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:33 smithi120 bash[14933]: audit 2024-09-11T08:55:32.821026+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (13m) 26s ago 24m 16.9M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (23m) 1s ago 23m 27.6M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (8s) 1s ago 28m 142M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (10m) 26s ago 30m 423M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (30m) 26s ago 30m 253M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:55:33.720 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (29m) 1s ago 29m 193M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (29m) 26s ago 29m 182M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (24m) 26s ago 24m 12.5M - 1.8.2 71dc9668b154 fccbe15286d0 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (24m) 1s ago 24m 13.5M - 1.8.2 71dc9668b154 2f5c31b8a1a5 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (28m) 26s ago 28m 54.7M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (27m) 26s ago 28m 52.9M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (27m) 26s ago 27m 49.9M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (26m) 26s ago 27m 54.6M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (26m) 1s ago 26m 55.5M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (26m) 1s ago 26m 52.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:55:33.721 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (25m) 1s ago 25m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:55:33.722 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (25m) 1s ago 25m 56.6M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:55:33.722 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (13m) 1s ago 24m 38.5M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:55:33.722 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (22m) 26s ago 22m 54.0M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:55:33.722 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (22m) 1s ago 22m 54.9M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:55:34.181 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:34.182 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:55:34.183 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:55:34.568 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:55:34.568 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:55:34.568 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:55:34.568 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:55:34.569 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: cluster 2024-09-11T08:55:32.365081+0000 mgr.y (mgr.14946) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:32.915268+0000 mgr.y (mgr.14946) 28 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.699460+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.700099+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.700635+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.701152+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.701632+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.702088+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.705526+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.706063+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.706550+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.707042+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:33.707508+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:34 smithi130 bash[14727]: audit 2024-09-11T08:55:34.182867+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.120:0/2818396783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: cluster 2024-09-11T08:55:32.365081+0000 mgr.y (mgr.14946) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:32.915268+0000 mgr.y (mgr.14946) 28 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.699460+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.700099+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.700635+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.701152+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.701632+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.702088+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.705526+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.706063+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.706550+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.707042+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:33.707508+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[14933]: audit 2024-09-11T08:55:34.182867+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.120:0/2818396783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: cluster 2024-09-11T08:55:32.365081+0000 mgr.y (mgr.14946) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:32.915268+0000 mgr.y (mgr.14946) 28 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.699460+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.700099+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.700635+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.701152+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.701632+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.702088+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.705526+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.706063+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.706550+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.707042+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:33.707508+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:55:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:34 smithi120 bash[18840]: audit 2024-09-11T08:55:34.182867+0000 mon.a (mon.0) 1147 : audit [DBG] from='client.? 172.21.15.120:0/2818396783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:35 smithi130 bash[14727]: audit 2024-09-11T08:55:33.313864+0000 mgr.y (mgr.14946) 29 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:35.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:35 smithi130 bash[14727]: audit 2024-09-11T08:55:33.694188+0000 mgr.y (mgr.14946) 30 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:35.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:35 smithi120 bash[14933]: audit 2024-09-11T08:55:33.313864+0000 mgr.y (mgr.14946) 29 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:35.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:35 smithi120 bash[14933]: audit 2024-09-11T08:55:33.694188+0000 mgr.y (mgr.14946) 30 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:35.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:35 smithi120 bash[18840]: audit 2024-09-11T08:55:33.313864+0000 mgr.y (mgr.14946) 29 : audit [DBG] from='client.24976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:35.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:35 smithi120 bash[18840]: audit 2024-09-11T08:55:33.694188+0000 mgr.y (mgr.14946) 30 : audit [DBG] from='client.24982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:36.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:36 smithi130 bash[14727]: cluster 2024-09-11T08:55:34.365864+0000 mgr.y (mgr.14946) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:36.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:36 smithi130 bash[14727]: audit 2024-09-11T08:55:34.568990+0000 mgr.y (mgr.14946) 32 : audit [DBG] from='client.24994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:36.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:36 smithi120 bash[14933]: cluster 2024-09-11T08:55:34.365864+0000 mgr.y (mgr.14946) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:36.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:36 smithi120 bash[14933]: audit 2024-09-11T08:55:34.568990+0000 mgr.y (mgr.14946) 32 : audit [DBG] from='client.24994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:36.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:36 smithi120 bash[18840]: cluster 2024-09-11T08:55:34.365864+0000 mgr.y (mgr.14946) 31 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:36.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:36 smithi120 bash[18840]: audit 2024-09-11T08:55:34.568990+0000 mgr.y (mgr.14946) 32 : audit [DBG] from='client.24994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:55:37.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:37 smithi130 bash[14727]: cluster 2024-09-11T08:55:36.367388+0000 mgr.y (mgr.14946) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:37.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:37 smithi120 bash[14933]: cluster 2024-09-11T08:55:36.367388+0000 mgr.y (mgr.14946) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:37 smithi120 bash[18840]: cluster 2024-09-11T08:55:36.367388+0000 mgr.y (mgr.14946) 33 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:40.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:39 smithi130 bash[14727]: cluster 2024-09-11T08:55:38.368082+0000 mgr.y (mgr.14946) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:40.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:39 smithi120 bash[14933]: cluster 2024-09-11T08:55:38.368082+0000 mgr.y (mgr.14946) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:39 smithi120 bash[18840]: cluster 2024-09-11T08:55:38.368082+0000 mgr.y (mgr.14946) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:42.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:41 smithi130 bash[14727]: cluster 2024-09-11T08:55:40.368749+0000 mgr.y (mgr.14946) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:42.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:41 smithi120 bash[14933]: cluster 2024-09-11T08:55:40.368749+0000 mgr.y (mgr.14946) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:42.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:41 smithi120 bash[18840]: cluster 2024-09-11T08:55:40.368749+0000 mgr.y (mgr.14946) 35 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:42 smithi130 bash[14727]: audit 2024-09-11T08:55:41.799400+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:42 smithi120 bash[14933]: audit 2024-09-11T08:55:41.799400+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:43.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:42 smithi120 bash[18840]: audit 2024-09-11T08:55:41.799400+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:55:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:43 smithi130 bash[14727]: cluster 2024-09-11T08:55:42.370200+0000 mgr.y (mgr.14946) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:44.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:43 smithi120 bash[14933]: cluster 2024-09-11T08:55:42.370200+0000 mgr.y (mgr.14946) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:43 smithi120 bash[18840]: cluster 2024-09-11T08:55:42.370200+0000 mgr.y (mgr.14946) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:46.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:45 smithi130 bash[14727]: cluster 2024-09-11T08:55:44.370948+0000 mgr.y (mgr.14946) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:45 smithi120 bash[14933]: cluster 2024-09-11T08:55:44.370948+0000 mgr.y (mgr.14946) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:45 smithi120 bash[18840]: cluster 2024-09-11T08:55:44.370948+0000 mgr.y (mgr.14946) 37 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:47.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:47 smithi130 bash[14727]: cluster 2024-09-11T08:55:46.372520+0000 mgr.y (mgr.14946) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:48.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:47 smithi120 bash[14933]: cluster 2024-09-11T08:55:46.372520+0000 mgr.y (mgr.14946) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:47 smithi120 bash[18840]: cluster 2024-09-11T08:55:46.372520+0000 mgr.y (mgr.14946) 38 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:49 smithi130 bash[14727]: cluster 2024-09-11T08:55:48.373248+0000 mgr.y (mgr.14946) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:49 smithi120 bash[14933]: cluster 2024-09-11T08:55:48.373248+0000 mgr.y (mgr.14946) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:49 smithi120 bash[18840]: cluster 2024-09-11T08:55:48.373248+0000 mgr.y (mgr.14946) 39 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:52.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: cluster 2024-09-11T08:55:50.373914+0000 mgr.y (mgr.14946) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:52.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.548428+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:52.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.550105+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:52.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.556456+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:52.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.558730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:52.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.565305+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:52.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.568959+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.577574+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.639449+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.641475+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.643537+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.645105+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.652797+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.655449+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.657446+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.666530+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.669469+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.671359+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:55:52.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.680389+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.684216+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.686224+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.695655+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.698027+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.699832+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.706155+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.708151+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.709792+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.717270+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.719551+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.721256+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:51 smithi130 bash[14727]: audit 2024-09-11T08:55:51.726679+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: cluster 2024-09-11T08:55:50.373914+0000 mgr.y (mgr.14946) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.548428+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.550105+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: cluster 2024-09-11T08:55:50.373914+0000 mgr.y (mgr.14946) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.548428+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.550105+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.556456+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.556456+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:52.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.558730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.558730+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.565305+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.568959+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.577574+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.639449+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.641475+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.643537+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.645105+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.652797+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.655449+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.657446+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.666530+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.669469+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.565305+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"2f5c31b8a1a5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 14218690, \"cpu_percentage\": \"4.05%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215018Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:31:11.746227Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:31:04.798743Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:55:32.215517Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:08.152404Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.568959+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.577574+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:55:52.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.639449+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.641475+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.643537+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.645105+0000 mon.a (mon.0) 1159 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.652797+0000 mon.a (mon.0) 1160 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.655449+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.657446+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.666530+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.669469+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.671359+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.680389+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.684216+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.686224+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.695655+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.698027+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.699832+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.706155+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.708151+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.709792+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.717270+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.719551+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.721256+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[14933]: audit 2024-09-11T08:55:51.726679+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.671359+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.680389+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.684216+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.686224+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.695655+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.698027+0000 mon.a (mon.0) 1170 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.699832+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.706155+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.708151+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.709792+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.717270+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.719551+0000 mon.a (mon.0) 1176 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:55:52.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.721256+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:52.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:51 smithi120 bash[18840]: audit 2024-09-11T08:55:51.726679+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.656964+0000 mgr.y (mgr.14946) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.670855+0000 mgr.y (mgr.14946) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.685703+0000 mgr.y (mgr.14946) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.699320+0000 mgr.y (mgr.14946) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.709398+0000 mgr.y (mgr.14946) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[14933]: cephadm 2024-09-11T08:55:51.720832+0000 mgr.y (mgr.14946) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.656964+0000 mgr.y (mgr.14946) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:55:53.087 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.670855+0000 mgr.y (mgr.14946) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:55:53.088 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.685703+0000 mgr.y (mgr.14946) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:55:53.088 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.699320+0000 mgr.y (mgr.14946) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:55:53.088 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.709398+0000 mgr.y (mgr.14946) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:55:53.088 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:52 smithi120 bash[18840]: cephadm 2024-09-11T08:55:51.720832+0000 mgr.y (mgr.14946) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:55:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.656964+0000 mgr.y (mgr.14946) 41 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:55:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.670855+0000 mgr.y (mgr.14946) 42 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:55:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.685703+0000 mgr.y (mgr.14946) 43 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:55:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.699320+0000 mgr.y (mgr.14946) 44 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:55:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.709398+0000 mgr.y (mgr.14946) 45 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:55:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:52 smithi130 bash[14727]: cephadm 2024-09-11T08:55:51.720832+0000 mgr.y (mgr.14946) 46 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:55:54.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:53 smithi130 bash[14727]: cluster 2024-09-11T08:55:52.375447+0000 mgr.y (mgr.14946) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:54.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:53 smithi120 bash[14933]: cluster 2024-09-11T08:55:52.375447+0000 mgr.y (mgr.14946) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:54.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:53 smithi120 bash[18840]: cluster 2024-09-11T08:55:52.375447+0000 mgr.y (mgr.14946) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:54.655 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:54 smithi120 systemd[1]: Stopping Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:55:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:54 smithi120 bash[14933]: cephadm 2024-09-11T08:55:54.014657+0000 mgr.y (mgr.14946) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:55:54.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:54 smithi120 bash[14933]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:55:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:54 smithi120 bash[18840]: cephadm 2024-09-11T08:55:54.014657+0000 mgr.y (mgr.14946) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:55:54.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:54 smithi120 bash[18840]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:55:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:54 smithi130 bash[14727]: cephadm 2024-09-11T08:55:54.014657+0000 mgr.y (mgr.14946) 48 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-11T08:55:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:54 smithi130 bash[14727]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T08:55:55.560 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[47326]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:55:55.561 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:55:55.561 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[47399]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter.a 2024-09-11T08:55:55.561 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T08:55:55.561 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 systemd[1]: Stopped Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:55.832 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 systemd[1]: Started Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: cluster 2024-09-11T08:55:54.376055+0000 mgr.y (mgr.14946) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: audit 2024-09-11T08:55:55.811996+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: audit 2024-09-11T08:55:55.812854+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:56.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: audit 2024-09-11T08:55:55.817678+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:56.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: audit 2024-09-11T08:55:55.819037+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:56.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:55 smithi130 bash[14727]: audit 2024-09-11T08:55:55.825861+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:56.180 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[47478]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: cluster 2024-09-11T08:55:54.376055+0000 mgr.y (mgr.14946) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: audit 2024-09-11T08:55:55.811996+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: audit 2024-09-11T08:55:55.812854+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: cluster 2024-09-11T08:55:54.376055+0000 mgr.y (mgr.14946) 50 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: audit 2024-09-11T08:55:55.811996+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:55:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: audit 2024-09-11T08:55:55.812854+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:55:56.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: audit 2024-09-11T08:55:55.817678+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:56.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: audit 2024-09-11T08:55:55.817678+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:55:56.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: audit 2024-09-11T08:55:55.819037+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:56.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[18840]: audit 2024-09-11T08:55:55.825861+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:56.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: audit 2024-09-11T08:55:55.819037+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:55:56.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:55 smithi120 bash[14933]: audit 2024-09-11T08:55:55.825861+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265394585, \"cpu_percentage\": \"3.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212046Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 443757363, \"cpu_percentage\": \"1.57%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:07.212436Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190840832, \"cpu_percentage\": \"2.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212694Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.212936Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55564042, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213173Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52386856, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213407Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57336135, \"cpu_percentage\": \"1.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.213658Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17752391, \"cpu_percentage\": \"0.12%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:07.214150Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:07.214385Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:55:56.662 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-11T08:55:56.662 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 22b70bddd3ac: Pulling fs layer 2024-09-11T08:55:56.662 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 5c12815fee55: Pulling fs layer 2024-09-11T08:55:56.662 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: c0e87333d380: Pulling fs layer 2024-09-11T08:55:56.662 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 5c12815fee55: Verifying Checksum 2024-09-11T08:55:56.930 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 5c12815fee55: Download complete 2024-09-11T08:55:56.931 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 22b70bddd3ac: Verifying Checksum 2024-09-11T08:55:56.931 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 22b70bddd3ac: Download complete 2024-09-11T08:55:56.931 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: c0e87333d380: Verifying Checksum 2024-09-11T08:55:56.931 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: c0e87333d380: Download complete 2024-09-11T08:55:56.931 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:56 smithi120 bash[47478]: 22b70bddd3ac: Pull complete 2024-09-11T08:55:57.860 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:57 smithi120 bash[47478]: 5c12815fee55: Pull complete 2024-09-11T08:55:58.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:57 smithi130 bash[14727]: cluster 2024-09-11T08:55:56.377536+0000 mgr.y (mgr.14946) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:58.148 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:57 smithi120 bash[14933]: cluster 2024-09-11T08:55:56.377536+0000 mgr.y (mgr.14946) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:58.148 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:57 smithi120 bash[18840]: cluster 2024-09-11T08:55:56.377536+0000 mgr.y (mgr.14946) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:55:58.148 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:57 smithi120 bash[47478]: c0e87333d380: Pull complete 2024-09-11T08:55:58.148 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[47478]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-11T08:55:58.148 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[47478]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:55:58.520 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:58 smithi130 systemd[1]: Stopping Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:55:58.997 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:58 smithi130 bash[14727]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:55:58.997 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:58 smithi130 bash[14727]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:55:59.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[14933]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:55:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[14933]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:55:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[18840]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T08:55:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:58 smithi120 bash[18840]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T08:55:59.213 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:58 smithi130 bash[33408]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter.b 2024-09-11T08:55:59.516 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-11T08:55:59.516 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[33480]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter.b 2024-09-11T08:55:59.516 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T08:55:59.517 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 systemd[1]: Stopped Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:59.865 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 systemd[1]: Started Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:55:59.866 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[33563]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-11T08:56:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: cluster 2024-09-11T08:55:58.378249+0000 mgr.y (mgr.14946) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.553233+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.554976+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: cluster 2024-09-11T08:55:58.378249+0000 mgr.y (mgr.14946) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.553233+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:00.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.554976+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:00.182 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.783Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:56:00.182 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.783Z 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:56:00.182 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.783Z 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:56:00.182 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.784Z 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:56:00.182 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z 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:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z 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:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:56:00.183 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:56:00.184 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:56:00.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.561807+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:00.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.561807+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.564000+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:00.185 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:56:00.185 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:56:00.185 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.785Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:56:00.186 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:56:00.187 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[47478]: ts=2024-09-11T08:55:59.786Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.571027+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.573245+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[18840]: audit 2024-09-11T08:55:59.575115+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.564000+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.571027+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.573245+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:55:59 smithi120 bash[14933]: audit 2024-09-11T08:55:59.575115+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.270 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-11T08:56:00.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: cluster 2024-09-11T08:55:58.378249+0000 mgr.y (mgr.14946) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:00.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.553233+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:00.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.554976+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:00.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.561807+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:00.272 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.564000+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:00.272 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.571027+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 203214028, \"cpu_percentage\": \"0.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214002Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 148897792, \"cpu_percentage\": \"98.60%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:55:32.214232Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58248396, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214369Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55427727, \"cpu_percentage\": \"0.30%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214494Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57021562, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214658Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59359887, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.214778Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40370176, \"cpu_percentage\": \"1.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.214898Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 28972154, \"cpu_percentage\": \"0.04%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:55:32.215137Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57661194, \"cpu_percentage\": \"0.24%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:55:32.215289Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:00.272 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.573245+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.272 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:55:59 smithi130 bash[14727]: audit 2024-09-11T08:55:59.575115+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:00.535 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 22b70bddd3ac: Pulling fs layer 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 5c12815fee55: Pulling fs layer 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: c0e87333d380: Pulling fs layer 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 22b70bddd3ac: Verifying Checksum 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 22b70bddd3ac: Download complete 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 5c12815fee55: Verifying Checksum 2024-09-11T08:56:00.536 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 5c12815fee55: Download complete 2024-09-11T08:56:00.865 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: c0e87333d380: Verifying Checksum 2024-09-11T08:56:00.866 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: c0e87333d380: Download complete 2024-09-11T08:56:00.866 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[33563]: 22b70bddd3ac: Pull complete 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[14933]: audit 2024-09-11T08:56:00.576288+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[14933]: audit 2024-09-11T08:56:00.577064+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[14933]: audit 2024-09-11T08:56:00.577461+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[14933]: audit 2024-09-11T08:56:00.577806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[18840]: audit 2024-09-11T08:56:00.576288+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[18840]: audit 2024-09-11T08:56:00.577064+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[18840]: audit 2024-09-11T08:56:00.577461+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:00 smithi120 bash[18840]: audit 2024-09-11T08:56:00.577806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:56:01.265 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[14727]: audit 2024-09-11T08:56:00.576288+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:56:01.265 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[14727]: audit 2024-09-11T08:56:00.577064+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.265 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[14727]: audit 2024-09-11T08:56:00.577461+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T08:56:01.265 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:00 smithi130 bash[14727]: audit 2024-09-11T08:56:00.577806+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-11T08:56:01.615 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:01 smithi130 bash[33563]: 5c12815fee55: Pull complete 2024-09-11T08:56:02.015 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:01 smithi130 bash[14727]: cluster 2024-09-11T08:56:00.378937+0000 mgr.y (mgr.14946) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:02.015 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:01 smithi130 bash[33563]: c0e87333d380: Pull complete 2024-09-11T08:56:02.015 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:01 smithi130 bash[33563]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-11T08:56:02.015 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:01 smithi130 bash[33563]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-11T08:56:02.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:01 smithi120 bash[14933]: cluster 2024-09-11T08:56:00.378937+0000 mgr.y (mgr.14946) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:01 smithi120 bash[18840]: cluster 2024-09-11T08:56:00.378937+0000 mgr.y (mgr.14946) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:03.617 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.333Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-11T08:56:03.617 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.333Z 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:56:03.617 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.333Z 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:56:03.617 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.333Z 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:56:03.617 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.334Z 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:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.334Z 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:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-11T08:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=arp 2024-09-11T08:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-11T08:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-11T08:56:03.618 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-11T08:56:03.619 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-11T08:56:03.619 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-11T08:56:03.619 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-11T08:56:03.619 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-11T08:56:03.619 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-11T08:56:03.620 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=edac 2024-09-11T08:56:03.620 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-11T08:56:03.620 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-11T08:56:03.620 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-11T08:56:03.620 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-11T08:56:03.621 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-11T08:56:03.622 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-11T08:56:03.622 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-11T08:56:03.622 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-11T08:56:03.622 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-11T08:56:03.622 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=os 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-11T08:56:03.623 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-11T08:56:03.624 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-11T08:56:03.624 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-11T08:56:03.624 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-11T08:56:03.624 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=stat 2024-09-11T08:56:03.624 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=time 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=uname 2024-09-11T08:56:03.625 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-11T08:56:03.626 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-11T08:56:03.626 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.335Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-11T08:56:03.626 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.336Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-11T08:56:03.626 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[33563]: ts=2024-09-11T08:56:03.336Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-11T08:56:04.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:03 smithi120 bash[14933]: cluster 2024-09-11T08:56:02.380318+0000 mgr.y (mgr.14946) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:04.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:03 smithi120 bash[18840]: cluster 2024-09-11T08:56:02.380318+0000 mgr.y (mgr.14946) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:03 smithi130 bash[14727]: cluster 2024-09-11T08:56:02.380318+0000 mgr.y (mgr.14946) 56 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:04.980 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:56:05.822 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (13m) 0s ago 24m 17.0M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (24m) 33s ago 24m 27.6M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (40s) 33s ago 29m 142M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (10m) 0s ago 31m 430M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (31m) 0s ago 31m 265M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (29m) 33s ago 29m 193M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (29m) 0s ago 29m 199M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (7s) 0s ago 24m 4255k - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 starting - - - - 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (28m) 0s ago 29m 54.9M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (28m) 0s ago 28m 53.2M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:56:05.823 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (27m) 0s ago 28m 50.3M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (27m) 0s ago 27m 54.7M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (27m) 33s ago 27m 55.5M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (26m) 33s ago 26m 52.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (26m) 33s ago 26m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (25m) 33s ago 25m 56.6M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (13m) 33s ago 25m 38.5M - 2.54.1 4022a502929b 26a269ae4d0e 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (22m) 0s ago 22m 54.2M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:56:05.824 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (22m) 33s ago 22m 54.9M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: cluster 2024-09-11T08:56:04.381180+0000 mgr.y (mgr.14946) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:04.968416+0000 mgr.y (mgr.14946) 58 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.590838+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.591747+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: cluster 2024-09-11T08:56:04.381180+0000 mgr.y (mgr.14946) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:04.968416+0000 mgr.y (mgr.14946) 58 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.590838+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.591747+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.595333+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.597721+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.595333+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.606490+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.805420+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.806275+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.806708+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.807094+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.807513+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.807899+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.809931+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.810391+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.810937+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.811460+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[18840]: audit 2024-09-11T08:56:05.811926+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.597721+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.606490+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.805420+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.806275+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.806708+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.807094+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.807513+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.807899+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.809931+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.810391+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.810937+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.811460+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:05 smithi120 bash[14933]: audit 2024-09-11T08:56:05.811926+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.294 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:06.295 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:56:06.296 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:56:06.296 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:56:06.296 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:56:06.296 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:56:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: cluster 2024-09-11T08:56:04.381180+0000 mgr.y (mgr.14946) 57 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:04.968416+0000 mgr.y (mgr.14946) 58 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.590838+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.591747+0000 mon.a (mon.0) 1196 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.595333+0000 mon.a (mon.0) 1197 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.597721+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.606490+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:55:07.849113Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.805420+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.806275+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.806708+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.807094+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.807513+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.807899+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.809931+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.810391+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.810937+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.811460+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:05 smithi130 bash[14727]: audit 2024-09-11T08:56:05.811926+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:06.690 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:56:06.690 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:56:06.690 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:56:06.690 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:56:06.690 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:56:06.691 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:56:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:05.379654+0000 mgr.y (mgr.14946) 59 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:05.800157+0000 mgr.y (mgr.14946) 60 : audit [DBG] from='client.34910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:05.986501+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.197361+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:05.379654+0000 mgr.y (mgr.14946) 59 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:05.800157+0000 mgr.y (mgr.14946) 60 : audit [DBG] from='client.34910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:05.986501+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.197361+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.198507+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.203578+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.198507+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.203578+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.204699+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.204699+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.210956+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.212566+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.295693+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.120:0/366502419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.881448+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.210956+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.212566+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.295693+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.120:0/366502419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:07.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.881448+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.883880+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.883880+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.890383+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.890383+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.892063+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[14933]: audit 2024-09-11T08:56:06.896083+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:07.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.892063+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:06 smithi120 bash[18840]: audit 2024-09-11T08:56:06.896083+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:05.379654+0000 mgr.y (mgr.14946) 59 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:05.800157+0000 mgr.y (mgr.14946) 60 : audit [DBG] from='client.34910 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:05.986501+0000 mon.a (mon.0) 1211 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.197361+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.198507+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.203578+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:41:54.930638Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:41:54.930694Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.204699+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.210956+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:41:54.930740Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.212566+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.295693+0000 mon.c (mon.1) 44 : audit [DBG] from='client.? 172.21.15.120:0/366502419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.881448+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.883880+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.890383+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.892063+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:06 smithi130 bash[14727]: audit 2024-09-11T08:56:06.896083+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:55:32.802275Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:08.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: cluster 2024-09-11T08:56:06.382575+0000 mgr.y (mgr.14946) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:08.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:06.691296+0000 mgr.y (mgr.14946) 62 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:08.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.283385+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:08.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.506466+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:08.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.508303+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:08.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.514205+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:08.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.516373+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:08.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.520637+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:08.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:08 smithi130 bash[14727]: audit 2024-09-11T08:56:07.522329+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:08.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: cluster 2024-09-11T08:56:06.382575+0000 mgr.y (mgr.14946) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:08.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:06.691296+0000 mgr.y (mgr.14946) 62 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:08.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.283385+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:08.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.506466+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:08.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: cluster 2024-09-11T08:56:06.382575+0000 mgr.y (mgr.14946) 61 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:08.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:06.691296+0000 mgr.y (mgr.14946) 62 : audit [DBG] from='client.25024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:08.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.283385+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:08.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.506466+0000 mon.a (mon.0) 1224 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.508303+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:08.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.514205+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.508303+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:08.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.514205+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:55:51.546362Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:55:51.546393Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.516373+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.520637+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[14933]: audit 2024-09-11T08:56:07.522329+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.516373+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.520637+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:55:51.546503Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:08.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:08 smithi120 bash[18840]: audit 2024-09-11T08:56:07.522329+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:10.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:10 smithi130 bash[14727]: cluster 2024-09-11T08:56:08.383311+0000 mgr.y (mgr.14946) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:10.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:10 smithi120 bash[14933]: cluster 2024-09-11T08:56:08.383311+0000 mgr.y (mgr.14946) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:10.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:10 smithi120 bash[18840]: cluster 2024-09-11T08:56:08.383311+0000 mgr.y (mgr.14946) 63 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:12.566 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:12 smithi120 bash[14933]: cluster 2024-09-11T08:56:10.384026+0000 mgr.y (mgr.14946) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:12.567 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:12 smithi120 bash[18840]: cluster 2024-09-11T08:56:10.384026+0000 mgr.y (mgr.14946) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:12 smithi130 bash[14727]: cluster 2024-09-11T08:56:10.384026+0000 mgr.y (mgr.14946) 64 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:14.542 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:14 smithi120 bash[14933]: cluster 2024-09-11T08:56:12.385199+0000 mgr.y (mgr.14946) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:14.542 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:14 smithi120 bash[18840]: cluster 2024-09-11T08:56:12.385199+0000 mgr.y (mgr.14946) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:14 smithi130 bash[14727]: cluster 2024-09-11T08:56:12.385199+0000 mgr.y (mgr.14946) 65 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:16.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:16 smithi130 bash[14727]: cluster 2024-09-11T08:56:14.385836+0000 mgr.y (mgr.14946) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:16.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:16 smithi130 bash[14727]: audit 2024-09-11T08:56:15.549756+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:16 smithi120 bash[18840]: cluster 2024-09-11T08:56:14.385836+0000 mgr.y (mgr.14946) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:16 smithi120 bash[18840]: audit 2024-09-11T08:56:15.549756+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:16 smithi120 bash[14933]: cluster 2024-09-11T08:56:14.385836+0000 mgr.y (mgr.14946) 66 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:16 smithi120 bash[14933]: audit 2024-09-11T08:56:15.549756+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:17.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:17 smithi130 bash[14727]: audit 2024-09-11T08:56:16.343331+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:17.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:17 smithi120 bash[14933]: audit 2024-09-11T08:56:16.343331+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:17.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:17 smithi120 bash[18840]: audit 2024-09-11T08:56:16.343331+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:18.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:18 smithi130 bash[14727]: cluster 2024-09-11T08:56:16.387048+0000 mgr.y (mgr.14946) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:18.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:18 smithi120 bash[14933]: cluster 2024-09-11T08:56:16.387048+0000 mgr.y (mgr.14946) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:18.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:18 smithi120 bash[18840]: cluster 2024-09-11T08:56:16.387048+0000 mgr.y (mgr.14946) 67 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:20.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:19 smithi130 bash[14727]: cluster 2024-09-11T08:56:18.387748+0000 mgr.y (mgr.14946) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:20.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:19 smithi120 bash[18840]: cluster 2024-09-11T08:56:18.387748+0000 mgr.y (mgr.14946) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:19 smithi120 bash[14933]: cluster 2024-09-11T08:56:18.387748+0000 mgr.y (mgr.14946) 68 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:21.883 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:21 smithi120 bash[14933]: cluster 2024-09-11T08:56:20.388479+0000 mgr.y (mgr.14946) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:21.884 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:21 smithi120 bash[18840]: cluster 2024-09-11T08:56:20.388479+0000 mgr.y (mgr.14946) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:22.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:21 smithi130 bash[14727]: cluster 2024-09-11T08:56:20.388479+0000 mgr.y (mgr.14946) 69 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:23 smithi130 bash[14727]: cluster 2024-09-11T08:56:22.389892+0000 mgr.y (mgr.14946) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:24.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:23 smithi120 bash[14933]: cluster 2024-09-11T08:56:22.389892+0000 mgr.y (mgr.14946) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:24.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:23 smithi120 bash[18840]: cluster 2024-09-11T08:56:22.389892+0000 mgr.y (mgr.14946) 70 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: cluster 2024-09-11T08:56:24.390614+0000 mgr.y (mgr.14946) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: audit 2024-09-11T08:56:25.642322+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:26.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: audit 2024-09-11T08:56:25.643885+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: audit 2024-09-11T08:56:25.648834+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: audit 2024-09-11T08:56:25.651482+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:26.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:25 smithi130 bash[14727]: audit 2024-09-11T08:56:25.657118+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: cluster 2024-09-11T08:56:24.390614+0000 mgr.y (mgr.14946) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: audit 2024-09-11T08:56:25.642322+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: audit 2024-09-11T08:56:25.643885+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:26.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: cluster 2024-09-11T08:56:24.390614+0000 mgr.y (mgr.14946) 71 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:26.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: audit 2024-09-11T08:56:25.642322+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:26.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: audit 2024-09-11T08:56:25.643885+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:26.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: audit 2024-09-11T08:56:25.648834+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:26.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: audit 2024-09-11T08:56:25.648834+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: audit 2024-09-11T08:56:25.651482+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:26.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[18840]: audit 2024-09-11T08:56:25.657118+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:26.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: audit 2024-09-11T08:56:25.651482+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:26.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:25 smithi120 bash[14933]: audit 2024-09-11T08:56:25.657118+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"29808411ea16\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 17846763, \"cpu_percentage\": \"0.11%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589694Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:42:09.467917Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:42:00.548871Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:05.589946Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.608025Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:26.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.198443+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:26.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.200005+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:26.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.207741+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:26.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.209846+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:26.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.215740+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.218963+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.224750+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.277158+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.279383+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.282261+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.284868+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.287522+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.289832+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.291594+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.293472+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.295409+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:26.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:26 smithi130 bash[14727]: audit 2024-09-11T08:56:26.297841+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.198443+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:27.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.200005+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:27.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.198443+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:27.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.200005+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:27.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.207741+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:27.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.207741+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.209846+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.215740+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.218963+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.224750+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.277158+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.279383+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.282261+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.284868+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.287522+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.289832+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.291594+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.293472+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.295409+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[18840]: audit 2024-09-11T08:56:26.297841+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.209846+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.215740+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"26a269ae4d0e\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 40579891, \"cpu_percentage\": \"0.19%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877406Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:42:25.783121Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:42:11.792157Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:06.879013Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:55:51.630375Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.218963+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:56:27.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.224750+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.277158+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.279383+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.282261+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.284868+0000 mon.a (mon.0) 1247 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.287522+0000 mon.a (mon.0) 1248 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.289832+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.291594+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.293472+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.295409+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:27.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:26 smithi120 bash[14933]: audit 2024-09-11T08:56:26.297841+0000 mon.a (mon.0) 1253 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:28.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:28 smithi130 bash[14727]: cluster 2024-09-11T08:56:26.392080+0000 mgr.y (mgr.14946) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:28.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:28 smithi120 bash[14933]: cluster 2024-09-11T08:56:26.392080+0000 mgr.y (mgr.14946) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:28.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:28 smithi120 bash[18840]: cluster 2024-09-11T08:56:26.392080+0000 mgr.y (mgr.14946) 72 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:30 smithi130 bash[14727]: cluster 2024-09-11T08:56:28.392849+0000 mgr.y (mgr.14946) 73 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:30.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:30 smithi130 bash[14727]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:56:30.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:30 smithi130 bash[14727]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[14933]: cluster 2024-09-11T08:56:28.392849+0000 mgr.y (mgr.14946) 73 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[14933]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[14933]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[18840]: cluster 2024-09-11T08:56:28.392849+0000 mgr.y (mgr.14946) 73 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[18840]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T08:56:30.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:30 smithi120 bash[18840]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T08:56:32.598 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[14727]: cluster 2024-09-11T08:56:30.393562+0000 mgr.y (mgr.14946) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:32.598 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 systemd[1]: Stopping Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:56:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:32 smithi120 bash[14933]: cluster 2024-09-11T08:56:30.393562+0000 mgr.y (mgr.14946) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:32 smithi120 bash[18840]: cluster 2024-09-11T08:56:30.393562+0000 mgr.y (mgr.14946) 76 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.692Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-11T08:56:32.866 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-11T08:56:32.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-11T08:56:32.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-11T08:56:32.867 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:32 smithi130 bash[28363]: ts=2024-09-11T08:56:32.695Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-11T08:56:33.486 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:33 smithi130 bash[34954]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:56:33.486 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:33 smithi130 bash[35027]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-prometheus.a 2024-09-11T08:56:33.486 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:33 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a.service: Succeeded. 2024-09-11T08:56:33.486 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:33 smithi130 systemd[1]: Stopped Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:56:34.115 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:33 smithi130 systemd[1]: Started Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:56:34.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: cluster 2024-09-11T08:56:32.395078+0000 mgr.y (mgr.14946) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:34.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.777713+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:34.255 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.779516+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:34.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.785379+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:34.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.787747+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:34.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.798151+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:34.256 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:34 smithi130 bash[14727]: audit 2024-09-11T08:56:33.800786+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: cluster 2024-09-11T08:56:32.395078+0000 mgr.y (mgr.14946) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.777713+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.779516+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: cluster 2024-09-11T08:56:32.395078+0000 mgr.y (mgr.14946) 77 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.777713+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.779516+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.785379+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.785379+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.787747+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.798151+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:34.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[14933]: audit 2024-09-11T08:56:33.800786+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.787747+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:56:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.798151+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213385216, \"cpu_percentage\": \"1.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.875813Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 407581491, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:06.876196Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58437140, \"cpu_percentage\": \"0.80%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876453Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876695Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57241763, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.876933Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59097743, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.877169Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:06.877642Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29014097, \"cpu_percentage\": \"3.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:06.878019Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57776537, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:06.878417Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:56:34.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:34 smithi120 bash[18840]: audit 2024-09-11T08:56:33.800786+0000 mon.a (mon.0) 1259 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.074Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.074Z 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:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.074Z caller=main.go:570 level=info host_details="(Linux 5.4.0-195-generic #215-Ubuntu SMP Fri Aug 2 18:28:05 UTC 2024 x86_64 smithi130 (none))" 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.074Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.074Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.076Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-11T08:56:35.366 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.077Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.080Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.080Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.084Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.085Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.421196ms 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.085Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.085Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.110Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.122Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.122Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.122Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=43.803µs wal_replay_duration=37.129755ms wbl_replay_duration=119ns total_replay_duration=38.635565ms 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.124Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.124Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-11T08:56:35.367 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.124Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-11T08:56:35.368 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.145Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.214836ms db_storage=1.444µs remote_storage=1.336µs web_handler=431ns query_engine=788ns scrape=317.194µs scrape_sd=30.74µs notify=35.637µs notify_sd=13.041µs rules=20.511615ms tracing=8.05µs 2024-09-11T08:56:35.368 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.145Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-11T08:56:35.368 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 08:56:35 smithi130 bash[35109]: ts=2024-09-11T08:56:35.145Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-11T08:56:36.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:36 smithi130 bash[14727]: cluster 2024-09-11T08:56:34.395787+0000 mgr.y (mgr.14946) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:36.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:36 smithi120 bash[14933]: cluster 2024-09-11T08:56:34.395787+0000 mgr.y (mgr.14946) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:36.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:36 smithi120 bash[18840]: cluster 2024-09-11T08:56:34.395787+0000 mgr.y (mgr.14946) 78 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:37.101 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:56:37.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:37 smithi130 bash[14727]: cluster 2024-09-11T08:56:36.397303+0000 mgr.y (mgr.14946) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:37.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:37 smithi130 bash[14727]: audit 2024-09-11T08:56:37.088787+0000 mgr.y (mgr.14946) 80 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:37.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:37 smithi120 bash[14933]: cluster 2024-09-11T08:56:36.397303+0000 mgr.y (mgr.14946) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:37 smithi120 bash[14933]: audit 2024-09-11T08:56:37.088787+0000 mgr.y (mgr.14946) 80 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:37 smithi120 bash[18840]: cluster 2024-09-11T08:56:36.397303+0000 mgr.y (mgr.14946) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:37 smithi120 bash[18840]: audit 2024-09-11T08:56:37.088787+0000 mgr.y (mgr.14946) 80 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (14m) 32s ago 25m 17.0M - 0.27.0 11f11916f8cd 29808411ea16 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (24m) 30s ago 24m 27.6M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (72s) 30s ago 29m 388M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (11m) 32s ago 31m 430M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (31m) 32s ago 31m 265M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (30m) 30s ago 30m 203M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (30m) 32s ago 30m 199M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (39s) 32s ago 25m 4255k - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:56:37.881 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (35s) 30s ago 25m - - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (29m) 32s ago 29m 54.9M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (29m) 32s ago 29m 53.2M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (28m) 32s ago 28m 50.3M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (28m) 32s ago 28m 54.7M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (27m) 30s ago 27m 55.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (27m) 30s ago 27m 53.0M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (26m) 30s ago 26m 54.5M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (26m) 30s ago 26m 56.3M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 starting - - - - 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (23m) 32s ago 23m 54.2M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:56:37.882 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (23m) 30s ago 23m 55.0M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:56:38.342 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:56:38.343 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:56:38.344 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.479002+0000 mgr.y (mgr.14946) 81 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.860626+0000 mgr.y (mgr.14946) 82 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.865853+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.866544+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.867092+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.867670+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.868187+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.868761+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.872182+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.872590+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.873017+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.873405+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:38 smithi130 bash[14727]: audit 2024-09-11T08:56:37.873761+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.479002+0000 mgr.y (mgr.14946) 81 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.860626+0000 mgr.y (mgr.14946) 82 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.865853+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.866544+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.867092+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.867670+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.868187+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.868761+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.872182+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.872590+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.873017+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.873405+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[14933]: audit 2024-09-11T08:56:37.873761+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.479002+0000 mgr.y (mgr.14946) 81 : audit [DBG] from='client.25036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.860626+0000 mgr.y (mgr.14946) 82 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:38.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.865853+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.866544+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.867092+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.867670+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.868187+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.868761+0000 mon.a (mon.0) 1265 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.872182+0000 mon.a (mon.0) 1266 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.872590+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.873017+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.873405+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:38 smithi120 bash[18840]: audit 2024-09-11T08:56:37.873761+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:56:38.728 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:56:38.729 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:56:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:39 smithi130 bash[14727]: audit 2024-09-11T08:56:38.344101+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.120:0/674129981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:39 smithi130 bash[14727]: cluster 2024-09-11T08:56:38.397956+0000 mgr.y (mgr.14946) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:39 smithi130 bash[14727]: audit 2024-09-11T08:56:38.729409+0000 mgr.y (mgr.14946) 84 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:39.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[14933]: audit 2024-09-11T08:56:38.344101+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.120:0/674129981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:39.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[14933]: cluster 2024-09-11T08:56:38.397956+0000 mgr.y (mgr.14946) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:39.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[14933]: audit 2024-09-11T08:56:38.729409+0000 mgr.y (mgr.14946) 84 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:39.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[18840]: audit 2024-09-11T08:56:38.344101+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.120:0/674129981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:56:39.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[18840]: cluster 2024-09-11T08:56:38.397956+0000 mgr.y (mgr.14946) 83 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:39.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:39 smithi120 bash[18840]: audit 2024-09-11T08:56:38.729409+0000 mgr.y (mgr.14946) 84 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:56:41.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: cluster 2024-09-11T08:56:40.398649+0000 mgr.y (mgr.14946) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:41.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: audit 2024-09-11T08:56:41.026187+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:41.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: audit 2024-09-11T08:56:41.027624+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:41.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: audit 2024-09-11T08:56:41.034762+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:41.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: audit 2024-09-11T08:56:41.055563+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:41.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:41 smithi130 bash[14727]: audit 2024-09-11T08:56:41.076101+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:41.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: cluster 2024-09-11T08:56:40.398649+0000 mgr.y (mgr.14946) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:41.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: audit 2024-09-11T08:56:41.026187+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:41.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: audit 2024-09-11T08:56:41.027624+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:41.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: cluster 2024-09-11T08:56:40.398649+0000 mgr.y (mgr.14946) 85 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:41.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: audit 2024-09-11T08:56:41.026187+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:41.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: audit 2024-09-11T08:56:41.027624+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:41.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: audit 2024-09-11T08:56:41.034762+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:41.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: audit 2024-09-11T08:56:41.034762+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:41.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: audit 2024-09-11T08:56:41.055563+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:41.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[14933]: audit 2024-09-11T08:56:41.076101+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:41.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: audit 2024-09-11T08:56:41.055563+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:41.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:41 smithi120 bash[18840]: audit 2024-09-11T08:56:41.076101+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:07.504775Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:42.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.452501+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:42.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.669096+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:42.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.670817+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:42.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.679958+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:42.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.682304+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:42.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.690927+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:42.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:42 smithi130 bash[14727]: audit 2024-09-11T08:56:41.692841+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:42.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.452501+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:42.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.669096+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:42.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.670817+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.452501+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:56:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.669096+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:56:42.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.670817+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:56:42.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.679958+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:42.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.679958+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:26.196403Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:26.196434Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:56:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.682304+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.690927+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:42.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[14933]: audit 2024-09-11T08:56:41.692841+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.682304+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:56:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.690927+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:56:26.196526Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:56:42.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:42 smithi120 bash[18840]: audit 2024-09-11T08:56:41.692841+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:43 smithi130 bash[14727]: cluster 2024-09-11T08:56:42.400178+0000 mgr.y (mgr.14946) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:44.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:43 smithi120 bash[14933]: cluster 2024-09-11T08:56:42.400178+0000 mgr.y (mgr.14946) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:43 smithi120 bash[18840]: cluster 2024-09-11T08:56:42.400178+0000 mgr.y (mgr.14946) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:46.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:45 smithi130 bash[14727]: cluster 2024-09-11T08:56:44.400968+0000 mgr.y (mgr.14946) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:46.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:45 smithi120 bash[14933]: cluster 2024-09-11T08:56:44.400968+0000 mgr.y (mgr.14946) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:46.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:45 smithi120 bash[18840]: cluster 2024-09-11T08:56:44.400968+0000 mgr.y (mgr.14946) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:47.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:47 smithi130 bash[14727]: cluster 2024-09-11T08:56:46.402453+0000 mgr.y (mgr.14946) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:47 smithi120 bash[14933]: cluster 2024-09-11T08:56:46.402453+0000 mgr.y (mgr.14946) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:47 smithi120 bash[18840]: cluster 2024-09-11T08:56:46.402453+0000 mgr.y (mgr.14946) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:49 smithi130 bash[14727]: cluster 2024-09-11T08:56:48.403240+0000 mgr.y (mgr.14946) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:50.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:49 smithi120 bash[14933]: cluster 2024-09-11T08:56:48.403240+0000 mgr.y (mgr.14946) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:49 smithi120 bash[18840]: cluster 2024-09-11T08:56:48.403240+0000 mgr.y (mgr.14946) 89 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:50 smithi130 bash[14727]: audit 2024-09-11T08:56:50.428220+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:51.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:50 smithi120 bash[14933]: audit 2024-09-11T08:56:50.428220+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:50 smithi120 bash[18840]: audit 2024-09-11T08:56:50.428220+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:56:52.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:51 smithi130 bash[14727]: cluster 2024-09-11T08:56:50.404026+0000 mgr.y (mgr.14946) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:51 smithi120 bash[14933]: cluster 2024-09-11T08:56:50.404026+0000 mgr.y (mgr.14946) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:51 smithi120 bash[18840]: cluster 2024-09-11T08:56:50.404026+0000 mgr.y (mgr.14946) 90 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:54.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:53 smithi130 bash[14727]: cluster 2024-09-11T08:56:52.405586+0000 mgr.y (mgr.14946) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:53 smithi120 bash[14933]: cluster 2024-09-11T08:56:52.405586+0000 mgr.y (mgr.14946) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:54.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:53 smithi120 bash[18840]: cluster 2024-09-11T08:56:52.405586+0000 mgr.y (mgr.14946) 91 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:56.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:55 smithi130 bash[14727]: cluster 2024-09-11T08:56:54.406309+0000 mgr.y (mgr.14946) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:55 smithi120 bash[14933]: cluster 2024-09-11T08:56:54.406309+0000 mgr.y (mgr.14946) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:55 smithi120 bash[18840]: cluster 2024-09-11T08:56:54.406309+0000 mgr.y (mgr.14946) 92 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:58.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:57 smithi130 bash[14727]: cluster 2024-09-11T08:56:56.407820+0000 mgr.y (mgr.14946) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:57 smithi120 bash[14933]: cluster 2024-09-11T08:56:56.407820+0000 mgr.y (mgr.14946) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:56:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:57 smithi120 bash[18840]: cluster 2024-09-11T08:56:56.407820+0000 mgr.y (mgr.14946) 93 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:56:59 smithi130 bash[14727]: cluster 2024-09-11T08:56:58.408497+0000 mgr.y (mgr.14946) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:56:59 smithi120 bash[14933]: cluster 2024-09-11T08:56:58.408497+0000 mgr.y (mgr.14946) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:56:59 smithi120 bash[18840]: cluster 2024-09-11T08:56:58.408497+0000 mgr.y (mgr.14946) 94 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.113242+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.114836+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.113242+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.114836+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:01.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.121110+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:01.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.121110+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:01.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.123438+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:01.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.123438+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.130115+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.133287+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.138841+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.195213+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.196008+0000 mgr.y (mgr.14946) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.198879+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.200907+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.203310+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.205959+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.208633+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.210751+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.212470+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.214158+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.130115+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.133287+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.138841+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.195213+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.196008+0000 mgr.y (mgr.14946) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.198879+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.200907+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:01.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.203310+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.205959+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.208633+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.210751+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.212470+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.214158+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.215900+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.218051+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.220071+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.584408+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:57:01.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.584960+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.585397+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[14933]: audit 2024-09-11T08:57:00.585898+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.215900+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.218051+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.220071+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.584408+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.584960+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.585397+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:57:01.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:00 smithi120 bash[18840]: audit 2024-09-11T08:57:00.585898+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:57:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.113242+0000 mon.a (mon.0) 1284 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.114836+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.121110+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.123438+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.130115+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:56:26.272114Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.688704Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.133287+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.138841+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.195213+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.196008+0000 mgr.y (mgr.14946) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:57:01.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.198879+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.200907+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.203310+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.205959+0000 mon.a (mon.0) 1295 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.208633+0000 mon.a (mon.0) 1296 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.210751+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.212470+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.214158+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.215900+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.218051+0000 mon.a (mon.0) 1301 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.220071+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.584408+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.584960+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T08:57:01.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.585397+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:57:01.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:00 smithi130 bash[14727]: audit 2024-09-11T08:57:00.585898+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T08:57:02.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:02 smithi120 bash[14933]: cluster 2024-09-11T08:57:00.409165+0000 mgr.y (mgr.14946) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:02.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:02 smithi120 bash[18840]: cluster 2024-09-11T08:57:00.409165+0000 mgr.y (mgr.14946) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:02.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:02 smithi130 bash[14727]: cluster 2024-09-11T08:57:00.409165+0000 mgr.y (mgr.14946) 96 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:04.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[14933]: cluster 2024-09-11T08:57:02.410570+0000 mgr.y (mgr.14946) 97 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[14933]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:57:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[14933]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:57:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[18840]: cluster 2024-09-11T08:57:02.410570+0000 mgr.y (mgr.14946) 97 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[18840]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:57:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:04 smithi120 bash[18840]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:57:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:04 smithi130 bash[14727]: cluster 2024-09-11T08:57:02.410570+0000 mgr.y (mgr.14946) 97 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:04.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:04 smithi130 bash[14727]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T08:57:04.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:04 smithi130 bash[14727]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T08:57:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:06 smithi120 bash[14933]: cluster 2024-09-11T08:57:04.411309+0000 mgr.y (mgr.14946) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:06.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:06 smithi120 bash[18840]: cluster 2024-09-11T08:57:04.411309+0000 mgr.y (mgr.14946) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:06.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:06 smithi130 bash[14727]: cluster 2024-09-11T08:57:04.411309+0000 mgr.y (mgr.14946) 100 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:07.391 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:07 smithi120 systemd[1]: Stopping Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:57:07.648 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:07 smithi120 bash[39476]: ts=2024-09-11T08:57:07.392Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T08:57:08.296 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:08 smithi120 bash[14933]: cluster 2024-09-11T08:57:06.413173+0000 mgr.y (mgr.14946) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:08.297 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:08 smithi120 bash[18840]: cluster 2024-09-11T08:57:06.413173+0000 mgr.y (mgr.14946) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:08.297 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:08 smithi120 bash[49079]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:57:08.297 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:08 smithi120 bash[49151]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager.a 2024-09-11T08:57:08.297 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:08 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T08:57:08.297 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:08 smithi120 systemd[1]: Stopped Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:57:08.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:08 smithi130 bash[14727]: cluster 2024-09-11T08:57:06.413173+0000 mgr.y (mgr.14946) 101 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:08.674 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:08 smithi120 systemd[1]: Started Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:57:09.147 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:57:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.576457+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.577528+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.576457+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.577528+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.581497+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.581497+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.582943+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.590421+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.873408+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.874552+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.875613+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.582943+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.876670+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.590421+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.881480+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.883423+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.873408+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.874552+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.875613+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.876670+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.889911+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.881480+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.891360+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.883423+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:09.439 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.896467+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:09.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.897810+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:09.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[14933]: audit 2024-09-11T08:57:08.903073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.889911+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.891360+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.896467+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:09.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.897810+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:09.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:09 smithi120 bash[18840]: audit 2024-09-11T08:57:08.903073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.576457+0000 mon.a (mon.0) 1307 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.577528+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.581497+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.582943+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.590421+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:46:35.683249Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.873408+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.874552+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.875613+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.876670+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.881480+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.883423+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:09.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.889911+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:09.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.891360+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:57:09.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.896467+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 278082355, \"cpu_percentage\": \"2.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.588916Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 451726540, \"cpu_percentage\": \"0.31%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:05.589080Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 209505484, \"cpu_percentage\": \"1.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589176Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57650708, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589266Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55847157, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589352Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52785315, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589438Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57409536, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589523Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 4357881, \"cpu_percentage\": \"0.01%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:05.589608Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56916705, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:05.589780Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:09.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.897810+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:09.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:09 smithi130 bash[14727]: audit 2024-09-11T08:57:08.903073+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"e7a264957793\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 29024583, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-11T08:56:41.023932Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:31:45.472848Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:31:23.132540Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:56:41.024661Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.183756Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 starting - - - - 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (25m) 28s ago 25m 27.6M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (104s) 28s ago 30m 389M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (11m) 64s ago 32m 430M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (32m) 64s ago 32m 265M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:57:09.920 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (30m) 28s ago 30m 215M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (31m) 64s ago 31m 199M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (71s) 64s ago 26m 4255k - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (67s) 28s ago 26m 8936k - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (30m) 64s ago 30m 54.9M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (29m) 64s ago 29m 53.2M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (29m) 64s ago 29m 50.3M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (28m) 64s ago 28m 54.7M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (28m) 28s ago 28m 55.6M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (27m) 28s ago 27m 53.0M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (27m) 28s ago 27m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:57:09.921 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (26m) 28s ago 26m 56.4M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:57:09.922 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (36s) 28s ago 26m 31.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T08:57:09.922 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (24m) 64s ago 24m 54.2M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:57:09.922 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (24m) 28s ago 24m 55.3M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:10.397 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:57:10.398 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:57:10.430 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.056Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.056Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.058Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.120 port=9094 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.060Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.107Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.108Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.114Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-11T08:57:10.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[49238]: ts=2024-09-11T08:57:10.114Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-11T08:57:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: cluster 2024-09-11T08:57:08.413980+0000 mgr.y (mgr.14946) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.134824+0000 mgr.y (mgr.14946) 103 : audit [DBG] from='client.25060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.898991+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.899994+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.900841+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.901776+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.902646+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.903453+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.906982+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.907744+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.908623+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.909372+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[18840]: audit 2024-09-11T08:57:09.910005+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: cluster 2024-09-11T08:57:08.413980+0000 mgr.y (mgr.14946) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.134824+0000 mgr.y (mgr.14946) 103 : audit [DBG] from='client.25060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.898991+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.899994+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.900841+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.901776+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.902646+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.903453+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.906982+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.907744+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.908623+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.909372+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:10 smithi120 bash[14933]: audit 2024-09-11T08:57:09.910005+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: cluster 2024-09-11T08:57:08.413980+0000 mgr.y (mgr.14946) 102 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.134824+0000 mgr.y (mgr.14946) 103 : audit [DBG] from='client.25060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.898991+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.899994+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.900841+0000 mon.a (mon.0) 1325 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.901776+0000 mon.a (mon.0) 1326 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.902646+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.903453+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.906982+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:10.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.907744+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.908623+0000 mon.a (mon.0) 1331 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.909372+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:10 smithi130 bash[14727]: audit 2024-09-11T08:57:09.910005+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading alertmanager daemons", 2024-09-11T08:57:10.776 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:57:10.777 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:57:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:11 smithi130 bash[14727]: audit 2024-09-11T08:57:09.521204+0000 mgr.y (mgr.14946) 104 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:11 smithi130 bash[14727]: audit 2024-09-11T08:57:09.893784+0000 mgr.y (mgr.14946) 105 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:11 smithi130 bash[14727]: audit 2024-09-11T08:57:10.398028+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.120:0/3072586507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[14933]: audit 2024-09-11T08:57:09.521204+0000 mgr.y (mgr.14946) 104 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[14933]: audit 2024-09-11T08:57:09.893784+0000 mgr.y (mgr.14946) 105 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[14933]: audit 2024-09-11T08:57:10.398028+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.120:0/3072586507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[18840]: audit 2024-09-11T08:57:09.521204+0000 mgr.y (mgr.14946) 104 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[18840]: audit 2024-09-11T08:57:09.893784+0000 mgr.y (mgr.14946) 105 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:11 smithi120 bash[18840]: audit 2024-09-11T08:57:10.398028+0000 mon.a (mon.0) 1334 : audit [DBG] from='client.? 172.21.15.120:0/3072586507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:12.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:12 smithi120 bash[18840]: cluster 2024-09-11T08:57:10.414368+0000 mgr.y (mgr.14946) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:12.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:12 smithi120 bash[18840]: audit 2024-09-11T08:57:10.776748+0000 mgr.y (mgr.14946) 107 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:12.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:12 smithi120 bash[14933]: cluster 2024-09-11T08:57:10.414368+0000 mgr.y (mgr.14946) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:12.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:12 smithi120 bash[14933]: audit 2024-09-11T08:57:10.776748+0000 mgr.y (mgr.14946) 107 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:12.433 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:12 smithi120 bash[49238]: ts=2024-09-11T08:57:12.061Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000928974s 2024-09-11T08:57:12.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:12 smithi130 bash[14727]: cluster 2024-09-11T08:57:10.414368+0000 mgr.y (mgr.14946) 106 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:12.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:12 smithi130 bash[14727]: audit 2024-09-11T08:57:10.776748+0000 mgr.y (mgr.14946) 107 : audit [DBG] from='client.25084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:14 smithi130 bash[14727]: cluster 2024-09-11T08:57:12.415808+0000 mgr.y (mgr.14946) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:14.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:14 smithi120 bash[18840]: cluster 2024-09-11T08:57:12.415808+0000 mgr.y (mgr.14946) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:14.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:14 smithi120 bash[14933]: cluster 2024-09-11T08:57:12.415808+0000 mgr.y (mgr.14946) 108 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:16.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: cluster 2024-09-11T08:57:14.416500+0000 mgr.y (mgr.14946) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:16.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: audit 2024-09-11T08:57:15.990136+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:16.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: audit 2024-09-11T08:57:15.991459+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:16.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: audit 2024-09-11T08:57:15.996766+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:16.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: audit 2024-09-11T08:57:15.998783+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:16.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:16 smithi130 bash[14727]: audit 2024-09-11T08:57:16.004841+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: cluster 2024-09-11T08:57:14.416500+0000 mgr.y (mgr.14946) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: audit 2024-09-11T08:57:15.990136+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: audit 2024-09-11T08:57:15.991459+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: cluster 2024-09-11T08:57:14.416500+0000 mgr.y (mgr.14946) 109 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: audit 2024-09-11T08:57:15.990136+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: audit 2024-09-11T08:57:15.991459+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: audit 2024-09-11T08:57:15.996766+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: audit 2024-09-11T08:57:15.998783+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[18840]: audit 2024-09-11T08:57:16.004841+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: audit 2024-09-11T08:57:15.996766+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: audit 2024-09-11T08:57:15.998783+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:16.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:16 smithi120 bash[14933]: audit 2024-09-11T08:57:16.004841+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:56:06.196245Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:17.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.381698+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:17.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.596789+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:17.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.598309+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:17.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.605303+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:17.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.607380+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:17.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.613448+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:17.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:17 smithi130 bash[14727]: audit 2024-09-11T08:57:16.615101+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:17.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.381698+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:17.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.596789+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:17.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.598309+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:17.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.381698+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:57:17.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.596789+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:17.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.598309+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:17.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.605303+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:17.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.605303+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:56:25.640335Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:56:25.640366Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:17.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.607380+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:17.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.613448+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:17.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[14933]: audit 2024-09-11T08:57:16.615101+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:17.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.607380+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:17.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.613448+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:56:25.640454Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:17.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:17 smithi120 bash[18840]: audit 2024-09-11T08:57:16.615101+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:18.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:18 smithi130 bash[14727]: cluster 2024-09-11T08:57:16.417433+0000 mgr.y (mgr.14946) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:18.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:18 smithi120 bash[14933]: cluster 2024-09-11T08:57:16.417433+0000 mgr.y (mgr.14946) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:18.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:18 smithi120 bash[18840]: cluster 2024-09-11T08:57:16.417433+0000 mgr.y (mgr.14946) 110 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:20 smithi120 bash[14933]: cluster 2024-09-11T08:57:18.418119+0000 mgr.y (mgr.14946) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:20.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:20 smithi120 bash[18840]: cluster 2024-09-11T08:57:18.418119+0000 mgr.y (mgr.14946) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:20.431 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 08:57:20 smithi120 bash[49238]: ts=2024-09-11T08:57:20.064Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004198002s 2024-09-11T08:57:20.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:20 smithi130 bash[14727]: cluster 2024-09-11T08:57:18.418119+0000 mgr.y (mgr.14946) 111 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:22 smithi130 bash[14727]: cluster 2024-09-11T08:57:20.418792+0000 mgr.y (mgr.14946) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:22.648 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:22 smithi120 bash[14933]: cluster 2024-09-11T08:57:20.418792+0000 mgr.y (mgr.14946) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:22.648 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:22 smithi120 bash[18840]: cluster 2024-09-11T08:57:20.418792+0000 mgr.y (mgr.14946) 112 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:24 smithi130 bash[14727]: cluster 2024-09-11T08:57:22.420223+0000 mgr.y (mgr.14946) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:24.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:24 smithi120 bash[14933]: cluster 2024-09-11T08:57:22.420223+0000 mgr.y (mgr.14946) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:24.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:24 smithi120 bash[18840]: cluster 2024-09-11T08:57:22.420223+0000 mgr.y (mgr.14946) 113 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:26 smithi130 bash[14727]: cluster 2024-09-11T08:57:24.420925+0000 mgr.y (mgr.14946) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:26 smithi130 bash[14727]: audit 2024-09-11T08:57:25.940701+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:26.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:26 smithi120 bash[14933]: cluster 2024-09-11T08:57:24.420925+0000 mgr.y (mgr.14946) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:26.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:26 smithi120 bash[14933]: audit 2024-09-11T08:57:25.940701+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:26.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:26 smithi120 bash[18840]: cluster 2024-09-11T08:57:24.420925+0000 mgr.y (mgr.14946) 114 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:26.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:26 smithi120 bash[18840]: audit 2024-09-11T08:57:25.940701+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:57:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:28 smithi130 bash[14727]: cluster 2024-09-11T08:57:26.422372+0000 mgr.y (mgr.14946) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:28.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:28 smithi120 bash[14933]: cluster 2024-09-11T08:57:26.422372+0000 mgr.y (mgr.14946) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:28.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:28 smithi120 bash[18840]: cluster 2024-09-11T08:57:26.422372+0000 mgr.y (mgr.14946) 115 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:30 smithi130 bash[14727]: cluster 2024-09-11T08:57:28.423056+0000 mgr.y (mgr.14946) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:30.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:30 smithi120 bash[18840]: cluster 2024-09-11T08:57:28.423056+0000 mgr.y (mgr.14946) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:30.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:30 smithi120 bash[14933]: cluster 2024-09-11T08:57:28.423056+0000 mgr.y (mgr.14946) 116 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:31 smithi130 bash[14727]: cluster 2024-09-11T08:57:30.423754+0000 mgr.y (mgr.14946) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:31.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:31 smithi120 bash[14933]: cluster 2024-09-11T08:57:30.423754+0000 mgr.y (mgr.14946) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:31.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:31 smithi120 bash[18840]: cluster 2024-09-11T08:57:30.423754+0000 mgr.y (mgr.14946) 117 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:33.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:33 smithi130 bash[14727]: cluster 2024-09-11T08:57:32.425221+0000 mgr.y (mgr.14946) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:33.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:33 smithi120 bash[14933]: cluster 2024-09-11T08:57:32.425221+0000 mgr.y (mgr.14946) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:33 smithi120 bash[18840]: cluster 2024-09-11T08:57:32.425221+0000 mgr.y (mgr.14946) 118 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:36.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:35 smithi130 bash[14727]: cluster 2024-09-11T08:57:34.425926+0000 mgr.y (mgr.14946) 119 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:36.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:35 smithi120 bash[14933]: cluster 2024-09-11T08:57:34.425926+0000 mgr.y (mgr.14946) 119 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:35 smithi120 bash[18840]: cluster 2024-09-11T08:57:34.425926+0000 mgr.y (mgr.14946) 119 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:37.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.105432+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:37.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.106923+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:37.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.112809+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.114771+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.121339+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.124573+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.129539+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.188399+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.189301+0000 mgr.y (mgr.14946) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.192279+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.194282+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.196643+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.199000+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.201642+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.204095+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.205968+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.207836+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.209831+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.212098+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.214231+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:36 smithi130 bash[14727]: audit 2024-09-11T08:57:36.216386+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.105432+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.106923+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.105432+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:57:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.106923+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:57:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.112809+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.112809+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:57:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.114771+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.114771+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.121339+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.124573+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.129539+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.188399+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.189301+0000 mgr.y (mgr.14946) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.192279+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.194282+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.196643+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.199000+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.201642+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.204095+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.205968+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.207836+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.209831+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.121339+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"7c77623ae5a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 287729254, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.986793Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T08:25:01.633264Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 456864563, \"cpu_percentage\": \"0.53%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:57:15.987083Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 227436134, \"cpu_percentage\": \"1.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987305Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57524879, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987477Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987648Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52848230, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987818Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57503907, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.987989Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988160Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 16032727, \"cpu_percentage\": \"0.14%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:57:15.988329Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57147392, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:57:15.988499Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T08:57:15.988810Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T08:57:16.595325Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.124573+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.129539+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.188399+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.189301+0000 mgr.y (mgr.14946) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.192279+0000 mon.a (mon.0) 1356 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.194282+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.196643+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.199000+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.201642+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.204095+0000 mon.a (mon.0) 1361 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.205968+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.207836+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.209831+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.212098+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.214231+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[14933]: audit 2024-09-11T08:57:36.216386+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.212098+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.214231+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:36 smithi120 bash[18840]: audit 2024-09-11T08:57:36.216386+0000 mon.a (mon.0) 1367 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:38.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:38 smithi130 bash[14727]: cluster 2024-09-11T08:57:36.427405+0000 mgr.y (mgr.14946) 121 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:38.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:38 smithi120 bash[18840]: cluster 2024-09-11T08:57:36.427405+0000 mgr.y (mgr.14946) 121 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:38.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:38 smithi120 bash[14933]: cluster 2024-09-11T08:57:36.427405+0000 mgr.y (mgr.14946) 121 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.617369+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.624509+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.625548+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.629164+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.633910+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.635115+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:57:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[18840]: audit 2024-09-11T08:57:38.640777+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.617369+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.624509+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.625548+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.629164+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.633910+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.635115+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:57:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:39 smithi120 bash[14933]: audit 2024-09-11T08:57:38.640777+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.617369+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.624509+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyjCCAbICEQDrin2oSJ5MA6OSaB93/v2DMA0GCSqGSIb3DQEBDQUAMCMxDTAL\nBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRoaTEzMDAeFw0yNDA5MTEwODU3Mzha\nFw0zNDA5MDkwODU3MzhaMCMxDTALBgNVBAoMBENlcGgxEjAQBgNVBAMMCXNtaXRo\naTEzMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKcUmBUEOXck5GF6\nhKX9BuF4loBoSGIuUMuWx/4NxJwvYFq96CDOUdCRjsQYHBUWvMwOiFjoyZLjoXAd\nTMvm69EyGFV2WkW4c0MJ9PdxL3Ju+mC2GpalKN2qy5NPRBIgpEJW7fy+LMLa3qyI\nNimYBg3QecWIGw/l4Uj80PFY1u6csWbbOnzvc/Yp+3Y9GhPcxMWPzACo/j4iPEN9\n/7wbA8IhgNe9U2IIvQD6t8efpdKDfX3QBagr+78Vd3mFcRQHneMJjELQyeVQfLfl\nBDdoEQxpwAy9T7SW3RcyZKIFaw0GoaZxrt8q+9FDPMjKPDU6BzmMExWDhvSIipYL\nEI4rPTUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAM96B0HhumFd4McXckZ8YqUI7\n9O+uUcR9P/2C9xnoxjqg03ko3Wxhv168qjtt5tQN4IaPKLY647FuWSk/OLIriuJw\n5dHzpDu/7uleZOhBgsPUHc6JEEkSbDoXFgZBcanqWYapfwC7egrNaGoESHCZXAyf\nMIetlYiqd7JWC+iSenEwfVAYjFy+iIYz8aI7S3gz6+zQCUFZ4wIHcKUObDhc4Wl2\njmSO9kGPNSZEKqChRFOiPiNJzRjsNWtV/g5ziKKWnI0ufBzxZ2d90xHeCJRl8h7M\ntcHw7rd9RcjIRxubyeBRF7fpUDPj/FJN3RQTMhY0hW9zHeSZ8jUqScHWsfOyyA==\n-----END CERTIFICATE-----\n"}]': finished 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.625548+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.629164+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi130/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCnFJgVBDl3JORh\neoSl/QbheJaAaEhiLlDLlsf+DcScL2BaveggzlHQkY7EGBwVFrzMDohY6MmS46Fw\nHUzL5uvRMhhVdlpFuHNDCfT3cS9ybvpgthqWpSjdqsuTT0QSIKRCVu38vizC2t6s\niDYpmAYN0HnFiBsP5eFI/NDxWNbunLFm2zp873P2Kft2PRoT3MTFj8wAqP4+IjxD\nff+8GwPCIYDXvVNiCL0A+rfHn6XSg3190AWoK/u/FXd5hXEUB53jCYxC0MnlUHy3\n5QQ3aBEMacAMvU+0lt0XMmSiBWsNBqGmca7fKvvRQzzIyjw1Ogc5jBMVg4b0iIqW\nCxCOKz01AgMBAAECggEAQO33Zh90p5EOMbWXrBvnGyMuNauRCZqfKmcnxFqcX+fn\nZYwsk+cqE0glt53499cUuqYhJZAdmbhdagDw8cKFPRBfNYMfdL3ICTLq4Gg7fJiV\nM5VBQu7fMTmpEE+7D+JggyleJhzPr0+4PktW5RYfsCmm0PViMuzufltFZa1VJXfc\nl5olsf+hUxcFfyjPeUz6A/l6fz6SGJ2++7TbNDSmsgB9JSsXf1vuHgG7Czxjbv78\nu8PAP+5CPWJsyZB3b0dC3EfLYE2BHPtgsXifNf7x949WMleHNkUqfhTud5icyjDe\n+JDhYonCYbCim27wU2z82zN6hobEYfQ7aW5dLDSjZwKBgQDnQaT5lyaaJ+Qv2QQi\nKetLQ+3qUI7jlCG7xzm55tKwvqG7UDWFQ1QYcI6wXRSHeNC3m1QyBl48FyuokIw1\nc9vrifi1P2UVhgcfgN3Vxn6kdPXza6UJGRM5t71omYuGydvxXkMbBNLDRI2OlN+q\n3GB0DYNthtiWY4Gla2mgZCWB7wKBgQC49Ro3bXApeQgEZN1uj+vc1kwcfiPAE65v\nMSrjZuMLhmEq/S//WSqqECJwwfP+3q1c5yXXAKacZLJGucIs08OFKQ7AquhBVNfQ\naH52WWjWzA89f0yJ6kzVg1Eihor8UBi4PQvVptauaRtMq86BitA77U2eZTyrUEXu\nKT2f1+cHGwKBgQCGrI385G+Qmuaijsl/c9YZMOge6ucr1ZqHlpAhmTDdyUa6pQ1m\nHD2fNf2C69IGyu8R3h18PIUojX3ZXsSoZF6Qnvr94ntlu3XufMeztTMPZyXMqsWj\ntLyjgkOF5NWCm4/A0tpVo8tx+DxP6pcPE+P/8da2NC9x9WUNBq6uv2OwdQKBgQCR\nz5jVbY9pAqORYzs2OHwHY2IpbEAe4uU3f5mCINCJe20LCQNX2SHLZGDiZ+VFXqNp\nhEjOkRLIZJIvM66izGdtiQq6VYI4Tvy8rkRUZPRDsiepobvjVjUwdg/2mf7kHvj9\n9hJoYtkIMpB1B1ULxzWWqOPyJXmIzQX0VcrhQsI9VQKBgCc02msE6PDcSEjbCyR8\nsJvub8A3w19U6I91HUYjjp7ErKMYMBGEVh2tlV5tTSaj9HPA4/eCE0wAjf3xNeCl\nwB0T90BcFUGNgUK7EGdyoemQSCbj8YuMlSxp3NAP3uMX6AM+8Os+HR7xJ++3Mo5q\n0337Zv0YgRsGSK4S4AwWiGCF\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.633910+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.635115+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-11T08:57:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:39 smithi130 bash[14727]: audit 2024-09-11T08:57:38.640777+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[14933]: cluster 2024-09-11T08:57:38.428086+0000 mgr.y (mgr.14946) 122 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[14933]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[14933]: audit 2024-09-11T08:57:38.634512+0000 mgr.y (mgr.14946) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[14933]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[18840]: cluster 2024-09-11T08:57:38.428086+0000 mgr.y (mgr.14946) 122 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[18840]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:57:40.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[18840]: audit 2024-09-11T08:57:38.634512+0000 mgr.y (mgr.14946) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:40.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:40 smithi120 bash[18840]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:57:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:40 smithi130 bash[14727]: cluster 2024-09-11T08:57:38.428086+0000 mgr.y (mgr.14946) 122 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:40 smithi130 bash[14727]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T08:57:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:40 smithi130 bash[14727]: audit 2024-09-11T08:57:38.634512+0000 mgr.y (mgr.14946) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T08:57:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:40 smithi130 bash[14727]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T08:57:41.193 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:57:41.974 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:57:41.974 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (33s) 25s ago 26m 15.2M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T08:57:41.974 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (25m) 60s ago 25m 27.6M - 6.6.2 87a51ecf0b1c e7a264957793 2024-09-11T08:57:41.974 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (2m) 60s ago 30m 389M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:57:41.974 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (12m) 25s ago 32m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (32m) 25s ago 32m 274M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (31m) 60s ago 31m 215M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (31m) 25s ago 31m 216M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (103s) 25s ago 26m 10.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (100s) 60s ago 26m 8936k - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (30m) 25s ago 30m 54.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (30m) 25s ago 30m 53.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (29m) 25s ago 29m 50.4M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (29m) 25s ago 29m 54.8M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (28m) 60s ago 28m 55.6M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (28m) 60s ago 28m 53.0M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (27m) 60s ago 27m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:57:41.975 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (27m) 60s ago 27m 56.4M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:57:41.976 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (68s) 60s ago 26m 31.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T08:57:41.976 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (24m) 25s ago 24m 54.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:57:41.976 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (24m) 60s ago 24m 55.3M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:57:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: cluster 2024-09-11T08:57:40.428793+0000 mgr.y (mgr.14946) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.181070+0000 mgr.y (mgr.14946) 127 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.950261+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.951240+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.952075+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.952890+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.953671+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.954455+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.959497+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.960288+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.961042+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.961778+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[14933]: audit 2024-09-11T08:57:41.962421+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: cluster 2024-09-11T08:57:40.428793+0000 mgr.y (mgr.14946) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.181070+0000 mgr.y (mgr.14946) 127 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.950261+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.951240+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.952075+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.952890+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.953671+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.954455+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.959497+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.960288+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.961042+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.961778+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:42 smithi120 bash[18840]: audit 2024-09-11T08:57:41.962421+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:57:42.434 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:57:42.435 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:57:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: cluster 2024-09-11T08:57:40.428793+0000 mgr.y (mgr.14946) 126 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.181070+0000 mgr.y (mgr.14946) 127 : audit [DBG] from='client.25090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.950261+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.951240+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.952075+0000 mon.a (mon.0) 1377 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.952890+0000 mon.a (mon.0) 1378 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.953671+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.954455+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.959497+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.960288+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.961042+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.961778+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:42 smithi130 bash[14727]: audit 2024-09-11T08:57:41.962421+0000 mon.a (mon.0) 1385 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:57:42.802 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading grafana daemons", 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:57:42.803 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[14933]: audit 2024-09-11T08:57:41.571813+0000 mgr.y (mgr.14946) 128 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[14933]: audit 2024-09-11T08:57:41.947724+0000 mgr.y (mgr.14946) 129 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[14933]: audit 2024-09-11T08:57:42.434323+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.120:0/2057959990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[18840]: audit 2024-09-11T08:57:41.571813+0000 mgr.y (mgr.14946) 128 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[18840]: audit 2024-09-11T08:57:41.947724+0000 mgr.y (mgr.14946) 129 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:43 smithi120 bash[18840]: audit 2024-09-11T08:57:42.434323+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.120:0/2057959990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:43 smithi130 bash[14727]: audit 2024-09-11T08:57:41.571813+0000 mgr.y (mgr.14946) 128 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:43 smithi130 bash[14727]: audit 2024-09-11T08:57:41.947724+0000 mgr.y (mgr.14946) 129 : audit [DBG] from='client.25102 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:43 smithi130 bash[14727]: audit 2024-09-11T08:57:42.434323+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.120:0/2057959990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:57:44.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:44 smithi120 bash[14933]: cluster 2024-09-11T08:57:42.430226+0000 mgr.y (mgr.14946) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:44.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:44 smithi120 bash[14933]: audit 2024-09-11T08:57:42.803568+0000 mgr.y (mgr.14946) 131 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:44 smithi120 bash[18840]: cluster 2024-09-11T08:57:42.430226+0000 mgr.y (mgr.14946) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:44 smithi120 bash[18840]: audit 2024-09-11T08:57:42.803568+0000 mgr.y (mgr.14946) 131 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:44 smithi130 bash[14727]: cluster 2024-09-11T08:57:42.430226+0000 mgr.y (mgr.14946) 130 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:44 smithi130 bash[14727]: audit 2024-09-11T08:57:42.803568+0000 mgr.y (mgr.14946) 131 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:57:46.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:46 smithi120 bash[14933]: cluster 2024-09-11T08:57:44.430899+0000 mgr.y (mgr.14946) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:46.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:46 smithi120 bash[18840]: cluster 2024-09-11T08:57:44.430899+0000 mgr.y (mgr.14946) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:46 smithi130 bash[14727]: cluster 2024-09-11T08:57:44.430899+0000 mgr.y (mgr.14946) 132 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:48 smithi130 bash[14727]: cluster 2024-09-11T08:57:46.432392+0000 mgr.y (mgr.14946) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:48 smithi120 bash[14933]: cluster 2024-09-11T08:57:46.432392+0000 mgr.y (mgr.14946) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:48 smithi120 bash[18840]: cluster 2024-09-11T08:57:46.432392+0000 mgr.y (mgr.14946) 133 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:50 smithi130 bash[14727]: cluster 2024-09-11T08:57:48.433124+0000 mgr.y (mgr.14946) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:50.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:50 smithi120 bash[14933]: cluster 2024-09-11T08:57:48.433124+0000 mgr.y (mgr.14946) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:50 smithi120 bash[18840]: cluster 2024-09-11T08:57:48.433124+0000 mgr.y (mgr.14946) 134 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:52.465 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:52 smithi130 bash[14727]: cluster 2024-09-11T08:57:50.433823+0000 mgr.y (mgr.14946) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:52.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:52 smithi120 bash[14933]: cluster 2024-09-11T08:57:50.433823+0000 mgr.y (mgr.14946) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:52.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:52 smithi120 bash[18840]: cluster 2024-09-11T08:57:50.433823+0000 mgr.y (mgr.14946) 135 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:54 smithi130 bash[14727]: cluster 2024-09-11T08:57:52.435367+0000 mgr.y (mgr.14946) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:54 smithi120 bash[14933]: cluster 2024-09-11T08:57:52.435367+0000 mgr.y (mgr.14946) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:54.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:54 smithi120 bash[18840]: cluster 2024-09-11T08:57:52.435367+0000 mgr.y (mgr.14946) 136 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:56.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:56 smithi130 bash[14727]: cluster 2024-09-11T08:57:54.436083+0000 mgr.y (mgr.14946) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:56.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:56 smithi120 bash[14933]: cluster 2024-09-11T08:57:54.436083+0000 mgr.y (mgr.14946) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:56.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:56 smithi120 bash[18840]: cluster 2024-09-11T08:57:54.436083+0000 mgr.y (mgr.14946) 137 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:58.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:57:58 smithi130 bash[14727]: cluster 2024-09-11T08:57:56.437561+0000 mgr.y (mgr.14946) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:57:58 smithi120 bash[14933]: cluster 2024-09-11T08:57:56.437561+0000 mgr.y (mgr.14946) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:57:58.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:57:58 smithi120 bash[18840]: cluster 2024-09-11T08:57:56.437561+0000 mgr.y (mgr.14946) 138 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:00.532 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:00 smithi130 bash[14727]: cluster 2024-09-11T08:57:58.438285+0000 mgr.y (mgr.14946) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:00.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:00 smithi120 bash[14933]: cluster 2024-09-11T08:57:58.438285+0000 mgr.y (mgr.14946) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:00.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:00 smithi120 bash[18840]: cluster 2024-09-11T08:57:58.438285+0000 mgr.y (mgr.14946) 139 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:01.582 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[14727]: audit 2024-09-11T08:58:00.592406+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:58:01.582 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[14727]: audit 2024-09-11T08:58:00.593092+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.583 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[14727]: audit 2024-09-11T08:58:00.593619+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:58:01.583 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[14727]: audit 2024-09-11T08:58:00.594306+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[14933]: audit 2024-09-11T08:58:00.592406+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[14933]: audit 2024-09-11T08:58:00.593092+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[14933]: audit 2024-09-11T08:58:00.593619+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[14933]: audit 2024-09-11T08:58:00.594306+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[18840]: audit 2024-09-11T08:58:00.592406+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[18840]: audit 2024-09-11T08:58:00.593092+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[18840]: audit 2024-09-11T08:58:00.593619+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T08:58:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:01 smithi120 bash[18840]: audit 2024-09-11T08:58:00.594306+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 systemd[1]: Stopping Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped Stream Manager" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-11T08:58:01.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-11T08:58:01.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-11T08:58:01.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-11T08:58:01.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-11T08:58:01.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:01 smithi130 bash[23737]: t=2024-09-11T08:58:01+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-11T08:58:02.513 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:02 smithi130 bash[14727]: cluster 2024-09-11T08:58:00.438958+0000 mgr.y (mgr.14946) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:02.513 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 bash[36517]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:58:02.513 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-11T08:58:02.513 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 bash[36589]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-grafana.a 2024-09-11T08:58:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:02 smithi120 bash[14933]: cluster 2024-09-11T08:58:00.438958+0000 mgr.y (mgr.14946) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:02 smithi120 bash[18840]: cluster 2024-09-11T08:58:00.438958+0000 mgr.y (mgr.14946) 140 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T08:58:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 systemd[1]: Stopped Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:58:02.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:02 smithi130 systemd[1]: Started Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:58:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.789057+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.790551+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.797356+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:03.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.799602+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:58:03.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.804810+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:58:03.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:03 smithi130 bash[14727]: audit 2024-09-11T08:58:02.807126+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:03.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.789057+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:03.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.790551+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:03.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.789057+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:03.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.790551+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:03.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.797356+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:03.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.797356+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.799602+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:58:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.804810+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:58:03.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[14933]: audit 2024-09-11T08:58:02.807126+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:03.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.799602+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:58:03.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.804810+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 226072985, \"cpu_percentage\": \"2.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.021732Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 408000921, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:56:41.022113Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58374225, \"cpu_percentage\": \"2.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022374Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"2.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022619Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57032048, \"cpu_percentage\": \"2.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.022858Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59192115, \"cpu_percentage\": \"2.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.023096Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 33439088, \"cpu_percentage\": \"4.92%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023381Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 9150922, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:56:41.023626Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58028195, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:56:41.024212Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:58:03.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:03 smithi120 bash[18840]: audit 2024-09-11T08:58:02.807126+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:04.348 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[14727]: cluster 2024-09-11T08:58:02.440438+0000 mgr.y (mgr.14946) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.3467455Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-11T08:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.346950109Z 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:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.346987086Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-11T08:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347001243Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-11T08:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.34700881Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-11T08:58:04.616 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347016329Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347024419Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347035828Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347043391Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347050796Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347057886Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347064834Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.34707239Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=settings t=2024-09-11T08:58:04.347080044Z level=info msg="App mode production" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=sqlstore t=2024-09-11T08:58:04.347155536Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=sqlstore t=2024-09-11T08:58:04.347193901Z 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:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.348286844Z level=info msg="Starting DB migrations" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.348398793Z level=info msg="Executing migration" id="create migration_log table" 2024-09-11T08:58:04.617 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.378343394Z level=info msg="Executing migration" id="create user table" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.403531246Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.445463012Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.487595496Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.508285385Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.533754374Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-11T08:58:04.618 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.575793886Z level=info msg="Executing migration" id="create user table v2" 2024-09-11T08:58:04.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:04 smithi120 bash[14933]: cluster 2024-09-11T08:58:02.440438+0000 mgr.y (mgr.14946) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:04.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:04 smithi120 bash[18840]: cluster 2024-09-11T08:58:02.440438+0000 mgr.y (mgr.14946) 141 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.617661532Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.659683463Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.696505071Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.730295681Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.755663193Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.772606929Z level=info msg="Executing migration" id="Update user table charset" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.797838797Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-11T08:58:04.875 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.823040473Z level=info msg="Executing migration" id="Add missing user data" 2024-09-11T08:58:04.876 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.848192751Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-11T08:58:04.876 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.873593409Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-11T08:58:05.143 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.898860832Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-11T08:58:05.143 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.927600693Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-11T08:58:05.143 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.952868225Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-11T08:58:05.143 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:04 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:04.978221704Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-11T08:58:05.144 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.020219698Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-11T08:58:05.144 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.06213768Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-11T08:58:05.144 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.087441338Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-11T08:58:05.144 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.116381564Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-11T08:58:05.144 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.141716039Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.166979619Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.208973968Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.234375339Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.276235613Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.314844961Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-11T08:58:05.430 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.340095211Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-11T08:58:05.431 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.38671963Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-11T08:58:05.431 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.428714099Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-11T08:58:05.689 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.457718942Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.499960353Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.541819424Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.56709892Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.600770142Z level=info msg="Executing migration" id="create star table" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.626056168Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.663093622Z level=info msg="Executing migration" id="create org table v1" 2024-09-11T08:58:05.690 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.68830131Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-11T08:58:05.979 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.730295672Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.747270964Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.772795976Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.798091025Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.835145179Z level=info msg="Executing migration" id="Update org table charset" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.860265271Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.885672795Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.910978151Z level=info msg="Executing migration" id="create dashboard table" 2024-09-11T08:58:05.980 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.936236877Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.978236499Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:05 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:05.99507976Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.027728907Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.052912073Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.094786378Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.121967548Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.14724102Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-11T08:58:06.252 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.1724685Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-11T08:58:06.253 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.197800068Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-11T08:58:06.253 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.225168686Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-11T08:58:06.253 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.250522657Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-11T08:58:06.539 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[14727]: cluster 2024-09-11T08:58:04.441220+0000 mgr.y (mgr.14946) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:06.539 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.294756646Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-11T08:58:06.539 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.340163004Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-11T08:58:06.539 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.390683546Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-11T08:58:06.539 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.416129266Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-11T08:58:06.539 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.441414875Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-11T08:58:06.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.466676911Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-11T08:58:06.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.492056145Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-11T08:58:06.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.537496971Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-11T08:58:06.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:06 smithi120 bash[14933]: cluster 2024-09-11T08:58:04.441220+0000 mgr.y (mgr.14946) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:06.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:06 smithi120 bash[18840]: cluster 2024-09-11T08:58:04.441220+0000 mgr.y (mgr.14946) 142 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.562799193Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.604776305Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.646990064Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.6833145Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.725336175Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.767310618Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-11T08:58:06.794 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.792561287Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.817822401Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.843100429Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.885048783Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.927230222Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.952577606Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.981335492Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-11T08:58:07.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:06 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:06.998315874Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-11T08:58:07.051 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.023474352Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-11T08:58:07.051 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.048730431Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.07388012Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.107902331Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.149828831Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.187266092Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.212641815Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.237956384Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.279855841Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-11T08:58:07.307 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.305232876Z level=info msg="Executing migration" id="create data_source table" 2024-09-11T08:58:07.585 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.342995152Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.368514741Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.393753864Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.452413215Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.474970361Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.500228574Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.542162644Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-11T08:58:07.586 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.584150959Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.609353346Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.643038524Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.668181323Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.693517597Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.718768956Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.760664243Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.786091607Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-11T08:58:07.838 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.811349749Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-11T08:58:07.839 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.836563759Z level=info msg="Executing migration" id="Add uid column" 2024-09-11T08:58:08.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.861848918Z level=info msg="Executing migration" id="Update uid value" 2024-09-11T08:58:08.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.88718657Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-11T08:58:08.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.912374114Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.937717501Z level=info msg="Executing migration" id="create api_key table" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:07 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:07.979677077Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.004884488Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.027438923Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.052745148Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-11T08:58:08.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.07788712Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-11T08:58:08.398 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[14727]: cluster 2024-09-11T08:58:06.442711+0000 mgr.y (mgr.14946) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.136583807Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.161967931Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.187211033Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.212416718Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.237712946Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.279771693Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.305067645Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.346942741Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-11T08:58:08.399 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.372201505Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.397432347Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.422696593Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.464667111Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.506683386Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.548646154Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.574114376Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.603116289Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-11T08:58:08.672 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.645129993Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-11T08:58:08.673 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.67051108Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-11T08:58:08.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:08 smithi120 bash[14933]: cluster 2024-09-11T08:58:06.442711+0000 mgr.y (mgr.14946) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:08.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:08 smithi120 bash[18840]: cluster 2024-09-11T08:58:06.442711+0000 mgr.y (mgr.14946) 143 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.695670356Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.737771265Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.774970785Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.800453027Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.842489568Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.867655112Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.8929506Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-11T08:58:08.945 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.918256375Z level=info msg="Executing migration" id="create quota table v1" 2024-09-11T08:58:08.946 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.943482874Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:08 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:08.989076295Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.031139872Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.056427621Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.081745261Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.115179371Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.140386794Z level=info msg="Executing migration" id="create session table" 2024-09-11T08:58:09.205 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.178146323Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.203405912Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.245325764Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.287360564Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.312731661Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.334304687Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-11T08:58:09.475 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.359745082Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-11T08:58:09.476 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.384928427Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-11T08:58:09.476 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.431320171Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-11T08:58:09.476 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.473467169Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-11T08:58:09.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.513556484Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-11T08:58:09.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.538686995Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-11T08:58:09.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.580781858Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-11T08:58:09.725 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.606119056Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-11T08:58:09.726 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.631255308Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-11T08:58:09.726 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.656619222Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-11T08:58:09.726 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.698621637Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-11T08:58:09.975 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.723955719Z level=info msg="Executing migration" id="create alert table v1" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.765996512Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.808264993Z level=info msg="Executing migration" id="add index alert state" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.850083418Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.875213779Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.91743154Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.942958081Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-11T08:58:09.976 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:09 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:09.974118212Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.024340066Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.066396998Z 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:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.092104687Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.116852741Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.142163883Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.167344366Z level=info msg="Executing migration" id="Add column is_default" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.218035616Z level=info msg="Executing migration" id="Add column frequency" 2024-09-11T08:58:10.262 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.260117156Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.302324026Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.327639424Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.352851247Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.394835216Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.436795434Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.473922294Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.499163357Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-11T08:58:10.526 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.524525091Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: cluster 2024-09-11T08:58:08.443408+0000 mgr.y (mgr.14946) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: audit 2024-09-11T08:58:10.206698+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: audit 2024-09-11T08:58:10.208449+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: audit 2024-09-11T08:58:10.213569+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: audit 2024-09-11T08:58:10.216005+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:10.527 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[14727]: audit 2024-09-11T08:58:10.222466+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:10.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: cluster 2024-09-11T08:58:08.443408+0000 mgr.y (mgr.14946) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:10.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: audit 2024-09-11T08:58:10.206698+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:10.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: audit 2024-09-11T08:58:10.208449+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:10.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: cluster 2024-09-11T08:58:08.443408+0000 mgr.y (mgr.14946) 144 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:10.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: audit 2024-09-11T08:58:10.206698+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:10.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: audit 2024-09-11T08:58:10.208449+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:10.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: audit 2024-09-11T08:58:10.213569+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:10.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: audit 2024-09-11T08:58:10.213569+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: audit 2024-09-11T08:58:10.216005+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:10.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[18840]: audit 2024-09-11T08:58:10.222466+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: audit 2024-09-11T08:58:10.216005+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:10.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:10 smithi120 bash[14933]: audit 2024-09-11T08:58:10.222466+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:56:41.667511Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.549819456Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.575094301Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.600174013Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.625577363Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.671410304Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.696817371Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.721955332Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.747164441Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-11T08:58:10.791 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.789176192Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.830942245Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.878549289Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.899635836Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.924964683Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.950191039Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:10 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:10.975403799Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-11T08:58:11.044 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.000618882Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.042449392Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.067868228Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.09309811Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.135141757Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.160693051Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-11T08:58:11.304 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.18592112Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-11T08:58:11.305 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.228029695Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-11T08:58:11.305 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.253270608Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-11T08:58:11.305 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.302598139Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-11T08:58:11.305 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.603711+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:11.305 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.829096+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:11.306 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.830813+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:11.306 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.837949+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:11.306 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.840258+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:11.306 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.847336+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:11.306 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[14727]: audit 2024-09-11T08:58:10.849191+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.336111139Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.378202043Z 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:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.420203948Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.44546237Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.48736953Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.529424879Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-11T08:58:11.556 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.55474783Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-11T08:58:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.603711+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.829096+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.830813+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.603711+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:58:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.829096+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.830813+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.837949+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.837949+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:00.111277Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:00.111308Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.840258+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.847336+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[14933]: audit 2024-09-11T08:58:10.849191+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:11.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.840258+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.847336+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:57:00.111399Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:11.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:11 smithi120 bash[18840]: audit 2024-09-11T08:58:10.849191+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:11.807 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.579952496Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-11T08:58:11.807 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.605243108Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-11T08:58:11.807 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.630434121Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-11T08:58:11.807 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.655722575Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-11T08:58:11.808 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.696529613Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-11T08:58:11.808 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.738496664Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-11T08:58:11.808 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.780512924Z level=info msg="Executing migration" id="Move region to single row" 2024-09-11T08:58:11.808 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.805825759Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-11T08:58:12.059 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.831062439Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.856302157Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.881571309Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.906875087Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.948863244Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:11 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:11.974042491Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.007711072Z level=info msg="Executing migration" id="create test_data table" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.032975581Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-11T08:58:12.060 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.058221962Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[14727]: cluster 2024-09-11T08:58:10.444072+0000 mgr.y (mgr.14946) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.092972578Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.135005881Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.17708731Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.202289431Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.244231787Z level=info msg="Executing migration" id="create team table" 2024-09-11T08:58:12.313 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.269541818Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-11T08:58:12.314 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.311629477Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.33681764Z level=info msg="Executing migration" id="create team member table" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.362053376Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.412229815Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.437620044Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.47928396Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.504751095Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-11T08:58:12.582 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.555344878Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-11T08:58:12.583 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.580654705Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-11T08:58:12.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:12 smithi120 bash[14933]: cluster 2024-09-11T08:58:10.444072+0000 mgr.y (mgr.14946) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:12.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:12 smithi120 bash[18840]: cluster 2024-09-11T08:58:10.444072+0000 mgr.y (mgr.14946) 145 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:12.851 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.605904974Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-11T08:58:12.851 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.631152386Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-11T08:58:12.851 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.673117437Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-11T08:58:12.851 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.706804221Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-11T08:58:12.851 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.732129268Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-11T08:58:12.852 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.757347567Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-11T08:58:12.852 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.79925719Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-11T08:58:12.852 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.824451752Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-11T08:58:12.852 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.849743064Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-11T08:58:13.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.886263591Z level=info msg="Executing migration" id="create tag table" 2024-09-11T08:58:13.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.911546839Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-11T08:58:13.114 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.953584913Z level=info msg="Executing migration" id="create login attempt table" 2024-09-11T08:58:13.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:12 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:12.995484344Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-11T08:58:13.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.037459139Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-11T08:58:13.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.079422586Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-11T08:58:13.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.113151589Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-11T08:58:13.222 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:58:13.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[14727]: cluster 2024-09-11T08:58:12.445560+0000 mgr.y (mgr.14946) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:13.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[14727]: audit 2024-09-11T08:58:13.209730+0000 mgr.y (mgr.14946) 147 : audit [DBG] from='client.25120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.15508392Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.180263119Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.205424346Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.231047445Z level=info msg="Executing migration" id="create user auth table" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.272976319Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.315170332Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-11T08:58:13.366 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.356979913Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.399103941Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.441146537Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.48313823Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.525313848Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.550465357Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-11T08:58:13.661 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.575636981Z level=info msg="Executing migration" id="create server_lock table" 2024-09-11T08:58:13.662 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.609330847Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-11T08:58:13.662 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.634384338Z level=info msg="Executing migration" id="create user auth token table" 2024-09-11T08:58:13.662 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.659762764Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-11T08:58:13.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:13 smithi120 bash[18840]: cluster 2024-09-11T08:58:12.445560+0000 mgr.y (mgr.14946) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:13.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:13 smithi120 bash[18840]: audit 2024-09-11T08:58:13.209730+0000 mgr.y (mgr.14946) 147 : audit [DBG] from='client.25120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:13.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:13 smithi120 bash[14933]: cluster 2024-09-11T08:58:12.445560+0000 mgr.y (mgr.14946) 146 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:13.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:13 smithi120 bash[14933]: audit 2024-09-11T08:58:13.209730+0000 mgr.y (mgr.14946) 147 : audit [DBG] from='client.25120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.684961884Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.710376054Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.7522287Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.794113979Z level=info msg="Executing migration" id="create cache_data table" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.819449868Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.861406366Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.890171064Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-11T08:58:13.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.915328621Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (65s) 57s ago 26m 15.2M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (11s) 3s ago 26m 26.3M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (2m) 3s ago 31m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (12m) 57s ago 33m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (33m) 57s ago 33m 274M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (31m) 3s ago 31m 224M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:58:13.978 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (32m) 57s ago 32m 216M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (2m) 57s ago 27m 10.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (2m) 3s ago 27m 9.85M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (31m) 57s ago 31m 54.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (30m) 57s ago 30m 53.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (30m) 57s ago 30m 50.4M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (29m) 57s ago 29m 54.8M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (29m) 3s ago 29m 57.8M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (28m) 3s ago 28m 53.2M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (28m) 3s ago 28m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (27m) 3s ago 27m 56.3M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (100s) 3s ago 27m 38.3M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (25m) 57s ago 25m 54.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:58:13.979 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (25m) 3s ago 25m 55.5M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.94055582Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.96570528Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:13 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:13.999440893Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.024613495Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.049868234Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.075102969Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.116990814Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-11T08:58:14.169 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.142283935Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-11T08:58:14.170 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.167415542Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-11T08:58:14.411 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:58:14.412 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:58:14.413 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:58:14.413 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:58:14.413 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:58:14.413 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:58:14.413 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.192703563Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.217983621Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.259929552Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.301997756Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.343913411Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-11T08:58:14.446 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.369181749Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-11T08:58:14.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.394407962Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-11T08:58:14.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.444665085Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.486756987Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.537125572Z 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:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.562340031Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.60421141Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.629430186Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.671414966Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-11T08:58:14.698 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.696724956Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr" 2024-09-11T08:58:14.794 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T08:58:14.795 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T08:58:14.795 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading grafana daemons", 2024-09-11T08:58:14.795 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:58:14.795 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.755470204Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.788928668Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.814296338Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.864806992Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.906949819Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.934164899Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-11T08:58:14.961 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.95945916Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.600160+0000 mgr.y (mgr.14946) 148 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.957057+0000 mgr.y (mgr.14946) 149 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.962112+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.962726+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.963307+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.963827+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.964425+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.964946+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.969683+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.970125+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.970479+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.970820+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:13.971152+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:14.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[14727]: audit 2024-09-11T08:58:14.412851+0000 mon.a (mon.0) 1419 : audit [DBG] from='client.? 172.21.15.120:0/3040841203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.600160+0000 mgr.y (mgr.14946) 148 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.957057+0000 mgr.y (mgr.14946) 149 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.962112+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.962726+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.963307+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.963827+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.964425+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.964946+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.969683+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.970125+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.970479+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.970820+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:13.971152+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[14933]: audit 2024-09-11T08:58:14.412851+0000 mon.a (mon.0) 1419 : audit [DBG] from='client.? 172.21.15.120:0/3040841203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.600160+0000 mgr.y (mgr.14946) 148 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.957057+0000 mgr.y (mgr.14946) 149 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:15.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.962112+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.962726+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.963307+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.963827+0000 mon.a (mon.0) 1411 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.964425+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.964946+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.969683+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.970125+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.970479+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.970820+0000 mon.a (mon.0) 1417 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:13.971152+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:58:15.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:14 smithi120 bash[18840]: audit 2024-09-11T08:58:14.412851+0000 mon.a (mon.0) 1419 : audit [DBG] from='client.? 172.21.15.120:0/3040841203' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:15.221 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:14 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:14.984568757Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-11T08:58:15.221 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.026601359Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-11T08:58:15.221 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.051823628Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-11T08:58:15.221 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.077073086Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-11T08:58:15.222 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.102270938Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-11T08:58:15.222 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.127393783Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-11T08:58:15.222 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.152668693Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-11T08:58:15.222 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.194688586Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.219985414Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.24520178Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.287129423Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.329030421Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.354370471Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.396292845Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-11T08:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.421618292Z 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:58:15.507 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.463644738Z 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:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.505626904Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.547532459Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.572774364Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.598020559Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.648727335Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.699639927Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-11T08:58:15.769 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.76661823Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-11T08:58:16.078 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[14727]: cluster 2024-09-11T08:58:14.446212+0000 mgr.y (mgr.14946) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:16.078 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[14727]: audit 2024-09-11T08:58:14.795103+0000 mgr.y (mgr.14946) 151 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:16.078 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.896895308Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-11T08:58:16.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.942456429Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-11T08:58:16.079 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:15 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:15.991249843Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-11T08:58:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:15 smithi120 bash[14933]: cluster 2024-09-11T08:58:14.446212+0000 mgr.y (mgr.14946) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:15 smithi120 bash[14933]: audit 2024-09-11T08:58:14.795103+0000 mgr.y (mgr.14946) 151 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:15 smithi120 bash[18840]: cluster 2024-09-11T08:58:14.446212+0000 mgr.y (mgr.14946) 150 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:16.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:15 smithi120 bash[18840]: audit 2024-09-11T08:58:14.795103+0000 mgr.y (mgr.14946) 151 : audit [DBG] from='client.25144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:16.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:16 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:16.076766878Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-11T08:58:16.716 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:16 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:16.422617326Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-11T08:58:16.717 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:16 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:16.642085452Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-11T08:58:17.015 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:16 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:16.714867621Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-11T08:58:17.277 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.013835685Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-11T08:58:17.277 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.175190703Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-11T08:58:17.579 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.275999253Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-11T08:58:17.579 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.368049366Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-11T08:58:17.579 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.465812839Z level=info msg="Executing migration" id="create alert_image table" 2024-09-11T08:58:17.579 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.518863541Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-11T08:58:17.848 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.57767633Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-11T08:58:17.848 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.636246197Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-11T08:58:17.848 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.678689674Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-11T08:58:17.848 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.728646535Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-11T08:58:17.849 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.728909787Z 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:58:17.849 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.782648705Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-11T08:58:17.849 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.846734426Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-11T08:58:18.103 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[14727]: cluster 2024-09-11T08:58:16.447717+0000 mgr.y (mgr.14946) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:18.104 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.906255865Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-11T08:58:18.104 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.906829185Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-11T08:58:18.104 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:17 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:17.907414155Z level=info msg="alerts found to migrate" alerts=0 2024-09-11T08:58:18.104 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.000685917Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-11T08:58:18.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:17 smithi120 bash[14933]: cluster 2024-09-11T08:58:16.447717+0000 mgr.y (mgr.14946) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:17 smithi120 bash[18840]: cluster 2024-09-11T08:58:16.447717+0000 mgr.y (mgr.14946) 152 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:18.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.101248208Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-11T08:58:18.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.268458035Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-11T08:58:18.796 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.509598818Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-11T08:58:18.797 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.657191165Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-11T08:58:19.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.79517329Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-11T08:58:19.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.862299928Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-11T08:58:19.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.930294955Z level=info msg="Executing migration" id="create data_keys table" 2024-09-11T08:58:19.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:18 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:18.955549997Z level=info msg="Executing migration" id="create secrets table" 2024-09-11T08:58:19.050 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.006609385Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-11T08:58:19.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.048563844Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-11T08:58:19.689 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.424775664Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-11T08:58:19.689 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.617869753Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-11T08:58:20.012 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[14727]: cluster 2024-09-11T08:58:18.448356+0000 mgr.y (mgr.14946) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:20.013 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.687867212Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-11T08:58:20.013 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:19 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:19.922076609Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-11T08:58:20.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:19 smithi120 bash[18840]: cluster 2024-09-11T08:58:18.448356+0000 mgr.y (mgr.14946) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:19 smithi120 bash[14933]: cluster 2024-09-11T08:58:18.448356+0000 mgr.y (mgr.14946) 153 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:20.317 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.011262323Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-11T08:58:20.317 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.139746561Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-11T08:58:20.317 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.223857735Z level=info msg="Executing migration" id="create permission table" 2024-09-11T08:58:20.603 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.315998263Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-11T08:58:20.603 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.408350844Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-11T08:58:20.603 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.441977934Z level=info msg="Executing migration" id="create role table" 2024-09-11T08:58:20.603 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.509104683Z level=info msg="Executing migration" id="add column display_name" 2024-09-11T08:58:20.879 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.601286103Z level=info msg="Executing migration" id="add column group_name" 2024-09-11T08:58:20.879 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.643594622Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-11T08:58:20.879 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.66884376Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-11T08:58:20.880 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.710632679Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-11T08:58:21.202 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.878371599Z level=info msg="Executing migration" id="create team role table" 2024-09-11T08:58:21.202 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.9321853Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-11T08:58:21.202 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:20 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:20.98546059Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-11T08:58:21.202 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.099800785Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-11T08:58:21.596 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.200447531Z level=info msg="Executing migration" id="create user role table" 2024-09-11T08:58:21.597 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.344411295Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-11T08:58:21.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.595169608Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-11T08:58:22.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.896682669Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-11T08:58:22.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.961418834Z level=info msg="Executing migration" id="create builtin role table" 2024-09-11T08:58:22.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:21.995175138Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-11T08:58:22.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.063017242Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-11T08:58:22.116 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.104905118Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-11T08:58:22.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:21 smithi130 bash[14727]: cluster 2024-09-11T08:58:20.449072+0000 mgr.y (mgr.14946) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:22.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:21 smithi120 bash[18840]: cluster 2024-09-11T08:58:20.449072+0000 mgr.y (mgr.14946) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:21 smithi120 bash[14933]: cluster 2024-09-11T08:58:20.449072+0000 mgr.y (mgr.14946) 154 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:22.404 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.146975348Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-11T08:58:22.404 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.172317207Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.197233357Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.239270256Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.281188649Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.306362668Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.348506779Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.373782592Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-11T08:58:22.405 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.40246591Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.42768922Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.452955984Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.494899263Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.537021361Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.578917897Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.60418051Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.637856442Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-11T08:58:22.665 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.663150201Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[14727]: audit 2024-09-11T08:58:22.070298+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.705060394Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.730214859Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.755505555Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.780794122Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.80599905Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.831260576Z level=info msg="Executing migration" id="add correlation config column" 2024-09-11T08:58:22.917 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.873168189Z level=info msg="Executing migration" id="create entity_events table" 2024-09-11T08:58:23.177 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.91546885Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-11T08:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.940676292Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.941065605Z 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:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.982611098Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:22 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:22.982986528Z 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:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.024518346Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-11T08:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.049859532Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-11T08:58:23.178 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.074970628Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-11T08:58:23.179 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.125557917Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-11T08:58:23.179 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.150889539Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:58:23.179 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.176063686Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:58:23.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:22 smithi120 bash[18840]: audit 2024-09-11T08:58:22.070298+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:22 smithi120 bash[14933]: audit 2024-09-11T08:58:22.070298+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:58:23.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.20129596Z level=info msg="Executing migration" id="Drop public config table" 2024-09-11T08:58:23.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.226584023Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-11T08:58:23.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.251845403Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-11T08:58:23.447 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.277086067Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-11T08:58:23.448 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.302299084Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-11T08:58:23.448 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.353108366Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-11T08:58:23.448 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.386667606Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-11T08:58:23.448 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.411849424Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-11T08:58:23.448 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.445519495Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-11T08:58:23.720 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.470659727Z level=info msg="Executing migration" id="add share column" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.498378491Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.548840652Z level=info msg="Executing migration" id="create file table" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.590891555Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.615972759Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.641328783Z level=info msg="Executing migration" id="create file_meta table" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.666510068Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-11T08:58:23.721 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.691813915Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-11T08:58:23.722 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.71695155Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-11T08:58:23.988 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[14727]: cluster 2024-09-11T08:58:22.450511+0000 mgr.y (mgr.14946) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:23.988 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.750477124Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-11T08:58:23.988 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.775799989Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-11T08:58:23.988 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.801278298Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-11T08:58:23.989 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.84325388Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-11T08:58:23.989 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.885257477Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-11T08:58:23.989 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.910635262Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-11T08:58:23.989 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.935831649Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-11T08:58:23.989 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.96108911Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-11T08:58:24.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:23 smithi120 bash[18840]: cluster 2024-09-11T08:58:22.450511+0000 mgr.y (mgr.14946) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:24.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:23 smithi120 bash[14933]: cluster 2024-09-11T08:58:22.450511+0000 mgr.y (mgr.14946) 155 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:23 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:23.986329883Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.011586979Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.036863485Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.062097173Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.112266476Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.154286965Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.179616517Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-11T08:58:24.240 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.213121824Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-11T08:58:24.241 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.238327805Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-11T08:58:24.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.263646951Z level=info msg="Executing migration" id="create folder table" 2024-09-11T08:58:24.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.288915014Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-11T08:58:24.540 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.330710721Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-11T08:58:24.541 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.372747547Z level=info msg="Executing migration" id="Update folder title length" 2024-09-11T08:58:24.541 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.414664992Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-11T08:58:24.541 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=migrator t=2024-09-11T08:58:24.43986175Z level=info msg="migrations completed" performed=485 skipped=0 duration=20.091496371s 2024-09-11T08:58:24.541 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=sqlstore t=2024-09-11T08:58:24.441296629Z level=info msg="Created default organization" 2024-09-11T08:58:24.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=plugin.loader t=2024-09-11T08:58:24.539190536Z level=info msg="Plugin registered" pluginID=input 2024-09-11T08:58:24.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=plugin.loader t=2024-09-11T08:58:24.568198628Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-11T08:58:24.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=plugin.loader t=2024-09-11T08:58:24.568226124Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-11T08:58:24.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=secrets t=2024-09-11T08:58:24.568264713Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-11T08:58:24.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=query_data t=2024-09-11T08:58:24.570185165Z level=info msg="Query Service initialization" 2024-09-11T08:58:24.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:24 smithi130 bash[36671]: logger=live.push_http t=2024-09-11T08:58:24.574217463Z level=info msg="Live Push Gateway initialization" 2024-09-11T08:58:25.865 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=infra.usagestats.collector t=2024-09-11T08:58:25.519930769Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=provisioning.datasources t=2024-09-11T08:58:25.520413912Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=provisioning.datasources t=2024-09-11T08:58:25.554507856Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=provisioning.datasources t=2024-09-11T08:58:25.6182864Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=provisioning.alerting t=2024-09-11T08:58:25.670023998Z level=info msg="starting to provision alerting" 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=provisioning.alerting t=2024-09-11T08:58:25.670088094Z level=info msg="finished to provision alerting" 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=grafanaStorageLogger t=2024-09-11T08:58:25.670534756Z level=info msg="storage starting" 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=ngalert.state.manager t=2024-09-11T08:58:25.670766343Z level=info msg="Warming state cache for startup" 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=http.server t=2024-09-11T08:58:25.676333143Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=sqlstore.transactions t=2024-09-11T08:58:25.681747985Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T08:58:25.866 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=ngalert.state.manager t=2024-09-11T08:58:25.715226086Z level=info msg="State cache has been initialized" states=0 duration=44.456656ms 2024-09-11T08:58:25.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=ticker t=2024-09-11T08:58:25.715415023Z level=info msg=starting first_tick=2024-09-11T08:58:30Z 2024-09-11T08:58:25.867 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[36671]: logger=ngalert.multiorg.alertmanager t=2024-09-11T08:58:25.715384597Z level=info msg="starting MultiOrg Alertmanager" 2024-09-11T08:58:26.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:25 smithi120 bash[18840]: cluster 2024-09-11T08:58:24.451218+0000 mgr.y (mgr.14946) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:26.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:25 smithi120 bash[14933]: cluster 2024-09-11T08:58:24.451218+0000 mgr.y (mgr.14946) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:25 smithi130 bash[14727]: cluster 2024-09-11T08:58:24.451218+0000 mgr.y (mgr.14946) 156 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:28.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:27 smithi120 bash[18840]: cluster 2024-09-11T08:58:26.452721+0000 mgr.y (mgr.14946) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:28.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:27 smithi120 bash[14933]: cluster 2024-09-11T08:58:26.452721+0000 mgr.y (mgr.14946) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:28.191 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:27 smithi130 bash[14727]: cluster 2024-09-11T08:58:26.452721+0000 mgr.y (mgr.14946) 157 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:30.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:29 smithi130 bash[14727]: cluster 2024-09-11T08:58:28.453428+0000 mgr.y (mgr.14946) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:30.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:29 smithi120 bash[18840]: cluster 2024-09-11T08:58:28.453428+0000 mgr.y (mgr.14946) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:29 smithi120 bash[14933]: cluster 2024-09-11T08:58:28.453428+0000 mgr.y (mgr.14946) 158 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:32.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:31 smithi120 bash[14933]: cluster 2024-09-11T08:58:30.454090+0000 mgr.y (mgr.14946) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:32.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:31 smithi120 bash[18840]: cluster 2024-09-11T08:58:30.454090+0000 mgr.y (mgr.14946) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:31 smithi130 bash[14727]: cluster 2024-09-11T08:58:30.454090+0000 mgr.y (mgr.14946) 159 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.105795+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:33.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.107430+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.105795+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.107430+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.114344+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.114344+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.116737+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:33.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.116737+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.123501+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.126306+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.133768+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.192378+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.193239+0000 mgr.y (mgr.14946) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.195156+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.195912+0000 mgr.y (mgr.14946) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.196538+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.203512+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:58:33.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.217946+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.220460+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.123501+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.126306+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.133768+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.192378+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.193239+0000 mgr.y (mgr.14946) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.195156+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.195912+0000 mgr.y (mgr.14946) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.196538+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.203512+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:58:33.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.217946+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.220460+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.224353+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.227850+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.231810+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.234590+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.236904+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.239192+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.241544+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.244679+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.247536+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.249676+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.251742+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.253668+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.255500+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.256907+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.266970+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.269247+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.274934+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:58:33.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.224353+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.227850+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.231810+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.234590+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.236904+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.239192+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.241544+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.244679+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.247536+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.249676+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.251742+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.253668+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.255500+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.256907+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.266970+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.269247+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.274934+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.276234+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.282610+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.284061+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:58:33.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.293293+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.294565+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.295577+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.300387+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.301632+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.302790+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.308328+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.309560+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.310407+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.318400+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.319978+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.325908+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:58:33.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.327254+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.276234+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.282610+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.284061+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.293293+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.294565+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.295577+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.300387+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.301632+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.302790+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.308328+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.309560+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.310407+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.318400+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.319978+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.325908+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.327254+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.328441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.329613+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.330730+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.331813+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.332891+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.333948+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.340325+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.342099+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.347010+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.719358+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.725166+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.775478+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[14933]: audit 2024-09-11T08:58:32.782076+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.328441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.329613+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.330730+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.331813+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.332891+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.333948+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.340325+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.342099+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.347010+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.719358+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.725166+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.775478+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:32 smithi120 bash[18840]: audit 2024-09-11T08:58:32.782076+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.105795+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:58:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.107430+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.114344+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.116737+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.123501+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"7a981fa51246\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 234881024, \"cpu_percentage\": \"0.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202233Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:26:23.152210Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:42:09.511297Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:58:10.205115Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:36.176234Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.126306+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.133768+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.192378+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.193239+0000 mgr.y (mgr.14946) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.195156+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.195912+0000 mgr.y (mgr.14946) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi130.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T08:58:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.196538+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-11T08:58:33.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.203512+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi130.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-11T08:58:33.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.217946+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:58:33.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.220460+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:58:33.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.224353+0000 mon.a (mon.0) 1434 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.227850+0000 mon.a (mon.0) 1435 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.231810+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.234590+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.236904+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.239192+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.241544+0000 mon.a (mon.0) 1440 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.244679+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.247536+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.249676+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.251742+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.253668+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.255500+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.256907+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.266970+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]': finished 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.269247+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.274934+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.276234+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.282610+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.284061+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.293293+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.294565+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.295577+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.300387+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:58:33.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.301632+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.302790+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.308328+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.309560+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.310407+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.318400+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.319978+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.325908+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.327254+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.328441+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.329613+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.330730+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.331813+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.332891+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.333948+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.340325+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.342099+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.347010+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.719358+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.725166+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.775478+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:58:33.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:32 smithi130 bash[14727]: audit 2024-09-11T08:58:32.782076+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:58:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:33 smithi120 bash[14933]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:58:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:33 smithi120 bash[14933]: cluster 2024-09-11T08:58:32.455355+0000 mgr.y (mgr.14946) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:33 smithi120 bash[18840]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:58:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:33 smithi120 bash[18840]: cluster 2024-09-11T08:58:32.455355+0000 mgr.y (mgr.14946) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:33 smithi130 bash[14727]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:58:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:33 smithi130 bash[14727]: cluster 2024-09-11T08:58:32.455355+0000 mgr.y (mgr.14946) 164 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[14933]: cluster 2024-09-11T08:58:34.456009+0000 mgr.y (mgr.14946) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[14933]: audit 2024-09-11T08:58:35.687021+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[14933]: audit 2024-09-11T08:58:35.694011+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[18840]: cluster 2024-09-11T08:58:34.456009+0000 mgr.y (mgr.14946) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[18840]: audit 2024-09-11T08:58:35.687021+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:58:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:35 smithi120 bash[18840]: audit 2024-09-11T08:58:35.694011+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:58:36.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:35 smithi130 bash[14727]: cluster 2024-09-11T08:58:34.456009+0000 mgr.y (mgr.14946) 165 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:36.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:35 smithi130 bash[14727]: audit 2024-09-11T08:58:35.687021+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:58:36.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:35 smithi130 bash[14727]: audit 2024-09-11T08:58:35.694011+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:58:38.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:37 smithi120 bash[14933]: cluster 2024-09-11T08:58:36.457488+0000 mgr.y (mgr.14946) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:37 smithi120 bash[18840]: cluster 2024-09-11T08:58:36.457488+0000 mgr.y (mgr.14946) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:38.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:37 smithi130 bash[14727]: cluster 2024-09-11T08:58:36.457488+0000 mgr.y (mgr.14946) 166 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:40.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:39 smithi120 bash[14933]: cluster 2024-09-11T08:58:38.458265+0000 mgr.y (mgr.14946) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:40.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:39 smithi120 bash[18840]: cluster 2024-09-11T08:58:38.458265+0000 mgr.y (mgr.14946) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:40.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:39 smithi130 bash[14727]: cluster 2024-09-11T08:58:38.458265+0000 mgr.y (mgr.14946) 167 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:42.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:41 smithi130 bash[14727]: cluster 2024-09-11T08:58:40.458970+0000 mgr.y (mgr.14946) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:42.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:41 smithi120 bash[14933]: cluster 2024-09-11T08:58:40.458970+0000 mgr.y (mgr.14946) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:41 smithi120 bash[18840]: cluster 2024-09-11T08:58:40.458970+0000 mgr.y (mgr.14946) 168 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:44.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:43 smithi130 bash[14727]: cluster 2024-09-11T08:58:42.460392+0000 mgr.y (mgr.14946) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:44.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:43 smithi120 bash[14933]: cluster 2024-09-11T08:58:42.460392+0000 mgr.y (mgr.14946) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:43 smithi120 bash[18840]: cluster 2024-09-11T08:58:42.460392+0000 mgr.y (mgr.14946) 169 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:46.100 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-11T08:58:46.342 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:45 smithi120 bash[18840]: cluster 2024-09-11T08:58:44.461068+0000 mgr.y (mgr.14946) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:46.343 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:45 smithi120 bash[18840]: audit 2024-09-11T08:58:45.197972+0000 mgr.y (mgr.14946) 171 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:46.343 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:45 smithi120 bash[14933]: cluster 2024-09-11T08:58:44.461068+0000 mgr.y (mgr.14946) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:46.343 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:45 smithi120 bash[14933]: audit 2024-09-11T08:58:45.197972+0000 mgr.y (mgr.14946) 171 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:46.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:45 smithi130 bash[14727]: cluster 2024-09-11T08:58:44.461068+0000 mgr.y (mgr.14946) 170 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:46.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:45 smithi130 bash[14727]: audit 2024-09-11T08:58:45.197972+0000 mgr.y (mgr.14946) 171 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:58:48.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:47 smithi120 bash[14933]: cluster 2024-09-11T08:58:46.462614+0000 mgr.y (mgr.14946) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:48.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:47 smithi120 bash[18840]: cluster 2024-09-11T08:58:46.462614+0000 mgr.y (mgr.14946) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:48.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:47 smithi130 bash[14727]: cluster 2024-09-11T08:58:46.462614+0000 mgr.y (mgr.14946) 172 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:50.047 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:58:50.235 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:49 smithi120 bash[14933]: cluster 2024-09-11T08:58:48.463386+0000 mgr.y (mgr.14946) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:50.235 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:49 smithi120 bash[18840]: cluster 2024-09-11T08:58:48.463386+0000 mgr.y (mgr.14946) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:50.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:49 smithi130 bash[14727]: cluster 2024-09-11T08:58:48.463386+0000 mgr.y (mgr.14946) 173 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:50.826 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-11T08:58:51.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:50 smithi120 bash[18840]: audit 2024-09-11T08:58:50.035895+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.120:0/2306021300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:50 smithi120 bash[14933]: audit 2024-09-11T08:58:50.035895+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.120:0/2306021300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:51.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:50 smithi130 bash[14727]: audit 2024-09-11T08:58:50.035895+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.120:0/2306021300' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:52.295 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:51 smithi120 bash[14933]: cluster 2024-09-11T08:58:50.464020+0000 mgr.y (mgr.14946) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:52.296 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:51 smithi120 bash[18840]: cluster 2024-09-11T08:58:50.464020+0000 mgr.y (mgr.14946) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:52.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:51 smithi130 bash[14727]: cluster 2024-09-11T08:58:50.464020+0000 mgr.y (mgr.14946) 174 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:53 smithi130 bash[14727]: cluster 2024-09-11T08:58:52.465542+0000 mgr.y (mgr.14946) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:54.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:53 smithi120 bash[14933]: cluster 2024-09-11T08:58:52.465542+0000 mgr.y (mgr.14946) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:53 smithi120 bash[18840]: cluster 2024-09-11T08:58:52.465542+0000 mgr.y (mgr.14946) 175 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:54.605 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:58:55.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:54 smithi120 bash[14933]: audit 2024-09-11T08:58:54.592872+0000 mon.a (mon.0) 1482 : audit [DBG] from='client.? 172.21.15.120:0/2986327506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:54 smithi120 bash[18840]: audit 2024-09-11T08:58:54.592872+0000 mon.a (mon.0) 1482 : audit [DBG] from='client.? 172.21.15.120:0/2986327506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:55.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:54 smithi130 bash[14727]: audit 2024-09-11T08:58:54.592872+0000 mon.a (mon.0) 1482 : audit [DBG] from='client.? 172.21.15.120:0/2986327506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:58:55.486 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-11T08:58:56.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:55 smithi130 bash[14727]: cluster 2024-09-11T08:58:54.466256+0000 mgr.y (mgr.14946) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:56.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:55 smithi120 bash[18840]: cluster 2024-09-11T08:58:54.466256+0000 mgr.y (mgr.14946) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:55 smithi120 bash[14933]: cluster 2024-09-11T08:58:54.466256+0000 mgr.y (mgr.14946) 176 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:58.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:58:57 smithi120 bash[14933]: cluster 2024-09-11T08:58:56.467704+0000 mgr.y (mgr.14946) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:58:57 smithi120 bash[18840]: cluster 2024-09-11T08:58:56.467704+0000 mgr.y (mgr.14946) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:58.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:58:57 smithi130 bash[14727]: cluster 2024-09-11T08:58:56.467704+0000 mgr.y (mgr.14946) 177 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:58:59.355 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:59:00.118 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:59:00.333 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:00 smithi120 bash[14933]: cluster 2024-09-11T08:58:58.468408+0000 mgr.y (mgr.14946) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:00.333 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:00 smithi120 bash[14933]: audit 2024-09-11T08:58:59.342355+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.120:0/1333962235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:00.333 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:00 smithi120 bash[18840]: cluster 2024-09-11T08:58:58.468408+0000 mgr.y (mgr.14946) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:00.333 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:00 smithi120 bash[18840]: audit 2024-09-11T08:58:59.342355+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.120:0/1333962235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:00 smithi130 bash[14727]: cluster 2024-09-11T08:58:58.468408+0000 mgr.y (mgr.14946) 178 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:00 smithi130 bash[14727]: audit 2024-09-11T08:58:59.342355+0000 mon.a (mon.0) 1483 : audit [DBG] from='client.? 172.21.15.120:0/1333962235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:01 smithi130 bash[14727]: audit 2024-09-11T08:59:00.600746+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:59:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:01 smithi130 bash[14727]: audit 2024-09-11T08:59:00.601228+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:59:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:01 smithi130 bash[14727]: audit 2024-09-11T08:59:00.601650+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:59:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:01 smithi130 bash[14727]: audit 2024-09-11T08:59:00.602102+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:59:01.406 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[18840]: audit 2024-09-11T08:59:00.600746+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[18840]: audit 2024-09-11T08:59:00.601228+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[18840]: audit 2024-09-11T08:59:00.601650+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[18840]: audit 2024-09-11T08:59:00.602102+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[14933]: audit 2024-09-11T08:59:00.600746+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[14933]: audit 2024-09-11T08:59:00.601228+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[14933]: audit 2024-09-11T08:59:00.601650+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-11T08:59:01.407 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:01 smithi120 bash[14933]: audit 2024-09-11T08:59:00.602102+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T08:59:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:02 smithi120 bash[18840]: cluster 2024-09-11T08:59:00.469212+0000 mgr.y (mgr.14946) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:02.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:02 smithi120 bash[14933]: cluster 2024-09-11T08:59:00.469212+0000 mgr.y (mgr.14946) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:02.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:02 smithi130 bash[14727]: cluster 2024-09-11T08:59:00.469212+0000 mgr.y (mgr.14946) 179 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:04 smithi130 bash[14727]: cluster 2024-09-11T08:59:02.470720+0000 mgr.y (mgr.14946) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:04.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:04 smithi120 bash[18840]: cluster 2024-09-11T08:59:02.470720+0000 mgr.y (mgr.14946) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:04 smithi120 bash[14933]: cluster 2024-09-11T08:59:02.470720+0000 mgr.y (mgr.14946) 180 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:05.292 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:05 smithi120 bash[14933]: audit 2024-09-11T08:59:03.897951+0000 mgr.y (mgr.14946) 181 : audit [DBG] from='client.25174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:05.292 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:05 smithi120 bash[18840]: audit 2024-09-11T08:59:03.897951+0000 mgr.y (mgr.14946) 181 : audit [DBG] from='client.25174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:05.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:05 smithi130 bash[14727]: audit 2024-09-11T08:59:03.897951+0000 mgr.y (mgr.14946) 181 : audit [DBG] from='client.25174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:06.241 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:59:06.304 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:06 smithi120 bash[18840]: cluster 2024-09-11T08:59:04.471392+0000 mgr.y (mgr.14946) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:06.304 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:06 smithi120 bash[14933]: cluster 2024-09-11T08:59:04.471392+0000 mgr.y (mgr.14946) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:06 smithi130 bash[14727]: cluster 2024-09-11T08:59:04.471392+0000 mgr.y (mgr.14946) 182 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:07.029 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:59:08.349 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:08 smithi120 bash[14933]: cluster 2024-09-11T08:59:06.472922+0000 mgr.y (mgr.14946) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:08.349 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:08 smithi120 bash[18840]: cluster 2024-09-11T08:59:06.472922+0000 mgr.y (mgr.14946) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:08.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:08 smithi130 bash[14727]: cluster 2024-09-11T08:59:06.472922+0000 mgr.y (mgr.14946) 183 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:10.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:10 smithi130 bash[14727]: cluster 2024-09-11T08:59:08.473642+0000 mgr.y (mgr.14946) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:10.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:10 smithi120 bash[14933]: cluster 2024-09-11T08:59:08.473642+0000 mgr.y (mgr.14946) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:10 smithi120 bash[18840]: cluster 2024-09-11T08:59:08.473642+0000 mgr.y (mgr.14946) 184 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:11.326 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.596976+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.326 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.597747+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.326 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.598329+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.326 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.598996+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.599676+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.600285+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.605209+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.606013+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.606758+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.607404+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[18840]: audit 2024-09-11T08:59:10.607976+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.596976+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.597747+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.598329+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.327 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.598996+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.599676+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.600285+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.605209+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.606013+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.606758+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.607404+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.328 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:11 smithi120 bash[14933]: audit 2024-09-11T08:59:10.607976+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.596976+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.597747+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.598329+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.598996+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.599676+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.600285+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.605209+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.606013+0000 mon.a (mon.0) 1495 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.606758+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.607404+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:11.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:11 smithi130 bash[14727]: audit 2024-09-11T08:59:10.607976+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:12.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:12 smithi130 bash[14727]: cluster 2024-09-11T08:59:10.474314+0000 mgr.y (mgr.14946) 185 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:12 smithi130 bash[14727]: audit 2024-09-11T08:59:10.591688+0000 mgr.y (mgr.14946) 186 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:12 smithi130 bash[14727]: audit 2024-09-11T08:59:11.020076+0000 mgr.y (mgr.14946) 187 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:12.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[14933]: cluster 2024-09-11T08:59:10.474314+0000 mgr.y (mgr.14946) 185 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:12.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[14933]: audit 2024-09-11T08:59:10.591688+0000 mgr.y (mgr.14946) 186 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:12.405 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[14933]: audit 2024-09-11T08:59:11.020076+0000 mgr.y (mgr.14946) 187 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:12.406 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[18840]: cluster 2024-09-11T08:59:10.474314+0000 mgr.y (mgr.14946) 185 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:12.406 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[18840]: audit 2024-09-11T08:59:10.591688+0000 mgr.y (mgr.14946) 186 : audit [DBG] from='client.25180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:12.406 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:12 smithi120 bash[18840]: audit 2024-09-11T08:59:11.020076+0000 mgr.y (mgr.14946) 187 : audit [DBG] from='client.25186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:13.407 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:14.271 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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:59:14.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:14 smithi130 bash[14727]: cluster 2024-09-11T08:59:12.475736+0000 mgr.y (mgr.14946) 188 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:14.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:14 smithi130 bash[14727]: audit 2024-09-11T08:59:13.401320+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:14.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:14 smithi130 bash[14727]: audit 2024-09-11T08:59:13.408143+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:14.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:14 smithi130 bash[14727]: audit 2024-09-11T08:59:13.794081+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:14.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:14 smithi130 bash[14727]: audit 2024-09-11T08:59:13.801304+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[14933]: cluster 2024-09-11T08:59:12.475736+0000 mgr.y (mgr.14946) 188 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[14933]: audit 2024-09-11T08:59:13.401320+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[14933]: audit 2024-09-11T08:59:13.408143+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[14933]: audit 2024-09-11T08:59:13.794081+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[14933]: audit 2024-09-11T08:59:13.801304+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[18840]: cluster 2024-09-11T08:59:12.475736+0000 mgr.y (mgr.14946) 188 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:14.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[18840]: audit 2024-09-11T08:59:13.401320+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:14.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[18840]: audit 2024-09-11T08:59:13.408143+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:14.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[18840]: audit 2024-09-11T08:59:13.794081+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:14.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:14 smithi120 bash[18840]: audit 2024-09-11T08:59:13.801304+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:15 smithi120 bash[14933]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:15 smithi120 bash[14933]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:15 smithi120 bash[18840]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:15 smithi120 bash[18840]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:15.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:15 smithi130 bash[14727]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:15.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:15 smithi130 bash[14727]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T08:59:16.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:16 smithi130 bash[14727]: cluster 2024-09-11T08:59:14.476544+0000 mgr.y (mgr.14946) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:16.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:16 smithi120 bash[14933]: cluster 2024-09-11T08:59:14.476544+0000 mgr.y (mgr.14946) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:16.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:16 smithi120 bash[18840]: cluster 2024-09-11T08:59:14.476544+0000 mgr.y (mgr.14946) 191 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: cluster 2024-09-11T08:59:16.477784+0000 mgr.y (mgr.14946) 192 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.619029+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.625426+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.628395+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.630138+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.639722+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:59:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.643120+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.645188+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:59:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.652481+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:59:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.654322+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:59:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:18 smithi130 bash[14727]: audit 2024-09-11T08:59:17.655611+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: cluster 2024-09-11T08:59:16.477784+0000 mgr.y (mgr.14946) 192 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.619029+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.625426+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.628395+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.630138+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:59:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.639722+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.643120+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.645188+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.652481+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.654322+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[14933]: audit 2024-09-11T08:59:17.655611+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: cluster 2024-09-11T08:59:16.477784+0000 mgr.y (mgr.14946) 192 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.619029+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.625426+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"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\": [\"smithi130\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T08:59:18.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.628395+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.630138+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.639722+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.643120+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.645188+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.652481+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.654322+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:59:18.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:18 smithi120 bash[18840]: audit 2024-09-11T08:59:17.655611+0000 mon.a (mon.0) 1512 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-11T08:59:19.094 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[14933]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:59:19.094 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[14933]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : 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:59:19.094 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[14933]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:59:19.094 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[14933]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:59:19.162 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T08:59:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:19 smithi130 bash[14727]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:59:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:19 smithi130 bash[14727]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : 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:59:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:19 smithi130 bash[14727]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:59:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:19 smithi130 bash[14727]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:59:19.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[18840]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T08:59:19.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[18840]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : 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:59:19.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[18840]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:59:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:19 smithi120 bash[18840]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T08:59:19.930 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (2m) 2m ago 27m 15.2M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (77s) 69s ago 27m 26.3M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (3m) 69s ago 32m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (13m) 2m ago 34m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (34m) 2m ago 34m 274M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (32m) 69s ago 32m 224M 2048M 15.2.0 204a01f9b0b6 7a981fa51246 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (33m) 2m ago 33m 216M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (3m) 2m ago 28m 10.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (3m) 69s ago 28m 9.85M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (32m) 2m ago 32m 54.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:59:19.931 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (31m) 2m ago 31m 53.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (31m) 2m ago 31m 50.4M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (30m) 2m ago 30m 54.8M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (30m) 69s ago 30m 57.8M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (29m) 69s ago 29m 53.2M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (29m) 69s ago 29m 54.3M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (28m) 69s ago 29m 56.3M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (2m) 69s ago 28m 38.3M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (26m) 2m ago 26m 54.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:59:19.932 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (26m) 69s ago 26m 55.5M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: cluster 2024-09-11T08:59:18.478435+0000 mgr.y (mgr.14946) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.144723+0000 mgr.y (mgr.14946) 198 : audit [DBG] from='client.25192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.915450+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.916275+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.916995+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.917717+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.918455+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.919216+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.921541+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.922061+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.922578+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.923009+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.923473+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.963741+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.972372+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.973778+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.974906+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.975864+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:59:20.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:20 smithi130 bash[14727]: audit 2024-09-11T08:59:19.977227+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:59:20.394 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:59:20.394 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T08:59:20.394 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-11T08:59:20.394 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:59:20.394 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:59:20.395 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T08:59:20.396 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: cluster 2024-09-11T08:59:18.478435+0000 mgr.y (mgr.14946) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.144723+0000 mgr.y (mgr.14946) 198 : audit [DBG] from='client.25192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.915450+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.916275+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.916995+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.917717+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.918455+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.919216+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.921541+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.922061+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.922578+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.923009+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.923473+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.963741+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.972372+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.973778+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.974906+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.975864+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[14933]: audit 2024-09-11T08:59:19.977227+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:59:20.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: cluster 2024-09-11T08:59:18.478435+0000 mgr.y (mgr.14946) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.144723+0000 mgr.y (mgr.14946) 198 : audit [DBG] from='client.25192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.915450+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.916275+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.916995+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.917717+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.918455+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.919216+0000 mon.a (mon.0) 1518 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.921541+0000 mon.a (mon.0) 1519 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.922061+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.922578+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.923009+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.923473+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:20.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.963741+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.972372+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:20.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.973778+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:59:20.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.974906+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:59:20.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.975864+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:59:20.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:20 smithi120 bash[18840]: audit 2024-09-11T08:59:19.977227+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi130", 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "0/1 daemons upgraded", 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T08:59:20.794 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T08:59:21.362 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:21 smithi130 bash[14727]: audit 2024-09-11T08:59:19.538626+0000 mgr.y (mgr.14946) 199 : audit [DBG] from='client.25198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.363 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:21 smithi130 bash[14727]: audit 2024-09-11T08:59:19.912253+0000 mgr.y (mgr.14946) 200 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.363 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:21 smithi130 bash[14727]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:59:21.363 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:21 smithi130 bash[14727]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T08:59:21.363 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:21 smithi130 bash[14727]: audit 2024-09-11T08:59:20.395506+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.120:0/425618918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[14933]: audit 2024-09-11T08:59:19.538626+0000 mgr.y (mgr.14946) 199 : audit [DBG] from='client.25198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[14933]: audit 2024-09-11T08:59:19.912253+0000 mgr.y (mgr.14946) 200 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[14933]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[14933]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[14933]: audit 2024-09-11T08:59:20.395506+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.120:0/425618918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[18840]: audit 2024-09-11T08:59:19.538626+0000 mgr.y (mgr.14946) 199 : audit [DBG] from='client.25198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[18840]: audit 2024-09-11T08:59:19.912253+0000 mgr.y (mgr.14946) 200 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[18840]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T08:59:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[18840]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T08:59:21.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:21 smithi120 bash[18840]: audit 2024-09-11T08:59:20.395506+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.120:0/425618918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:22.356 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:22 smithi130 bash[14727]: cluster 2024-09-11T08:59:20.479209+0000 mgr.y (mgr.14946) 203 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:22.356 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:22 smithi130 bash[14727]: audit 2024-09-11T08:59:20.794928+0000 mgr.y (mgr.14946) 204 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:22.356 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:22 smithi130 systemd[1]: Stopping Ceph mon.b for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T08:59:22.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:22 smithi120 bash[14933]: cluster 2024-09-11T08:59:20.479209+0000 mgr.y (mgr.14946) 203 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:22.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:22 smithi120 bash[14933]: audit 2024-09-11T08:59:20.794928+0000 mgr.y (mgr.14946) 204 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:22.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:22 smithi120 bash[18840]: cluster 2024-09-11T08:59:20.479209+0000 mgr.y (mgr.14946) 203 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:22.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:22 smithi120 bash[18840]: audit 2024-09-11T08:59:20.794928+0000 mgr.y (mgr.14946) 204 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:22 smithi130 bash[14727]: debug 2024-09-11T08:59:22.349+0000 7f37d41f0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T08:59:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:22 smithi130 bash[14727]: debug 2024-09-11T08:59:22.349+0000 7f37d41f0700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:59:23.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:23 smithi130 bash[37956]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.b 2024-09-11T08:59:23.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:23 smithi130 bash[38032]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.b 2024-09-11T08:59:23.271 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:23 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.b.service: Succeeded. 2024-09-11T08:59:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:23 smithi130 systemd[1]: Stopped Ceph mon.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:59:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:23 smithi130 systemd[1]: Started Ceph mon.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T08:59:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.733+0000 7f0389d19900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:59:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.733+0000 7f0389d19900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T08:59:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.733+0000 7f0389d19900 0 pidfile_write: ignore empty --pid-file 2024-09-11T08:59:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 0 load: jerasure load: lrc 2024-09-11T08:59:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: DB SUMMARY 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: DB Session ID: 7Q4SZ6EJGLUMLH68FS58 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 3471 Bytes 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000079.sst 000080.sst 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000077.log size: 1077341 ; 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T08:59:25.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.env: 0x5625df083440 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.fs: Posix File System 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.info_log: 0x5625e11beee0 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.statistics: (nil) 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.use_fsync: 0 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:59:25.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:59:25.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:59:25.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.db_log_dir: 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:59:25.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.write_buffer_manager: 0x5625e127c780 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:59:25.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.unordered_write: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.row_cache: None 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.wal_filter: None 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T08:59:25.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:59:25.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_open_files: -1 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:59:25.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Compression algorithms supported: 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kZSTD supported: 0 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-11T08:59:25.125 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.merge_operator: 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_filter: None 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5625e1167a38) 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: cache_index_and_filter_blocks: 1 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: pin_top_level_index_and_filter: 1 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: index_type: 0 2024-09-11T08:59:25.126 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: data_block_index_type: 0 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: index_shortening: 1 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: hash_index_allow_collision: 1 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: checksum: 1 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: no_block_cache: 0 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_cache: 0x5625e119b350 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_cache_name: BinnedLRUCache 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_cache_options: 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: capacity : 536870912 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: num_shard_bits : 4 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: strict_capacity_limit : 0 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: high_pri_pool_ratio: 0.000 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_cache_compressed: (nil) 2024-09-11T08:59:25.127 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: persistent_cache: (nil) 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_size: 4096 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_size_deviation: 10 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_restart_interval: 16 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: index_block_restart_interval: 1 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: metadata_block_size: 4096 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: partition_filters: 0 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: use_delta_encoding: 1 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: whole_key_filtering: 1 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: verify_compression: 0 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: read_amp_bytes_per_bit: 0 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: format_version: 4 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: enable_index_compression: 1 2024-09-11T08:59:25.128 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: block_align: 0 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression: NoCompression 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.num_levels: 7 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:59:25.129 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:59:25.130 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:59:25.131 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:59:25.132 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:59:25.133 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T08:59:25.134 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.ttl: 2592000 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:59:25.135 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 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 82, last_sequence is 29891, log_number is 77,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 77 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.737+0000 7f0389d19900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 82 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.741+0000 7f0389d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045164744471, "job": 1, "event": "recovery_started", "wal_files": [77]} 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.741+0000 7f0389d19900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #77 mode 2 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.741+0000 7f0389d19900 3 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:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.745+0000 7f0389d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045164750542, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 83, "file_size": 717356, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 715587, "index_size": 616, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1613, "raw_average_key_size": 25, "raw_value_size": 713821, "raw_average_value_size": 11330, "num_data_blocks": 27, "num_entries": 63, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1726045164, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "95cff020-e5a3-4655-abe9-4cd9049bc327", "db_session_id": "7Q4SZ6EJGLUMLH68FS58"}} 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.745+0000 7f0389d19900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 84 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.745+0000 7f0389d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045164751459, "job": 1, "event": "recovery_finished"} 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f0389d19900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000077.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f0389d19900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5625e11d0700 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f0389d19900 4 rocksdb: DB pointer 0x5625e119e000 2024-09-11T08:59:25.136 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f037fae5640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f037fae5640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** DB Stats ** 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** Compaction Stats [default] ** 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: L0 1/0 700.54 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.137 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: L6 2/0 113.84 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:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Sum 3/0 114.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** Compaction Stats [default] ** 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Flush(GB): cumulative 0.001, interval 0.001 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:59:25.138 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Cumulative compaction: 0.00 GB write, 60.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Interval compaction: 0.00 GB write, 60.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** Compaction Stats [default] ** 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: L0 1/0 700.54 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: L6 2/0 113.84 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:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Sum 3/0 114.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** Compaction Stats [default] ** 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 210.5 0.00 0.00 1 0.003 0 0 2024-09-11T08:59:25.139 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Flush(GB): cumulative 0.001, interval 0.000 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: Cumulative compaction: 0.00 GB write, 59.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f0389d19900 0 starting mon.b rank 2 at public addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] at bind addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.749+0000 7f0389d19900 1 mon.b@-1(???) e3 preinit fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).mds e1 new map 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).mds e1 print_map 2024-09-11T08:59:25.140 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: e1 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 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:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: legacy client fscid: -1 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: No filesystems configured 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 0 mon.b@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T08:59:25.141 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 08:59:24 smithi130 bash[38112]: debug 2024-09-11T08:59:24.753+0000 7f0389d19900 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2024-09-11T08:59:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: audit 2024-09-11T08:59:23.551573+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: audit 2024-09-11T08:59:23.553223+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.481309+0000 mgr.y (mgr.14946) 206 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.973919+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.978097+0000 mon.c (mon.1) 49 : cluster [INF] mon.c calling monitor election 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:23.551573+0000 mon.a (mon.0) 1530 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:23.553223+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.481309+0000 mgr.y (mgr.14946) 206 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.973919+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-11T08:59:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.978097+0000 mon.c (mon.1) 49 : cluster [INF] mon.c calling monitor election 2024-09-11T08:59:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:25 smithi120 bash[14933]: audit 2024-09-11T08:59:24.978223+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:24.978223+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:24.978804+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.978939+0000 mon.a (mon.0) 1534 : cluster [INF] mon.a calling monitor election 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.982449+0000 mon.a (mon.0) 1535 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.991712+0000 mon.a (mon.0) 1536 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.991875+0000 mon.a (mon.0) 1537 : cluster [DBG] fsmap 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.991967+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.993157+0000 mon.a (mon.0) 1539 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:24.978804+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.978939+0000 mon.a (mon.0) 1534 : cluster [INF] mon.a calling monitor election 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.982449+0000 mon.a (mon.0) 1535 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.991712+0000 mon.a (mon.0) 1536 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} 2024-09-11T08:59:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.991875+0000 mon.a (mon.0) 1537 : cluster [DBG] fsmap 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.991967+0000 mon.a (mon.0) 1538 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.993157+0000 mon.a (mon.0) 1539 : cluster [DBG] mgrmap e38: y(active, since 4m), standbys: x 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:24.994494+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: cluster 2024-09-11T08:59:24.999302+0000 mon.a (mon.0) 1541 : cluster [INF] overall HEALTH_OK 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:24.994494+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: cluster 2024-09-11T08:59:24.999302+0000 mon.a (mon.0) 1541 : cluster [INF] overall HEALTH_OK 2024-09-11T08:59:26.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:25.002797+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:26.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:25.002797+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:26.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:25.004219+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:59:26.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:25.004219+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-11T08:59:26.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:25.008401+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:59:26.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[14933]: audit 2024-09-11T08:59:25.012772+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:59:26.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:25.008401+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"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\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 409468928, \"cpu_percentage\": \"0.05%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:58:10.202619Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60628664, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.202874Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203112Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56958648, \"cpu_percentage\": \"0.32%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203382Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59076771, \"cpu_percentage\": \"0.33%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.203614Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 40254832, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.203876Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 10330570, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204161Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 27640463, \"cpu_percentage\": \"8.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-11T08:58:10.204436Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58206453, \"cpu_percentage\": \"0.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:58:10.204694Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-11T08:59:26.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:26 smithi120 bash[18840]: audit 2024-09-11T08:59:25.012772+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:59:28.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:28 smithi120 bash[14933]: cluster 2024-09-11T08:59:26.482765+0000 mgr.y (mgr.14946) 207 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:28 smithi120 bash[18840]: cluster 2024-09-11T08:59:26.482765+0000 mgr.y (mgr.14946) 207 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:30 smithi120 bash[14933]: cluster 2024-09-11T08:59:28.483518+0000 mgr.y (mgr.14946) 208 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:30 smithi120 bash[18840]: cluster 2024-09-11T08:59:28.483518+0000 mgr.y (mgr.14946) 208 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:30.182 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 08:59:29 smithi120 bash[40897]: debug 2024-09-11T08:59:29.767+0000 7f43f8114640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-11T08:59:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: cluster 2024-09-11T08:59:30.484195+0000 mgr.y (mgr.14946) 209 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.359085+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.360339+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:32.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: cluster 2024-09-11T08:59:30.484195+0000 mgr.y (mgr.14946) 209 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.359085+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.360339+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:32.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.367389+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:32.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.367389+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:32.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.369115+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:32.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.369115+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.377685+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.767590+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.989891+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.377685+0000 mon.a (mon.0) 1550 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:58:10.827508Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.767590+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T08:59:32.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.989891+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:32.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.991574+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:32.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.991574+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:32.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:31.999093+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:32.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:31.999093+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:58:32.103755Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:58:32.103786Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5XK59\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:32.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:32.000728+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:32.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:32.000728+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:32.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:32.008163+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:32.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[14933]: audit 2024-09-11T08:59:32.009892+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:59:32.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:32.008163+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:58:32.103879Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:41:56.108560Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:32.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:32 smithi120 bash[18840]: audit 2024-09-11T08:59:32.009892+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T08:59:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:34 smithi120 bash[14933]: cluster 2024-09-11T08:59:32.485438+0000 mgr.y (mgr.14946) 210 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:34.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:34 smithi120 bash[18840]: cluster 2024-09-11T08:59:32.485438+0000 mgr.y (mgr.14946) 210 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:36.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:36 smithi120 bash[14933]: cluster 2024-09-11T08:59:34.486193+0000 mgr.y (mgr.14946) 211 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:36.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:36 smithi120 bash[18840]: cluster 2024-09-11T08:59:34.486193+0000 mgr.y (mgr.14946) 211 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:38.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:38 smithi120 bash[14933]: cluster 2024-09-11T08:59:36.487758+0000 mgr.y (mgr.14946) 212 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:38.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:38 smithi120 bash[18840]: cluster 2024-09-11T08:59:36.487758+0000 mgr.y (mgr.14946) 212 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:40 smithi120 bash[14933]: cluster 2024-09-11T08:59:38.488548+0000 mgr.y (mgr.14946) 213 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:40 smithi120 bash[18840]: cluster 2024-09-11T08:59:38.488548+0000 mgr.y (mgr.14946) 213 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:42.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:42 smithi120 bash[14933]: cluster 2024-09-11T08:59:40.489013+0000 mgr.y (mgr.14946) 214 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:42 smithi120 bash[18840]: cluster 2024-09-11T08:59:40.489013+0000 mgr.y (mgr.14946) 214 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.052187+0000 mgr.y (mgr.14946) 215 : cephadm [INF] Detected new or changed devices on smithi130 2024-09-11T08:59:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.054393+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.060343+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:43.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.052187+0000 mgr.y (mgr.14946) 215 : cephadm [INF] Detected new or changed devices on smithi130 2024-09-11T08:59:43.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.054393+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T08:59:43.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.060343+0000 mon.a (mon.0) 1559 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T08:59:43.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.066563+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:43.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.066563+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.068621+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.068621+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.075067+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.077875+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.082607+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:43.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.135879+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.137768+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.140490+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.143524+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.144563+0000 mgr.y (mgr.14946) 216 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.144951+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.153393+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.157043+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.158221+0000 mgr.y (mgr.14946) 217 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.158628+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.168302+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.170964+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.438 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.172177+0000 mgr.y (mgr.14946) 218 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.075067+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 21590179, \"cpu_percentage\": \"1.38%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.356793Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.28%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T08:59:31.357001Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61048094, \"cpu_percentage\": \"1.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357127Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56056872, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357245Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57252249, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357359Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59475230, \"cpu_percentage\": \"1.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357471Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 42886758, \"cpu_percentage\": \"0.54%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357585Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11513364, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357698Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 85689630, \"cpu_percentage\": \"0.06%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T08:59:31.357811Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58583941, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T08:59:31.357923Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T08:59:31.358140Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_network_update\": \"2024-09-11T08:59:31.988322Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.077875+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.082607+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.135879+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.137768+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.140490+0000 mon.a (mon.0) 1567 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.143524+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.144563+0000 mgr.y (mgr.14946) 216 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T08:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.144951+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.153393+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.157043+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.158221+0000 mgr.y (mgr.14946) 217 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.158628+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]: dispatch 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.168302+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mds"}]': finished 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.170964+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.172177+0000 mgr.y (mgr.14946) 218 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.172627+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.179717+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.181436+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.440 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.182449+0000 mgr.y (mgr.14946) 219 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.182778+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.189943+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.191380+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.199339+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.200988+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.202025+0000 mgr.y (mgr.14946) 220 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.202383+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.209050+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.210982+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.212031+0000 mgr.y (mgr.14946) 221 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:59:43.441 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.212432+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.172627+0000 mon.a (mon.0) 1575 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.179717+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.181436+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.182449+0000 mgr.y (mgr.14946) 219 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.182778+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.189943+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]': finished 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.191380+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.199339+0000 mon.a (mon.0) 1581 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.200988+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.202025+0000 mgr.y (mgr.14946) 220 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T08:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.202383+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.209050+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.210982+0000 mon.a (mon.0) 1585 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.212031+0000 mgr.y (mgr.14946) 221 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.212432+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.220686+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.223949+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.225374+0000 mgr.y (mgr.14946) 222 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.225928+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.227401+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.229470+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.443 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.230789+0000 mgr.y (mgr.14946) 223 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.231317+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.232904+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.235119+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.236411+0000 mgr.y (mgr.14946) 224 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.236831+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.238097+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.240122+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.241279+0000 mgr.y (mgr.14946) 225 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.241729+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.243035+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.220686+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.223949+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.225374+0000 mgr.y (mgr.14946) 222 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.225928+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.227401+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.229470+0000 mon.a (mon.0) 1591 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.230789+0000 mgr.y (mgr.14946) 223 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.231317+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.232904+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.235119+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.236411+0000 mgr.y (mgr.14946) 224 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.236831+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.238097+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.240122+0000 mon.a (mon.0) 1597 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.241279+0000 mgr.y (mgr.14946) 225 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.241729+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.243035+0000 mon.a (mon.0) 1599 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.244921+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.246070+0000 mgr.y (mgr.14946) 226 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.246555+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.248123+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.250184+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.251422+0000 mgr.y (mgr.14946) 227 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:59:43.446 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.251931+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.253489+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.254627+0000 mgr.y (mgr.14946) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.255024+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.256328+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.263607+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.265245+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.271062+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.272547+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.280125+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.281546+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:59:43.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.244921+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.246070+0000 mgr.y (mgr.14946) 226 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.246555+0000 mon.a (mon.0) 1601 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.248123+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.250184+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.251422+0000 mgr.y (mgr.14946) 227 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.251931+0000 mon.a (mon.0) 1604 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.253489+0000 mon.a (mon.0) 1605 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.254627+0000 mgr.y (mgr.14946) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.255024+0000 mon.a (mon.0) 1606 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "global"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.256328+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.263607+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T08:59:43.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.265245+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.271062+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.272547+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.280125+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.281546+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.282741+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.288853+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.290171+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:59:43.449 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.291471+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.298087+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.299437+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.300449+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.308425+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.309674+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.316784+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.317917+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.318882+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.319917+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.320968+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.322109+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.450 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.323221+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.282741+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.288853+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.290171+0000 mon.a (mon.0) 1616 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.291471+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.298087+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.299437+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.300449+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.308425+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T08:59:43.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.309674+0000 mon.a (mon.0) 1622 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.316784+0000 mon.a (mon.0) 1623 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.317917+0000 mon.a (mon.0) 1624 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.318882+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.319917+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.320968+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.322109+0000 mon.a (mon.0) 1628 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.323221+0000 mon.a (mon.0) 1629 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.324419+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.331492+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.333229+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.338495+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.728452+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.735047+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.787527+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[18840]: audit 2024-09-11T08:59:42.794272+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.324419+0000 mon.a (mon.0) 1630 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.331492+0000 mon.a (mon.0) 1631 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.333229+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.338495+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.728452+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.735047+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.787527+0000 mon.a (mon.0) 1636 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T08:59:43.453 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:43 smithi120 bash[14933]: audit 2024-09-11T08:59:42.794272+0000 mon.a (mon.0) 1637 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T08:59:44.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:44 smithi120 bash[14933]: cephadm 2024-09-11T08:59:42.332530+0000 mgr.y (mgr.14946) 229 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:59:44.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:44 smithi120 bash[14933]: cluster 2024-09-11T08:59:42.490453+0000 mgr.y (mgr.14946) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:44 smithi120 bash[18840]: cephadm 2024-09-11T08:59:42.332530+0000 mgr.y (mgr.14946) 229 : cephadm [INF] Upgrade: Complete! 2024-09-11T08:59:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:44 smithi120 bash[18840]: cluster 2024-09-11T08:59:42.490453+0000 mgr.y (mgr.14946) 230 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:46.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[18840]: cluster 2024-09-11T08:59:44.491205+0000 mgr.y (mgr.14946) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:46.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[18840]: audit 2024-09-11T08:59:45.704361+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}, {\"id\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726045153.3999512, \"finished_at\": 1726045182.3328717, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:59:46.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[18840]: audit 2024-09-11T08:59:45.711211+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}, {\"id\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726045153.3999512, \"finished_at\": 1726045182.3328717, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:59:46.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[14933]: cluster 2024-09-11T08:59:44.491205+0000 mgr.y (mgr.14946) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:46.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[14933]: audit 2024-09-11T08:59:45.704361+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}, {\"id\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726045153.3999512, \"finished_at\": 1726045182.3328717, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-11T08:59:46.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:46 smithi120 bash[14933]: audit 2024-09-11T08:59:45.711211+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"e6f3698e-cac4-450e-ac00-c9f23579b6fc\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1726043361.8863602, \"finished_at\": 1726044900.6380677, \"add_to_ceph_s:\": 1726043344.325418}, {\"id\": \"faaf6f15-5874-477d-a79d-42d57adb4f76\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1726043390.4492662, \"finished_at\": 1726044900.6380746, \"add_to_ceph_s:\": 1726043372.7433124}, {\"id\": \"7e2fa567-20d6-4b02-9974-0e2eed6c59e3\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1726043419.3906338, \"finished_at\": 1726044900.638079, \"add_to_ceph_s:\": 1726043401.3239796}, {\"id\": \"c2e26572-b822-4bfd-b252-b7eba04a2e88\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1726043435.3609262, \"finished_at\": 1726044900.6380832, \"add_to_ceph_s:\": 1726043428.3123507}, {\"id\": \"ab257e36-a663-4542-8c6d-8d103a391114\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726044908.1660633, \"finished_at\": 1726045112.3417418, \"add_to_ceph_s:\": true}, {\"id\": \"69d44b59-8688-4ce7-912a-0b8b7315a656\", \"message\": \"Upgrade to 17.2.7-1623-gd0e6828a\", \"refs\": [], \"started_at\": 1726045153.3999512, \"finished_at\": 1726045182.3328717, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-11T08:59:48.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:48 smithi120 bash[18840]: cluster 2024-09-11T08:59:46.492599+0000 mgr.y (mgr.14946) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:48 smithi120 bash[14933]: cluster 2024-09-11T08:59:46.492599+0000 mgr.y (mgr.14946) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:50.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:50 smithi120 bash[14933]: cluster 2024-09-11T08:59:48.493260+0000 mgr.y (mgr.14946) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:50.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:50 smithi120 bash[18840]: cluster 2024-09-11T08:59:48.493260+0000 mgr.y (mgr.14946) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:52.064 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:59:52.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:52 smithi120 bash[14933]: cluster 2024-09-11T08:59:50.493958+0000 mgr.y (mgr.14946) 234 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:52.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:52 smithi120 bash[14933]: audit 2024-09-11T08:59:51.188165+0000 mgr.y (mgr.14946) 235 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:52.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:52 smithi120 bash[18840]: cluster 2024-09-11T08:59:50.493958+0000 mgr.y (mgr.14946) 234 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:52.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:52 smithi120 bash[18840]: audit 2024-09-11T08:59:51.188165+0000 mgr.y (mgr.14946) 235 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:54.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:54 smithi120 bash[14933]: cluster 2024-09-11T08:59:52.495440+0000 mgr.y (mgr.14946) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:54 smithi120 bash[18840]: cluster 2024-09-11T08:59:52.495440+0000 mgr.y (mgr.14946) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (2m) 2m ago 28m 15.2M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (112s) 24s ago 28m 81.7M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (4m) 24s ago 33m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (14m) 2m ago 34m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (34m) 2m ago 35m 274M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T08:59:55.690 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (32s) 24s ago 33m 20.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (33m) 2m ago 33m 216M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (3m) 2m ago 28m 10.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (3m) 24s ago 28m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (32m) 2m ago 32m 54.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (32m) 2m ago 32m 53.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (31m) 2m ago 31m 50.4M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (31m) 2m ago 31m 54.8M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (30m) 24s ago 31m 58.2M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (30m) 24s ago 30m 53.4M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T08:59:55.691 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (30m) 24s ago 30m 54.5M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T08:59:55.692 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (29m) 24s ago 29m 56.7M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T08:59:55.692 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (3m) 24s ago 28m 40.9M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T08:59:55.692 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (26m) 2m ago 26m 54.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T08:59:55.692 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (26m) 24s ago 26m 55.8M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T08:59:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: cluster 2024-09-11T08:59:54.496170+0000 mgr.y (mgr.14946) 237 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.671013+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.671749+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.672273+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.672795+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.673294+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.673791+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.677124+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.677631+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.678185+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.678742+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[14933]: audit 2024-09-11T08:59:55.679273+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: cluster 2024-09-11T08:59:54.496170+0000 mgr.y (mgr.14946) 237 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.671013+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.671749+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.672273+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.672795+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.673294+0000 mon.a (mon.0) 1644 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.673791+0000 mon.a (mon.0) 1645 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.677124+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T08:59:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.677631+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.678185+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.678742+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:56 smithi120 bash[18840]: audit 2024-09-11T08:59:55.679273+0000 mon.a (mon.0) 1650 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T08:59:56.493 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-11T08:59:57.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:57 smithi120 bash[18840]: audit 2024-09-11T08:59:55.665875+0000 mgr.y (mgr.14946) 238 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:57.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:57 smithi120 bash[14933]: audit 2024-09-11T08:59:55.665875+0000 mgr.y (mgr.14946) 238 : audit [DBG] from='client.25228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:59:58.340 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 08:59:58 smithi120 bash[14933]: cluster 2024-09-11T08:59:56.496995+0000 mgr.y (mgr.14946) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T08:59:58.341 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 08:59:58 smithi120 bash[18840]: cluster 2024-09-11T08:59:56.496995+0000 mgr.y (mgr.14946) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:00.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:00 smithi120 bash[18840]: cluster 2024-09-11T08:59:58.497669+0000 mgr.y (mgr.14946) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:00.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:00 smithi120 bash[18840]: cluster 2024-09-11T09:00:00.000167+0000 mon.a (mon.0) 1651 : cluster [INF] overall HEALTH_OK 2024-09-11T09:00:00.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:00 smithi120 bash[14933]: cluster 2024-09-11T08:59:58.497669+0000 mgr.y (mgr.14946) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:00.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:00 smithi120 bash[14933]: cluster 2024-09-11T09:00:00.000167+0000 mon.a (mon.0) 1651 : cluster [INF] overall HEALTH_OK 2024-09-11T09:00:00.653 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:00:01.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[14933]: audit 2024-09-11T09:00:00.607599+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[14933]: audit 2024-09-11T09:00:00.608129+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[14933]: audit 2024-09-11T09:00:00.608430+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[14933]: audit 2024-09-11T09:00:00.608905+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[14933]: audit 2024-09-11T09:00:00.641683+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.120:0/2240927500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[18840]: audit 2024-09-11T09:00:00.607599+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-11T09:00:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[18840]: audit 2024-09-11T09:00:00.608129+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:00:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[18840]: audit 2024-09-11T09:00:00.608430+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:00:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[18840]: audit 2024-09-11T09:00:00.608905+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:00:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:01 smithi120 bash[18840]: audit 2024-09-11T09:00:00.641683+0000 mon.c (mon.1) 50 : audit [DBG] from='client.? 172.21.15.120:0/2240927500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:01.515 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:00:02.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:02 smithi120 bash[14933]: cluster 2024-09-11T09:00:00.498402+0000 mgr.y (mgr.14946) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:02.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:02 smithi120 bash[18840]: cluster 2024-09-11T09:00:00.498402+0000 mgr.y (mgr.14946) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:04.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:04 smithi120 bash[14933]: cluster 2024-09-11T09:00:02.499904+0000 mgr.y (mgr.14946) 242 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:04 smithi120 bash[18840]: cluster 2024-09-11T09:00:02.499904+0000 mgr.y (mgr.14946) 242 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: cluster 2024-09-11T09:00:04.500556+0000 mgr.y (mgr.14946) 243 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.569430+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.570344+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.571091+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.571988+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.572724+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.573444+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.578471+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.579159+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.579876+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.580536+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[14933]: audit 2024-09-11T09:00:05.581195+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: cluster 2024-09-11T09:00:04.500556+0000 mgr.y (mgr.14946) 243 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.569430+0000 mon.a (mon.0) 1656 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.570344+0000 mon.a (mon.0) 1657 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.571091+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.571988+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.572724+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.573444+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.578471+0000 mon.a (mon.0) 1662 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.579159+0000 mon.a (mon.0) 1663 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.579876+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.580536+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:06.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:06 smithi120 bash[18840]: audit 2024-09-11T09:00:05.581195+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:07 smithi120 bash[18840]: audit 2024-09-11T09:00:05.564100+0000 mgr.y (mgr.14946) 244 : audit [DBG] from='client.25240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:07 smithi120 bash[18840]: audit 2024-09-11T09:00:05.991771+0000 mgr.y (mgr.14946) 245 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:07.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:07 smithi120 bash[14933]: audit 2024-09-11T09:00:05.564100+0000 mgr.y (mgr.14946) 244 : audit [DBG] from='client.25240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:07.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:07 smithi120 bash[14933]: audit 2024-09-11T09:00:05.991771+0000 mgr.y (mgr.14946) 245 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "daemon_types": "mon", "hosts": "smithi120", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:08.427 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:00:08.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:08 smithi120 bash[18840]: cluster 2024-09-11T09:00:06.502633+0000 mgr.y (mgr.14946) 246 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:08.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:08 smithi120 bash[14933]: cluster 2024-09-11T09:00:06.502633+0000 mgr.y (mgr.14946) 246 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[14933]: audit 2024-09-11T09:00:08.421266+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[14933]: audit 2024-09-11T09:00:08.427933+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[14933]: audit 2024-09-11T09:00:08.431313+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[14933]: audit 2024-09-11T09:00:08.438353+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[18840]: audit 2024-09-11T09:00:08.421266+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[18840]: audit 2024-09-11T09:00:08.427933+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[18840]: audit 2024-09-11T09:00:08.431313+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:00:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:09 smithi120 bash[18840]: audit 2024-09-11T09:00:08.438353+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-11T09:00:09.648 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:00:10.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[14933]: cephadm 2024-09-11T09:00:08.419922+0000 mgr.y (mgr.14946) 247 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:00:10.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[14933]: cephadm 2024-09-11T09:00:08.485625+0000 mgr.y (mgr.14946) 248 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:00:10.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[14933]: cluster 2024-09-11T09:00:08.503403+0000 mgr.y (mgr.14946) 249 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[18840]: cephadm 2024-09-11T09:00:08.419922+0000 mgr.y (mgr.14946) 247 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:00:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[18840]: cephadm 2024-09-11T09:00:08.485625+0000 mgr.y (mgr.14946) 248 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:00:10.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:10 smithi120 bash[18840]: cluster 2024-09-11T09:00:08.503403+0000 mgr.y (mgr.14946) 249 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:12.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:12 smithi120 bash[14933]: cluster 2024-09-11T09:00:10.504066+0000 mgr.y (mgr.14946) 250 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:12.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:12 smithi120 bash[18840]: cluster 2024-09-11T09:00:10.504066+0000 mgr.y (mgr.14946) 250 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.489073+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T09:00:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.496963+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T09:00:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.499677+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.501435+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.509182+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.512871+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.514519+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.521949+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.524214+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:00:13.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[14933]: audit 2024-09-11T09:00:12.525579+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.489073+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.496963+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' 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\": \"b0e15525-7434-45d4-ad52-814e875b3b60\", \"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\": [\"smithi120\"], \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.499677+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.501435+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.509182+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.512871+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.514519+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]: dispatch 2024-09-11T09:00:13.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.521949+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mgr"}]': finished 2024-09-11T09:00:13.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.524214+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:00:13.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:13 smithi120 bash[18840]: audit 2024-09-11T09:00:12.525579+0000 mon.a (mon.0) 1680 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-11T09:00:14.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[14933]: cephadm 2024-09-11T09:00:12.497653+0000 mgr.y (mgr.14946) 251 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[14933]: cephadm 2024-09-11T09:00:12.497813+0000 mgr.y (mgr.14946) 252 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[14933]: cluster 2024-09-11T09:00:12.505378+0000 mgr.y (mgr.14946) 253 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[14933]: cephadm 2024-09-11T09:00:12.514085+0000 mgr.y (mgr.14946) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[14933]: cephadm 2024-09-11T09:00:12.526393+0000 mgr.y (mgr.14946) 255 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[18840]: cephadm 2024-09-11T09:00:12.497653+0000 mgr.y (mgr.14946) 251 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[18840]: cephadm 2024-09-11T09:00:12.497813+0000 mgr.y (mgr.14946) 252 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[18840]: cluster 2024-09-11T09:00:12.505378+0000 mgr.y (mgr.14946) 253 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:14.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[18840]: cephadm 2024-09-11T09:00:12.514085+0000 mgr.y (mgr.14946) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:00:14.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:14 smithi120 bash[18840]: cephadm 2024-09-11T09:00:12.526393+0000 mgr.y (mgr.14946) 255 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T09:00:15.669 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:00:16.462 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (3m) 3m ago 28m 15.2M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (2m) 45s ago 28m 81.7M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (4m) 45s ago 33m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (14m) 3m ago 35m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (35m) 3m ago 35m 274M 2048M 15.2.0 204a01f9b0b6 7c77623ae5a7 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (52s) 45s ago 33m 20.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (34m) 3m ago 34m 216M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (4m) 3m ago 29m 10.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (4m) 45s ago 29m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (33m) 3m ago 33m 54.8M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (32m) 3m ago 32m 53.4M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (32m) 3m ago 32m 50.4M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:00:16.463 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (31m) 3m ago 31m 54.8M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (31m) 45s ago 31m 58.2M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (30m) 45s ago 30m 53.4M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (30m) 45s ago 30m 54.5M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (29m) 45s ago 29m 56.7M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (3m) 45s ago 29m 40.9M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (27m) 3m ago 27m 54.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:00:16.464 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (27m) 45s ago 27m 55.8M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: cluster 2024-09-11T09:00:14.506098+0000 mgr.y (mgr.14946) 256 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.075869+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.081918+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.083022+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.083938+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.084779+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:00:16.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[14933]: audit 2024-09-11T09:00:16.086404+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: cluster 2024-09-11T09:00:14.506098+0000 mgr.y (mgr.14946) 256 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.075869+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]: dispatch 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.081918+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.a"}]': finished 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.083022+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.083938+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.084779+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:00:16.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:16 smithi120 bash[18840]: audit 2024-09-11T09:00:16.086404+0000 mon.a (mon.0) 1686 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:00:16.938 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "mds": {}, 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:00:16.939 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:00:17.313 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi120", 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:00:17.314 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:00:17.470 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:15.653087+0000 mgr.y (mgr.14946) 257 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:17.470 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.046487+0000 mgr.y (mgr.14946) 258 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:17.470 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: cephadm 2024-09-11T09:00:16.075454+0000 mgr.y (mgr.14946) 259 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T09:00:17.470 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: cephadm 2024-09-11T09:00:16.085855+0000 mgr.y (mgr.14946) 260 : cephadm [INF] Deploying daemon mon.a on smithi120 2024-09-11T09:00:17.470 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.438667+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.439544+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.440337+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.441092+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.441816+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.442521+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.446957+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.447789+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.448574+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.449340+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.450149+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[18840]: audit 2024-09-11T09:00:16.939130+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.120:0/870828858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:15.653087+0000 mgr.y (mgr.14946) 257 : audit [DBG] from='client.25252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.046487+0000 mgr.y (mgr.14946) 258 : audit [DBG] from='client.25258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: cephadm 2024-09-11T09:00:16.075454+0000 mgr.y (mgr.14946) 259 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: cephadm 2024-09-11T09:00:16.085855+0000 mgr.y (mgr.14946) 260 : cephadm [INF] Deploying daemon mon.a on smithi120 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.438667+0000 mon.a (mon.0) 1687 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.439544+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.440337+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.441092+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.441816+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.442521+0000 mon.a (mon.0) 1692 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.446957+0000 mon.a (mon.0) 1693 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:17.472 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.447789+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.473 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.448574+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.473 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.449340+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.473 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.450149+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:17.473 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:17 smithi120 bash[14933]: audit 2024-09-11T09:00:16.939130+0000 mon.c (mon.1) 51 : audit [DBG] from='client.? 172.21.15.120:0/870828858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:18.646 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[14933]: audit 2024-09-11T09:00:16.434811+0000 mgr.y (mgr.14946) 261 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:18.646 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[14933]: cluster 2024-09-11T09:00:16.507281+0000 mgr.y (mgr.14946) 262 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:18.647 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[18840]: audit 2024-09-11T09:00:16.434811+0000 mgr.y (mgr.14946) 261 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:18.647 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[18840]: cluster 2024-09-11T09:00:16.507281+0000 mgr.y (mgr.14946) 262 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:18.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:18 smithi120 systemd[1]: Stopping Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:00:18.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[14933]: debug 2024-09-11T09:00:18.794+0000 7f5bd660d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:00:18.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:18 smithi120 bash[14933]: debug 2024-09-11T09:00:18.794+0000 7f5bd660d700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T09:00:19.956 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:19 smithi120 bash[53514]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.a 2024-09-11T09:00:19.956 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:19 smithi120 bash[53587]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.a 2024-09-11T09:00:20.374 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:19 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service: Succeeded. 2024-09-11T09:00:20.374 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:19 smithi120 systemd[1]: Stopped Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:00:20.374 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:20 smithi120 systemd[1]: Started Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:00:21.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.506+0000 7f531d9ee900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T09:00:21.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.506+0000 7f531d9ee900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 8 2024-09-11T09:00:21.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.506+0000 7f531d9ee900 0 pidfile_write: ignore empty --pid-file 2024-09-11T09:00:21.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 0 load: jerasure load: lrc 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: DB SUMMARY 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: DB Session ID: 8QZ61YZ6HFNJD2T416A9 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 3128 Bytes 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000072.sst 000073.sst 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000070.log size: 5299183 ; 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T09:00:21.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.env: 0x565175b9f440 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.fs: Posix File System 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.info_log: 0x565178138ee0 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.statistics: (nil) 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.use_fsync: 0 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T09:00:21.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T09:00:21.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T09:00:21.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T09:00:21.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.db_log_dir: 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T09:00:21.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.write_buffer_manager: 0x5651781f6780 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T09:00:21.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.unordered_write: 0 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.row_cache: None 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.wal_filter: None 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T09:00:21.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T09:00:21.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_open_files: -1 2024-09-11T09:00:21.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Compression algorithms supported: 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kZSTD supported: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T09:00:21.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.merge_operator: 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_filter: None 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5651780e1a38) 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: cache_index_and_filter_blocks: 1 2024-09-11T09:00:21.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: pin_top_level_index_and_filter: 1 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: index_type: 0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: data_block_index_type: 0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: index_shortening: 1 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: hash_index_allow_collision: 1 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: checksum: 1 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: no_block_cache: 0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_cache: 0x5651781151f0 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_cache_name: BinnedLRUCache 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_cache_options: 2024-09-11T09:00:21.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: capacity : 536870912 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: num_shard_bits : 4 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: strict_capacity_limit : 0 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: high_pri_pool_ratio: 0.000 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_cache_compressed: (nil) 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: persistent_cache: (nil) 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_size: 4096 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_size_deviation: 10 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_restart_interval: 16 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: index_block_restart_interval: 1 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: metadata_block_size: 4096 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: partition_filters: 0 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: use_delta_encoding: 1 2024-09-11T09:00:21.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: whole_key_filtering: 1 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: verify_compression: 0 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: read_amp_bytes_per_bit: 0 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: format_version: 4 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: enable_index_compression: 1 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: block_align: 0 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression: NoCompression 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.num_levels: 7 2024-09-11T09:00:21.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T09:00:21.695 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T09:00:21.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T09:00:21.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T09:00:21.698 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T09:00:21.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T09:00:21.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T09:00:21.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T09:00:21.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T09:00:21.699 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.ttl: 2592000 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T09:00:21.700 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.510+0000 7f531d9ee900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.514+0000 7f531d9ee900 4 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 75, last_sequence is 27430, log_number is 70,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.514+0000 7f531d9ee900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 70 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.514+0000 7f531d9ee900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 75 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.514+0000 7f531d9ee900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045221516488, "job": 1, "event": "recovery_started", "wal_files": [70]} 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.514+0000 7f531d9ee900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #70 mode 2 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.518+0000 7f531d9ee900 3 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-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.530+0000 7f531d9ee900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045221531287, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 76, "file_size": 5077076, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 5071076, "index_size": 3560, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 12507, "raw_average_key_size": 22, "raw_value_size": 5059203, "raw_average_value_size": 9148, "num_data_blocks": 150, "num_entries": 553, "num_deletions": 257, "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": 1726045221, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "1a37e872-8e9f-4493-9ad4-0e11bd22a608", "db_session_id": "8QZ61YZ6HFNJD2T416A9"}} 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.530+0000 7f531d9ee900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 77 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.530+0000 7f531d9ee900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045221533418, "job": 1, "event": "recovery_finished"} 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.530+0000 7f531d9ee900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000070.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.534+0000 7f531d9ee900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56517814a700 2024-09-11T09:00:21.701 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.534+0000 7f531d9ee900 4 rocksdb: DB pointer 0x565178118000 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.534+0000 7f53137ba640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.534+0000 7f53137ba640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** DB Stats ** 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** Compaction Stats [default] ** 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:00:21.702 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: L0 1/0 4.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: L6 2/0 113.84 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-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Sum 3/0 118.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** Compaction Stats [default] ** 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Flush(GB): cumulative 0.005, interval 0.005 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T09:00:21.703 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Cumulative compaction: 0.00 GB write, 219.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Interval compaction: 0.00 GB write, 219.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** Compaction Stats [default] ** 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: L0 1/0 4.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: L6 2/0 113.84 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-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Sum 3/0 118.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** Compaction Stats [default] ** 2024-09-11T09:00:21.704 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 535.3 0.01 0.00 1 0.009 0 0 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Flush(GB): cumulative 0.005, interval 0.000 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: Cumulative compaction: 0.00 GB write, 218.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T09:00:21.705 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.534+0000 7f531d9ee900 0 starting mon.a rank 0 at public addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] at bind addrs [v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 1 mon.a@-1(???) e3 preinit fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).mds e1 new map 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).mds e1 print_map 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: e1 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 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-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: legacy client fscid: -1 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: No filesystems configured 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).osd e65 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 0 mon.a@-1(???).osd e65 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:00:21.706 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:00:21 smithi120 bash[53671]: debug 2024-09-11T09:00:21.538+0000 7f531d9ee900 1 mon.a@-1(???).paxosservice(auth 1..29) refresh upgraded, format 0 -> 3 2024-09-11T09:00:22.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:22 smithi130 bash[32139]: ignoring --setuser ceph since I am not root 2024-09-11T09:00:22.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:22 smithi130 bash[32139]: ignoring --setgroup ceph since I am not root 2024-09-11T09:00:22.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:22 smithi130 bash[32139]: debug 2024-09-11T09:00:22.240+0000 7fab11c48640 1 -- 172.21.15.130:0/368702580 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f2e53b0340 con 0x55f2e53bcc00 2024-09-11T09:00:22.616 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:22 smithi130 bash[32139]: debug 2024-09-11T09:00:22.356+0000 7fab144a2ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[40897]: ignoring --setuser ceph since I am not root 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[40897]: ignoring --setgroup ceph since I am not root 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[40897]: debug 2024-09-11T09:00:22.242+0000 7fd5865b8640 1 -- 172.21.15.120:0/2113243142 <== mon.0 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5560a16ca340 con 0x5560a16d6c00 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[40897]: debug 2024-09-11T09:00:22.362+0000 7fd588e12ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:18.810684+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:18.811198+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T09:00:22.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:18.811432+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:20.239956+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:20.240947+0000 mon.c (mon.1) 56 : audit [INF] from='mgr.14946 172.21.15.120:0/2509477786' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:20.508331+0000 mgr.y (mgr.14946) 265 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.161048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.164220+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-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.173705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.174443+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.174475+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.175648+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.176181+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: cluster 2024-09-11T09:00:22.188920+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-11T09:00:22.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:22 smithi120 bash[18840]: audit 2024-09-11T09:00:22.199558+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14946 ' entity='' 2024-09-11T09:00:23.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.096+0000 7fab144a2ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T09:00:23.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.160+0000 7fab144a2ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T09:00:23.365 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.228+0000 7fab144a2ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T09:00:23.404 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.118+0000 7fd588e12ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T09:00:23.404 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.182+0000 7fd588e12ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T09:00:23.404 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.254+0000 7fd588e12ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T09:00:23.680 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.402+0000 7fd588e12ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T09:00:23.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.650+0000 7fd588e12ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T09:00:23.696 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.380+0000 7fab144a2ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T09:00:23.696 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.628+0000 7fab144a2ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T09:00:24.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.688+0000 7fab144a2ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T09:00:24.115 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:23 smithi130 bash[32139]: debug 2024-09-11T09:00:23.820+0000 7fab144a2ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T09:00:24.180 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.714+0000 7fd588e12ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T09:00:24.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:23 smithi120 bash[40897]: debug 2024-09-11T09:00:23.846+0000 7fd588e12ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T09:00:24.471 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:24 smithi120 bash[18840]: cluster 2024-09-11T09:00:23.197371+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-11T09:00:24.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:24 smithi130 bash[32139]: debug 2024-09-11T09:00:24.440+0000 7fab144a2ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T09:00:24.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:24 smithi130 bash[32139]: debug 2024-09-11T09:00:24.508+0000 7fab144a2ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T09:00:24.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:24 smithi130 bash[32139]: debug 2024-09-11T09:00:24.584+0000 7fab144a2ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T09:00:24.897 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:24 smithi120 bash[40897]: debug 2024-09-11T09:00:24.470+0000 7fd588e12ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T09:00:24.897 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:24 smithi120 bash[40897]: debug 2024-09-11T09:00:24.542+0000 7fd588e12ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T09:00:24.897 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:24 smithi120 bash[40897]: debug 2024-09-11T09:00:24.618+0000 7fd588e12ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T09:00:25.180 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:24 smithi120 bash[40897]: debug 2024-09-11T09:00:24.894+0000 7fd588e12ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T09:00:25.181 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:25 smithi120 bash[40897]: debug 2024-09-11T09:00:25.030+0000 7fd588e12ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T09:00:25.316 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:24 smithi130 bash[32139]: debug 2024-09-11T09:00:24.868+0000 7fab144a2ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T09:00:25.316 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:25 smithi130 bash[32139]: debug 2024-09-11T09:00:25.000+0000 7fab144a2ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T09:00:25.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:25 smithi130 bash[32139]: debug 2024-09-11T09:00:25.308+0000 7fab144a2ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T09:00:25.615 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:25 smithi130 bash[32139]: debug 2024-09-11T09:00:25.524+0000 7fab144a2ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T09:00:25.680 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:25 smithi120 bash[40897]: debug 2024-09-11T09:00:25.342+0000 7fd588e12ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T09:00:25.680 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:25 smithi120 bash[40897]: debug 2024-09-11T09:00:25.558+0000 7fd588e12ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T09:00:26.221 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:25 smithi130 bash[32139]: debug 2024-09-11T09:00:25.932+0000 7fab144a2ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T09:00:26.221 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:25.996+0000 7fab144a2ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T09:00:26.221 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.060+0000 7fab144a2ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T09:00:26.221 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.148+0000 7fab144a2ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T09:00:26.254 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:25 smithi120 bash[40897]: debug 2024-09-11T09:00:25.970+0000 7fd588e12ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T09:00:26.254 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.030+0000 7fd588e12ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T09:00:26.254 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.094+0000 7fd588e12ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T09:00:26.254 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.186+0000 7fd588e12ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T09:00:26.255 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.254+0000 7fd588e12ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T09:00:26.515 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.216+0000 7fab144a2ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T09:00:26.515 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.288+0000 7fab144a2ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T09:00:26.515 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.432+0000 7fab144a2ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T09:00:26.550 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.326+0000 7fd588e12ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T09:00:26.550 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.474+0000 7fd588e12ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T09:00:26.550 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:26 smithi120 bash[40897]: debug 2024-09-11T09:00:26.550+0000 7fd588e12ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T09:00:26.865 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:26 smithi130 bash[32139]: debug 2024-09-11T09:00:26.508+0000 7fab144a2ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T09:00:27.869 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:00:27 smithi130 bash[32139]: debug 2024-09-11T09:00:27.464+0000 7fab144a2ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T09:00:27.932 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[40897]: debug 2024-09-11T09:00:27.526+0000 7fd588e12ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T09:00:27.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: audit 2024-09-11T09:00:27.493154+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/2671103234' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-11T09:00:27.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.493891+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T09:00:27.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: audit 2024-09-11T09:00:27.493953+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/2671103234' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.493999+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: audit 2024-09-11T09:00:27.495781+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/2671103234' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: audit 2024-09-11T09:00:27.496525+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/2671103234' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.549023+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.549650+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.560400+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:00:27.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:27 smithi120 bash[18840]: cluster 2024-09-11T09:00:27.562533+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e41: y(active, starting, since 0.0130446s), standbys: x 2024-09-11T09:00:33.930 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[40897]: debug 2024-09-11T09:00:33.678+0000 7fd56d34a640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-11T09:00:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.566445+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T09:00:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.566876+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T09:00:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.567444+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T09:00:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.570615+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-11T09:00:33.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.571044+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.571550+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.572121+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.572561+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.573008+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.573508+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.574087+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.574673+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.575163+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.575666+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.576011+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.576847+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T09:00:33.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.578071+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.579628+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620400XV400BGN"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.580130+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.580598+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.581088+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.581543+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.582026+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.582551+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.583082+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi120.devices.0"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.583571+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.584065+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi130.devices.0"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.584528+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.584987+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-11T09:00:33.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.585451+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.585967+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi130/grafana_crt"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.586516+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/smithi130/grafana_key"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.587074+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.587648+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.588279+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.588899+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.589531+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.590164+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.590784+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.591354+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.591900+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:00:33.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.592450+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.592974+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.593510+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.594044+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.594575+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.595116+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.595712+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: audit 2024-09-11T09:00:33.596225+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-11T09:00:33.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:33 smithi120 bash[18840]: cluster 2024-09-11T09:00:33.612770+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T09:00:35.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: cluster 2024-09-11T09:00:33.675496+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e42: y(active, since 6s), standbys: x 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: cluster 2024-09-11T09:00:33.694452+0000 mgr.y (mgr.54105) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:33.698931+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:33.699319+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:33.712135+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:33.712678+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:34.035085+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:00:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:34 smithi120 bash[18840]: audit 2024-09-11T09:00:34.038657+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: debug 2024-09-11T09:00:35.274+0000 7fd533c18640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:09:00:35] ENGINE Error in HTTPServer.serve 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: Traceback (most recent call last): 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: self._connections.run(self.expiration_interval) 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: self._run(expiration_interval) 2024-09-11T09:00:35.681 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: s = self.context.wrap_socket( 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: return self.sslsocket_class._create( 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: self.do_handshake() 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: self._sslobj.do_handshake() 2024-09-11T09:00:35.682 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[40897]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T09:00:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[18840]: cephadm 2024-09-11T09:00:35.146592+0000 mgr.y (mgr.54105) 2 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTING 2024-09-11T09:00:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[18840]: audit 2024-09-11T09:00:35.275968+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUH1jHxiUbBUi9ys44fQY334Sj5pYwDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTA4NDEyOFoXDTM0\\nMDkxMjA4NDEyOFowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+\\nLlqJ9MTeZxgXVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7M\\nAf7frC8w2/iSFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5w\\ne2aaB3ESlpeVSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHh\\now0JpkgBdCblUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E\\n56N+H9yiXookoim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18d\\nEplsw2LwaOJQ3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrc\\ncclPUH5yEGw9bzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4\\ne8rOekc6Ih6kc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHM\\nWCB+RxFOyE+07rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLo\\nj67RIoE5xf7rB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCO\\nMXFMfL0CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPgjAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAD5UsiR1+94lH4BcgN2X0fLi13EjuY7QaUwy6T\\npAfL2CXXWyCf4MoZDoCtmT+bCFZ53uYmN67hXgOxWNdF3ACz4v+3JlX35n1ViWRl\\nDf4hREYS6B2UhJQBG9Hu3w5dp0eThYSKiHDotxQqJYZeq12jMcapnaq/0S7Mj3iH\\nRThwx07+m0UjmF6UWPdaRcTSgqNBC4A5pFO40FbQArFzj7pbKO7z8X84cGUj1tbz\\nO6bLzwWdYLZnh5E6oH84nfXRVdACzHhRhAluxk9l/z9VZ0YigFp3iLj0dtw3WViX\\nf2g4HY/dGOHD5ceaYDAUdsKytzf56idNBapBnTXU+ngDvyei7yUOLxvIw+IO5Ep7\\n6LjFB5SUhsAQm3h/TOsHSESzOJsPNpn54LCInvRPgDhYu3Bg3AZ0YPfRxaKbmVlo\\nlTayFvEC2eh6XPnJf21Fum2a6BOQ/n8Y22mWyDsNWJttMaJRhbAnQKSqcFM5mEkv\\nVePU8TQNNF+UK/mt6rp90Ef87mRQS5KHkJjTC50Rdx+Ghc0oo1SRG68CbEXVPjib\\nRldd57H5t0R+8rQxoih8afJFW743ELPlHjzWAqIAhymn6t29UY/gNEMcyeIhhf94\\ndh10qmk1Azr+Awt6GkMZ8fL7w615eC78VdzDZrPijVJ8tsUBroiMnP5Cf0hl3SEM\\nW5k5+w==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKQIBAAKCAgEA7CF+oTVhFXtQp2paYF6JyTEs2xQpLvOt9km+LlqJ9MTeZxgX\\nVxJxCd1YMt31lQnJNalkJaFRS2cUgJVUVR/hs1erdYYrH5EJ5e7MAf7frC8w2/iS\\nFPCBpsIHxsI+5WcL8+SiqzqmSX6NSSkN4THU6Bo2Wmep0f0hqx5we2aaB3ESlpeV\\nSp/liizWzOPCTvRm2yllchotLatS2HXpROR0Y1jqKWpHgmmrQiHhow0JpkgBdCbl\\nUedkZk7UF+uaTnWGLTy3WBmt+o/GoniYc48NRQcymuaMUDMIJX3E56N+H9yiXook\\noim6uX9BJl6gcbuFLswv/a/tmsEFwQWk0fE15qJgVr8u9G2Hd18dEplsw2LwaOJQ\\n3x8sWL9KAUEzwykjaBvvjoWAAR3RzLh+PJs/U7HBPRS2eZXqpRrccclPUH5yEGw9\\nbzDMawfe9F/ncJH3+vthEkAU+08bzD3LkwYpE/YQI+WV9QmopBY4e8rOekc6Ih6k\\nc+qGRWmqlC4cWRW0OTcI3Eo+AOUXg3ZF3my8cNzAzS7e9mK6zFHMWCB+RxFOyE+0\\n7rABxI1W+7USgLQetb1w5DkkIfXSHLdecAXQiw52I43UeH+KUeLoj67RIoE5xf7r\\nB6HWJCAAmY/iJjbxM4IyAT95TpEY7c2a/Mu/WptojKB3W39EpYCOMXFMfL0CAwEA\\nAQKCAgArMhZk3auwnxIaSiOVyP2KKz+CJS5Ce0vJx+QtPR1LBD+OGvNcF5DLpezm\\nQ0HTXYqsERxzoM7LDSSMQCUA/HfQk7tXIK/fUqw9noE95TbcG/bjapWolHWXQJvl\\nEXApjX/7ggn66lv0ilzEsyiplzDUM8VZJOkFM7n2wHcBr/uB3H6ywzCJifYW4Ix7\\nxzdqs51kPq6i4KR+m/5oACvn0SX0bZXKdTl3IybzzlhlODOZckcnzRy6rqpoZ8e3\\nR39/FlMxD9AXYv03XplO6+Ixk4vxInewq/ejjS5Sk28Tk840/GrMghdg/eK9X8jW\\ngM13eL8MmEg4L3h3DJPlo0drK2W5POtEVRdpc8Q1+1kS8I52VNl0IPNM7wxDJIc5\\nRo35dIB5PM+Lfw3ymv0E14DIKHH1BtzbXCLjfgRXj4TgGEzovlD1CBAX5V5xhtrt\\nkiAlDzKJi+qxtiRSGjcgn+dlaAxOiUdRyuRcQ9h/3VtMeR55CpfBTrVzXJKyLVVg\\n5MCIaZp/0Zko5+A2Nu4FYaJpNr7mAxc39tgGsRVkIWG5sH94Z9TDasVs+XYER2Ko\\nRVwhBq8Ax9hMrvLooN/QG2IazOg81sIz+qD0gRGxNM5IguEqfyxiSOAAMAxMGjb8\\nZvooSx1I955YgtpGIfHShsyqiqkMZWaHDM/tieep/1+WTcmgCQKCAQEA9krseVOj\\neDwmKJfzTZGiXWQdhylh5kJRq6KsiQhr5kOASL9Ih1SIgi05Q+nk0geeSAM2jnO0\\njyhYvfkxZW1WJBkhGghm6C1XQ7VIifp5tQ+9K1u52Dhkn6itDFCtZrGP706YcXMs\\nRqpQrr2/9U8TsGn0dK8bewOyfy06tK7wv1kxLfsnU+yfvg7RQuoWFqVoq3iw3CD2\\nl0Rrw33Yiq/f7e5Oli5CiXqJlWnPGHThy8iq6iKTNHFyqIdJJUpxzBAwRYvp8XeZ\\nT9WjPKsuNJOE/Q0eFxcn7SmLdAYIv77sM9rA7d4jxoaqYzPb/gHwmGGNjt9vFUR/\\n+cDN28muTj2h2QKCAQEA9XAJ6d82WRzAPmoKQVCZ/LJBeLV0PF0nz4M6AteLdcLd\\nf/fxKh8dY0iL8v/VDlHnizzNCTnuk6LLi98tCk+HxtWLq4ET7sfVEmAwG5uScmJJ\\nYxegW/0P1TPuFdJaif8xcMMytxzcU+AqP6r+9cIl3EDYm+Lnw51FWskmKNCQTXQA\\nHdSwIVZIk7vHryHgIZndI5g3cM11UOG4o1JIIDGlB5/jv6sjhKYPOQ44d8XLTiB9\\nJNIVApe8NZYDEoI3FCGdKA3MzDYytEIDoWMveaOV5YbkBTmgZxerZ1z8cgV8fWtb\\ngPro3ZXd3bQIP1M8e/n/4bfq7HgPwsCJN6D7WSs/hQKCAQEAk+3OeNTuk3H1LV6O\\nySFW1ychwSPu5EEjEqbjYG8Jd8VFUOxrILV6RE3rXkomoKvourILW6ZNZcrC+l+o\\n9pWkLoxVYHB5dqx9BHLm/dDOtxyb72Xpit/cODU0svfmHo85t2+KimG1zz/OtBXO\\nLQXw+n25UTg3ljxTQqWk5A9LFHL64fY+2d5+18XIlJtK5xE0fAFCoQS/d32mCEYX\\nAL3ADwWaeAOS/UX3SyHBPJw/XonJdlWL+uzFBEo1ectr7Dgw9iSiP+Eo2VWk9PSQ\\nDQ4py1/MmevTlFPmqapSKPEAp+iVBontDPmnb2wfj0IVA0Fcp9q1up1pDFZsjr1l\\nDyNfiQKCAQAR2Un/RgpPxLV+VHvWcCQiqlv0iU2gri2c+7AWUNKFh9xP2BojtAuR\\nEs+Kpmw6FF7AU3WdvCbLecVPsLU30LzRCuqTWFm4vbOTGIenGlM2Gku39xnkVqz2\\nFka0M43+Bx7zUl63zlN/jgfEhYzxFmNmdxjJjWDJawCGL6akxTYZS9xOTw9X/Uxd\\n4gQNimsgRm48jm9JtsdXUHL6/ZrdLH8R5ODNKYb1uJXW0l/s5ed5EQfIy7ZXb+1y\\nACzNBcc3oZIqPYatOyvIzBwzemETeYAHJx4h+yTdGm2OoMaDDD8XZ91JrfWNV77A\\nxrzqzgTSB0ZChfuBouGSiinwb7aXr3t5AoIBAQCF4KndnxAcrQqPibzMRASle190\\nSsuphg6itzMBe6VOe1d1stBUYW8TK7HX4uoI2/+PFbNupVByG3IHZEJ9twsRNobF\\nXQPlIcYUf9EVuHuU6OImQyHD4wCFCH3be/tu8bDNaCAQQLTPXtMk5oJnTPXO+BGU\\nrQ1HBFEa+9VtHJ6U1WB2zwpE9OVzg2Y6hQXAJaENBVQELt83X5YgDXdu3JEc15vW\\noiHKCrGLNihkxmAcZqbaF2ee8jI3p2azFrHsZNJvxohtZo9PGqpl+jyFw9QUdrwF\\nej6KfntQmoeoR9mqfarji+OFISgBK7IJDfaUXD8Y9wwlKGSj6PpEeRnJk3d/\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-11T09:00:36.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:35 smithi120 bash[18840]: audit 2024-09-11T09:00:35.283065+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: cephadm 2024-09-11T09:00:35.274049+0000 mgr.y (mgr.54105) 3 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T09:00:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: cephadm 2024-09-11T09:00:35.274316+0000 mgr.y (mgr.54105) 4 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTED 2024-09-11T09:00:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: cephadm 2024-09-11T09:00:35.278208+0000 mgr.y (mgr.54105) 5 : cephadm [ERR] [11/Sep/2024:09:00:35] ENGINE Error in HTTPServer.serve 2024-09-11T09:00:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: Traceback (most recent call last): 2024-09-11T09:00:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: self._connections.run(self.expiration_interval) 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: self._run(expiration_interval) 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: s = self.context.wrap_socket( 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: return self.sslsocket_class._create( 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T09:00:37.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: self.do_handshake() 2024-09-11T09:00:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T09:00:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: self._sslobj.do_handshake() 2024-09-11T09:00:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T09:00:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: cluster 2024-09-11T09:00:35.575055+0000 mgr.y (mgr.54105) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:36 smithi120 bash[18840]: cluster 2024-09-11T09:00:36.296306+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-11T09:00:39.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:38 smithi120 bash[18840]: cluster 2024-09-11T09:00:37.575817+0000 mgr.y (mgr.54105) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:38 smithi120 bash[18840]: cluster 2024-09-11T09:00:37.706649+0000 mon.a (mon.0) 25 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: cluster 2024-09-11T09:00:39.577192+0000 mgr.y (mgr.54105) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.272452+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.274250+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.280996+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.284774+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.292612+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.675952+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.676580+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:00:41.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.677314+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:41.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.685578+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:41.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.687751+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:41.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:40 smithi120 bash[18840]: audit 2024-09-11T09:00:40.695408+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.897591+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.899108+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-11T08:57:36.104272Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"0\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"0\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-11T08:57:36.104287Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QHP0\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.905510+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.907823+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T08:57:36.104337Z\", \"last_network_update\": \"2024-09-11T09:00:40.895686Z\", \"last_device_change\": \"2024-09-11T08:41:54.930736Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.914068+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:40.917228+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.084547+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.309231+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:42.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.311053+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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:59:42.051953Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:42.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.316864+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:42.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.323946+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T08:59:42.052210Z\", \"last_network_update\": \"2024-09-11T09:00:41.306954Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:42.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.333238+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:42.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:41 smithi120 bash[18840]: audit 2024-09-11T09:00:41.336760+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:00:43.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:42 smithi120 bash[18840]: cluster 2024-09-11T09:00:41.577884+0000 mgr.y (mgr.54105) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T09:00:45.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:44 smithi120 bash[18840]: cluster 2024-09-11T09:00:43.578550+0000 mgr.y (mgr.54105) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T09:00:47.047 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:46 smithi120 bash[18840]: cluster 2024-09-11T09:00:45.580011+0000 mgr.y (mgr.54105) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-11T09:00:47.736 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (3m) 8s ago 29m 16.4M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (2m) 7s ago 29m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (5m) 7s ago 34m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (15m) 8s ago 35m 421M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (28s) 8s ago 35m 74.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (84s) 7s ago 34m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (34m) 8s ago 34m 242M 2048M 15.2.0 204a01f9b0b6 6773dd968d51 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (4m) 8s ago 29m 10.5M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (4m) 7s ago 29m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (33m) 8s ago 33m 55.6M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (33m) 8s ago 33m 53.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (32m) 8s ago 32m 50.6M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (32m) 8s ago 32m 55.7M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (31m) 7s ago 31m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (31m) 7s ago 31m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (30m) 7s ago 30m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (30m) 7s ago 30m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (4m) 7s ago 29m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (27m) 8s ago 27m 55.5M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:00:48.513 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (27m) 7s ago 27m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:00:48.990 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:00:48.991 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:00:48.992 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:00:48.992 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 11, 2024-09-11T09:00:48.992 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T09:00:48.992 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:00:48.992 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: cluster 2024-09-11T09:00:47.580514+0000 mgr.y (mgr.54105) 12 : 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-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:47.723198+0000 mgr.y (mgr.54105) 13 : audit [DBG] from='client.25315 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.121942+0000 mgr.y (mgr.54105) 14 : audit [DBG] from='client.54141 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.490952+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.492257+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.493390+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.146 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.494472+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.495500+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.496541+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.500597+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.501329+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.502031+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.502714+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.147 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:48 smithi120 bash[18840]: audit 2024-09-11T09:00:48.503432+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:49.388 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:00:49.388 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:00:49.388 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:00:49.388 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi120", 2024-09-11T09:00:49.389 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:00:49.389 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "1/2 daemons upgraded", 2024-09-11T09:00:49.389 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "", 2024-09-11T09:00:49.389 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:00:49.389 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:00:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:49 smithi120 bash[18840]: audit 2024-09-11T09:00:48.485171+0000 mgr.y (mgr.54105) 15 : audit [DBG] from='client.44189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:49 smithi120 bash[18840]: audit 2024-09-11T09:00:48.991687+0000 mon.a (mon.0) 53 : audit [DBG] from='client.54153 172.21.15.120:0/2788490403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:51.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:50 smithi120 bash[18840]: audit 2024-09-11T09:00:49.389443+0000 mgr.y (mgr.54105) 16 : audit [DBG] from='client.54159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:00:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:50 smithi120 bash[18840]: cluster 2024-09-11T09:00:49.581512+0000 mgr.y (mgr.54105) 17 : 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-11T09:00:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.617640+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.619482+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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-11T09:00:51.615206Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.626796+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.629324+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T09:00:51.615305Z\", \"last_network_update\": \"2024-09-11T09:00:41.306954Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.637218+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.639612+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.641233+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.642661+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.644067+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.645366+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.646519+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.647612+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.648809+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:51 smithi120 bash[18840]: audit 2024-09-11T09:00:51.649988+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: cluster 2024-09-11T09:00:51.582183+0000 mgr.y (mgr.54105) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: cephadm 2024-09-11T09:00:51.877969+0000 mgr.y (mgr.54105) 19 : cephadm [INF] Detected new or changed devices on smithi120 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.880438+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.882178+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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-11T09:00:51.877715Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.889738+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.892660+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T09:00:51.877993Z\", \"last_network_update\": \"2024-09-11T09:00:40.895686Z\", \"last_device_change\": \"2024-09-11T09:00:51.877988Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.900072+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.903722+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.904958+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.906061+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.907160+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.908352+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.909479+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.910630+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.911857+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.913065+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.916243+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.921716+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.976437+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.979102+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.982622+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.984827+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: audit 2024-09-11T09:00:51.986221+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T09:00:53.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:52 smithi120 bash[18840]: cephadm 2024-09-11T09:00:51.987246+0000 mgr.y (mgr.54105) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T09:00:55.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: cluster 2024-09-11T09:00:53.582845+0000 mgr.y (mgr.54105) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.626800+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.c"}]: dispatch 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.635610+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.638883+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.640361+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.641418+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:00:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:54 smithi120 bash[18840]: audit 2024-09-11T09:00:54.643491+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:00:56.093 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:55 smithi120 bash[18840]: cephadm 2024-09-11T09:00:54.626094+0000 mgr.y (mgr.54105) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T09:00:56.093 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:55 smithi120 bash[18840]: cephadm 2024-09-11T09:00:54.642637+0000 mgr.y (mgr.54105) 23 : cephadm [INF] Deploying daemon mon.c on smithi120 2024-09-11T09:00:57.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:56 smithi120 bash[18840]: cluster 2024-09-11T09:00:55.584275+0000 mgr.y (mgr.54105) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:00:57.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:57 smithi120 systemd[1]: Stopping Ceph mon.c for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:00:57.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:57 smithi120 bash[18840]: debug 2024-09-11T09:00:57.305+0000 7fa7c8a6f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:00:57.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:57 smithi120 bash[18840]: debug 2024-09-11T09:00:57.305+0000 7fa7c8a6f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T09:00:58.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:58 smithi120 bash[59188]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.c 2024-09-11T09:00:58.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:58 smithi120 bash[59260]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon.c 2024-09-11T09:00:58.703 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:58 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.c.service: Succeeded. 2024-09-11T09:00:58.703 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:58 smithi120 systemd[1]: Stopped Ceph mon.c for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:00:59.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:00:58 smithi120 systemd[1]: Started Ceph mon.c for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:01:00.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.081+0000 7f22694d9900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T09:01:00.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.081+0000 7f22694d9900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T09:01:00.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.081+0000 7f22694d9900 0 pidfile_write: ignore empty --pid-file 2024-09-11T09:01:00.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 0 load: jerasure load: lrc 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: DB SUMMARY 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: DB Session ID: 49M4ECX8TUUKBMVY3A3U 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 3849 Bytes 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000087.sst 000088.sst 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000085.log size: 5927473 ; 2024-09-11T09:01:00.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.env: 0x561326f21440 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.fs: Posix File System 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.info_log: 0x56132857aee0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.statistics: (nil) 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.use_fsync: 0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T09:01:00.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T09:01:00.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T09:01:00.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.db_log_dir: 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.write_buffer_manager: 0x561328638780 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T09:01:00.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.unordered_write: 0 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T09:01:00.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.row_cache: None 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.wal_filter: None 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T09:01:00.438 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T09:01:00.439 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_open_files: -1 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Compression algorithms supported: 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kZSTD supported: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T09:01:00.440 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.merge_operator: 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_filter: None 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T09:01:00.441 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561328523a38) 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: cache_index_and_filter_blocks: 1 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: pin_top_level_index_and_filter: 1 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: index_type: 0 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: data_block_index_type: 0 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: index_shortening: 1 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: hash_index_allow_collision: 1 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: checksum: 1 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: no_block_cache: 0 2024-09-11T09:01:00.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_cache: 0x5613285571f0 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_cache_name: BinnedLRUCache 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_cache_options: 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: capacity : 536870912 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: num_shard_bits : 4 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: strict_capacity_limit : 0 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: high_pri_pool_ratio: 0.000 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_cache_compressed: (nil) 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: persistent_cache: (nil) 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_size: 4096 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_size_deviation: 10 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_restart_interval: 16 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: index_block_restart_interval: 1 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: metadata_block_size: 4096 2024-09-11T09:01:00.443 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: partition_filters: 0 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: use_delta_encoding: 1 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: whole_key_filtering: 1 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: verify_compression: 0 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: read_amp_bytes_per_bit: 0 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: format_version: 4 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: enable_index_compression: 1 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: block_align: 0 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression: NoCompression 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T09:01:00.444 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.num_levels: 7 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T09:01:00.445 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T09:01:00.446 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T09:01:00.447 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T09:01:00.448 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T09:01:00.449 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.ttl: 2592000 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 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 90, last_sequence is 32312, log_number is 85,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 85 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.089+0000 7f22694d9900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 90 2024-09-11T09:01:00.450 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.093+0000 7f22694d9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045260095499, "job": 1, "event": "recovery_started", "wal_files": [85]} 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.093+0000 7f22694d9900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #85 mode 2 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.101+0000 7f22694d9900 3 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-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.109+0000 7f22694d9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045260113548, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 91, "file_size": 3904773, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 3900985, "index_size": 2374, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 3134, "raw_average_key_size": 21, "raw_value_size": 3896236, "raw_average_value_size": 26149, "num_data_blocks": 103, "num_entries": 149, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1726045260, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ff56647b-e44e-4bbf-9132-ec304d5a2b41", "db_session_id": "49M4ECX8TUUKBMVY3A3U"}} 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.109+0000 7f22694d9900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 92 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.109+0000 7f22694d9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726045260114403, "job": 1, "event": "recovery_finished"} 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f22694d9900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000085.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f22694d9900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56132858c700 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f22694d9900 4 rocksdb: DB pointer 0x56132855a000 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f225f2a5640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f225f2a5640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** DB Stats ** 2024-09-11T09:01:00.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** Compaction Stats [default] ** 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: L0 1/0 3.72 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: L6 2/0 81.03 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-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Sum 3/0 84.75 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.452 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** Compaction Stats [default] ** 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Flush(GB): cumulative 0.004, interval 0.004 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Cumulative compaction: 0.00 GB write, 154.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Interval compaction: 0.00 GB write, 154.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.453 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** Compaction Stats [default] ** 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: L0 1/0 3.72 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: L6 2/0 81.03 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-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Sum 3/0 84.75 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** Compaction Stats [default] ** 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 466.0 0.01 0.00 1 0.008 0 0 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T09:01:00.454 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Flush(GB): cumulative 0.004, interval 0.000 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: Cumulative compaction: 0.00 GB write, 154.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.113+0000 7f22694d9900 0 starting mon.c rank 1 at public addrs [v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0] at bind addrs [v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 1 mon.c@-1(???) e3 preinit fsid 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).mds e1 new map 2024-09-11T09:01:00.455 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).mds e1 print_map 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: e1 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 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-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: legacy client fscid: -1 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: No filesystems configured 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).osd e66 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 0 mon.c@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-09-11T09:01:00.456 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:00 smithi120 bash[59345]: debug 2024-09-11T09:01:00.117+0000 7f22694d9900 1 mon.c@-1(???).paxosservice(auth 1..30) refresh upgraded, format 0 -> 3 2024-09-11T09:01:05.430 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[40897]: debug 2024-09-11T09:01:05.129+0000 7fd56d34a640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-11T09:01:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:24:56.261357+0000 mon.a (mon.0) 0 : [INF] mkfs 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:01:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T09:01:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.052187+0000 mgr.y (mgr.14946) 215 : cephadm [INF] Detected new or changed devices on smithi130 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.144563+0000 mgr.y (mgr.14946) 216 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.158221+0000 mgr.y (mgr.14946) 217 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.172177+0000 mgr.y (mgr.14946) 218 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:01:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:24:56.261357+0000 mon.a (mon.0) 0 : [INF] mkfs 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:06.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.052187+0000 mgr.y (mgr.14946) 215 : cephadm [INF] Detected new or changed devices on smithi130 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.144563+0000 mgr.y (mgr.14946) 216 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.158221+0000 mgr.y (mgr.14946) 217 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:01:06.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.172177+0000 mgr.y (mgr.14946) 218 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.182449+0000 mgr.y (mgr.14946) 219 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.202025+0000 mgr.y (mgr.14946) 220 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.212031+0000 mgr.y (mgr.14946) 221 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.225374+0000 mgr.y (mgr.14946) 222 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.230789+0000 mgr.y (mgr.14946) 223 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.236411+0000 mgr.y (mgr.14946) 224 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.241279+0000 mgr.y (mgr.14946) 225 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.246070+0000 mgr.y (mgr.14946) 226 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.251422+0000 mgr.y (mgr.14946) 227 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.254627+0000 mgr.y (mgr.14946) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T08:59:42.332530+0000 mgr.y (mgr.14946) 229 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:06.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:44.491205+0000 mgr.y (mgr.14946) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:46.492599+0000 mgr.y (mgr.14946) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:48.493260+0000 mgr.y (mgr.14946) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:50.493958+0000 mgr.y (mgr.14946) 234 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:52.495440+0000 mgr.y (mgr.14946) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:54.496170+0000 mgr.y (mgr.14946) 237 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:56.496995+0000 mgr.y (mgr.14946) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T08:59:58.497669+0000 mgr.y (mgr.14946) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:00.000167+0000 mon.a (mon.0) 1651 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:00.498402+0000 mgr.y (mgr.14946) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:02.499904+0000 mgr.y (mgr.14946) 242 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.182449+0000 mgr.y (mgr.14946) 219 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.202025+0000 mgr.y (mgr.14946) 220 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.212031+0000 mgr.y (mgr.14946) 221 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.225374+0000 mgr.y (mgr.14946) 222 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.230789+0000 mgr.y (mgr.14946) 223 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.236411+0000 mgr.y (mgr.14946) 224 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.241279+0000 mgr.y (mgr.14946) 225 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.246070+0000 mgr.y (mgr.14946) 226 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.251422+0000 mgr.y (mgr.14946) 227 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.254627+0000 mgr.y (mgr.14946) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T08:59:42.332530+0000 mgr.y (mgr.14946) 229 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:44.491205+0000 mgr.y (mgr.14946) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:46.492599+0000 mgr.y (mgr.14946) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:48.493260+0000 mgr.y (mgr.14946) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:50.493958+0000 mgr.y (mgr.14946) 234 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:52.495440+0000 mgr.y (mgr.14946) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:54.496170+0000 mgr.y (mgr.14946) 237 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:56.496995+0000 mgr.y (mgr.14946) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T08:59:58.497669+0000 mgr.y (mgr.14946) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:00.000167+0000 mon.a (mon.0) 1651 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:00.498402+0000 mgr.y (mgr.14946) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:02.499904+0000 mgr.y (mgr.14946) 242 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:04.500556+0000 mgr.y (mgr.14946) 243 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:06.502633+0000 mgr.y (mgr.14946) 246 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:08.419922+0000 mgr.y (mgr.14946) 247 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:08.485625+0000 mgr.y (mgr.14946) 248 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:08.503403+0000 mgr.y (mgr.14946) 249 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:10.504066+0000 mgr.y (mgr.14946) 250 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:12.497653+0000 mgr.y (mgr.14946) 251 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:12.497813+0000 mgr.y (mgr.14946) 252 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:12.505378+0000 mgr.y (mgr.14946) 253 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:12.514085+0000 mgr.y (mgr.14946) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:12.526393+0000 mgr.y (mgr.14946) 255 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:14.506098+0000 mgr.y (mgr.14946) 256 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:16.075454+0000 mgr.y (mgr.14946) 259 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:16.085855+0000 mgr.y (mgr.14946) 260 : cephadm [INF] Deploying daemon mon.a on smithi120 2024-09-11T09:01:06.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:16.507281+0000 mgr.y (mgr.14946) 262 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:20.508331+0000 mgr.y (mgr.14946) 265 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.161048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.164220+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-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.173705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.174443+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.174475+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:04.500556+0000 mgr.y (mgr.14946) 243 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:06.502633+0000 mgr.y (mgr.14946) 246 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:08.419922+0000 mgr.y (mgr.14946) 247 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:08.485625+0000 mgr.y (mgr.14946) 248 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:08.503403+0000 mgr.y (mgr.14946) 249 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:10.504066+0000 mgr.y (mgr.14946) 250 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:12.497653+0000 mgr.y (mgr.14946) 251 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:12.497813+0000 mgr.y (mgr.14946) 252 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:12.505378+0000 mgr.y (mgr.14946) 253 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:12.514085+0000 mgr.y (mgr.14946) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:12.526393+0000 mgr.y (mgr.14946) 255 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:14.506098+0000 mgr.y (mgr.14946) 256 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:16.075454+0000 mgr.y (mgr.14946) 259 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:16.085855+0000 mgr.y (mgr.14946) 260 : cephadm [INF] Deploying daemon mon.a on smithi120 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:16.507281+0000 mgr.y (mgr.14946) 262 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:20.508331+0000 mgr.y (mgr.14946) 265 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.161048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.164220+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-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.173705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.174443+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.174475+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.175648+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.176181+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:22.188920+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:23.197371+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.493891+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.493999+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.549023+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-09-11T09:01:06.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.549650+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.560400+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:27.562533+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e41: y(active, starting, since 0.0130446s), standbys: x 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:33.612770+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:33.675496+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e42: y(active, since 6s), standbys: x 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:33.694452+0000 mgr.y (mgr.54105) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:35.146592+0000 mgr.y (mgr.54105) 2 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTING 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:35.274049+0000 mgr.y (mgr.54105) 3 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:35.274316+0000 mgr.y (mgr.54105) 4 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTED 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:35.278208+0000 mgr.y (mgr.54105) 5 : cephadm [ERR] [11/Sep/2024:09:00:35] ENGINE Error in HTTPServer.serve 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: Traceback (most recent call last): 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: self._connections.run(self.expiration_interval) 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T09:01:06.194 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: self._run(expiration_interval) 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: s = self.context.wrap_socket( 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: return self.sslsocket_class._create( 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: self.do_handshake() 2024-09-11T09:01:06.195 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.175648+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.176181+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:22.188920+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:23.197371+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.493891+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.493999+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.549023+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.549650+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.560400+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:27.562533+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e41: y(active, starting, since 0.0130446s), standbys: x 2024-09-11T09:01:06.196 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:33.612770+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:33.675496+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e42: y(active, since 6s), standbys: x 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:33.694452+0000 mgr.y (mgr.54105) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:35.146592+0000 mgr.y (mgr.54105) 2 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTING 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:35.274049+0000 mgr.y (mgr.54105) 3 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:35.274316+0000 mgr.y (mgr.54105) 4 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTED 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:35.278208+0000 mgr.y (mgr.54105) 5 : cephadm [ERR] [11/Sep/2024:09:00:35] ENGINE Error in HTTPServer.serve 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: Traceback (most recent call last): 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: self._connections.run(self.expiration_interval) 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: self._run(expiration_interval) 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T09:01:06.197 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: s = self.context.wrap_socket( 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: return self.sslsocket_class._create( 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: self.do_handshake() 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: self._sslobj.do_handshake() 2024-09-11T09:01:06.198 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:35.575055+0000 mgr.y (mgr.54105) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:36.296306+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:37.575817+0000 mgr.y (mgr.54105) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:37.706649+0000 mon.a (mon.0) 25 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:39.577192+0000 mgr.y (mgr.54105) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:41.577884+0000 mgr.y (mgr.54105) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:43.578550+0000 mgr.y (mgr.54105) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:45.580011+0000 mgr.y (mgr.54105) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:47.580514+0000 mgr.y (mgr.54105) 12 : 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-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.485171+0000 mgr.y (mgr.54105) 15 : audit [DBG] from='client.44189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.496541+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.500597+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.501329+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.199 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.502031+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.502714+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.503432+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:48.991687+0000 mon.a (mon.0) 53 : audit [DBG] from='client.54153 172.21.15.120:0/2788490403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:49.389443+0000 mgr.y (mgr.54105) 16 : audit [DBG] from='client.54159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: self._sslobj.do_handshake() 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:35.575055+0000 mgr.y (mgr.54105) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:36.296306+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-11T09:01:06.200 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:37.575817+0000 mgr.y (mgr.54105) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:37.706649+0000 mon.a (mon.0) 25 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:39.577192+0000 mgr.y (mgr.54105) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:41.577884+0000 mgr.y (mgr.54105) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:43.578550+0000 mgr.y (mgr.54105) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:45.580011+0000 mgr.y (mgr.54105) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:47.580514+0000 mgr.y (mgr.54105) 12 : 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-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.485171+0000 mgr.y (mgr.54105) 15 : audit [DBG] from='client.44189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.496541+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.500597+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.501329+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.502031+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.502714+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.503432+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.201 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:48.991687+0000 mon.a (mon.0) 53 : audit [DBG] from='client.54153 172.21.15.120:0/2788490403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:06.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:49.389443+0000 mgr.y (mgr.54105) 16 : audit [DBG] from='client.54159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:06.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:49.581512+0000 mgr.y (mgr.54105) 17 : 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-11T09:01:06.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:51.582183+0000 mgr.y (mgr.54105) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.617640+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:06.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.619482+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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-11T09:00:51.615206Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:06.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.626796+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:49.581512+0000 mgr.y (mgr.54105) 17 : 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-11T09:01:06.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:51.582183+0000 mgr.y (mgr.54105) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.617640+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:06.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.619482+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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-11T09:00:51.615206Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:06.204 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.626796+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.629324+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T09:00:51.615305Z\", \"last_network_update\": \"2024-09-11T09:00:41.306954Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.637218+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.639612+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.641233+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.642661+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.644067+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.645366+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.646519+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.647612+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.648809+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.649988+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:51.877969+0000 mgr.y (mgr.54105) 19 : cephadm [INF] Detected new or changed devices on smithi120 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.880438+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.629324+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T09:00:51.615305Z\", \"last_network_update\": \"2024-09-11T09:00:41.306954Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.637218+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.639612+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.641233+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.642661+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.644067+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.645366+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.646519+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.206 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.647612+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.648809+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.649988+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:51.877969+0000 mgr.y (mgr.54105) 19 : cephadm [INF] Detected new or changed devices on smithi120 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.880438+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.882178+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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-11T09:00:51.877715Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:06.207 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.889738+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.882178+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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-11T09:00:51.877715Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.889738+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.892660+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T09:00:51.877993Z\", \"last_network_update\": \"2024-09-11T09:00:40.895686Z\", \"last_device_change\": \"2024-09-11T09:00:51.877988Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.900072+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.903722+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.208 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.904958+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.892660+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T09:00:51.877993Z\", \"last_network_update\": \"2024-09-11T09:00:40.895686Z\", \"last_device_change\": \"2024-09-11T09:00:51.877988Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.900072+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.903722+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.904958+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.906061+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.907160+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.908352+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.909479+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.910630+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.911857+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.913065+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.209 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.916243+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.921716+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.976437+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.979102+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.982622+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.984827+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:51.986221+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:51.987246+0000 mgr.y (mgr.54105) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:53.582845+0000 mgr.y (mgr.54105) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:54.626094+0000 mgr.y (mgr.54105) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.626800+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.c"}]: dispatch 2024-09-11T09:01:06.210 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.635610+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.906061+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.907160+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.908352+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.909479+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.910630+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.911857+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.913065+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.916243+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.921716+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.976437+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.979102+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.982622+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:06.211 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.984827+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:51.986221+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:51.987246+0000 mgr.y (mgr.54105) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:53.582845+0000 mgr.y (mgr.54105) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:54.626094+0000 mgr.y (mgr.54105) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.626800+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.c"}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.635610+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.638883+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.640361+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.641418+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:06.212 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cephadm 2024-09-11T09:00:54.642637+0000 mgr.y (mgr.54105) 23 : cephadm [INF] Deploying daemon mon.c on smithi120 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: audit 2024-09-11T09:00:54.643491+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:00:55.584275+0000 mgr.y (mgr.54105) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:00.849215+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:00.849215+0000 mon.a (mon.0) 89 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.851225+0000 mon.a (mon.0) 90 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.858841+0000 mon.a (mon.0) 91 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.859951+0000 mon.a (mon.0) 92 : cluster [DBG] fsmap 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.860010+0000 mon.a (mon.0) 93 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.862624+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e44: y(active, since 38s), standbys: x 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.862995+0000 mon.a (mon.0) 95 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.873732+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.873770+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T09:01:06.213 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.873816+0000 mon.a (mon.0) 98 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] is down (out of quorum) 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.638883+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.640361+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.641418+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cephadm 2024-09-11T09:00:54.642637+0000 mgr.y (mgr.54105) 23 : cephadm [INF] Deploying daemon mon.c on smithi120 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: audit 2024-09-11T09:00:54.643491+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:00:55.584275+0000 mgr.y (mgr.54105) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:00.849215+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:00.849215+0000 mon.a (mon.0) 89 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.851225+0000 mon.a (mon.0) 90 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.858841+0000 mon.a (mon.0) 91 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.859951+0000 mon.a (mon.0) 92 : cluster [DBG] fsmap 2024-09-11T09:01:06.214 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.860010+0000 mon.a (mon.0) 93 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:06.215 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.862624+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e44: y(active, since 38s), standbys: x 2024-09-11T09:01:06.215 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.862995+0000 mon.a (mon.0) 95 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T09:01:06.215 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.873732+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T09:01:06.215 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.873770+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T09:01:06.215 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:05 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.873816+0000 mon.a (mon.0) 98 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] is down (out of quorum) 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:00:59.586360+0000 mgr.y (mgr.54105) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: audit 2024-09-11T09:01:00.846685+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: audit 2024-09-11T09:01:00.847024+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: audit 2024-09-11T09:01:00.847304+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:00.848292+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:01.587034+0000 mgr.y (mgr.54105) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:03.587727+0000 mgr.y (mgr.54105) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:05.589150+0000 mgr.y (mgr.54105) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.855715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.855716+0000 mon.a (mon.0) 99 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.880970+0000 mon.a (mon.0) 100 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.891053+0000 mon.a (mon.0) 101 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.892160+0000 mon.a (mon.0) 102 : cluster [DBG] fsmap 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.892251+0000 mon.a (mon.0) 103 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.892881+0000 mon.a (mon.0) 104 : cluster [DBG] mgrmap e44: y(active, since 39s), standbys: x 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.893299+0000 mon.a (mon.0) 105 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.893351+0000 mon.a (mon.0) 106 : cluster [INF] Cluster is now healthy 2024-09-11T09:01:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:00:59.586360+0000 mgr.y (mgr.54105) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: audit 2024-09-11T09:01:00.846685+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: audit 2024-09-11T09:01:00.847024+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: audit 2024-09-11T09:01:00.847304+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:00.848292+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:01.587034+0000 mgr.y (mgr.54105) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:03.587727+0000 mgr.y (mgr.54105) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:05.589150+0000 mgr.y (mgr.54105) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.855715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.855716+0000 mon.a (mon.0) 99 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.880970+0000 mon.a (mon.0) 100 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.891053+0000 mon.a (mon.0) 101 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:07.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.892160+0000 mon.a (mon.0) 102 : cluster [DBG] fsmap 2024-09-11T09:01:07.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.892251+0000 mon.a (mon.0) 103 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:07.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.892881+0000 mon.a (mon.0) 104 : cluster [DBG] mgrmap e44: y(active, since 39s), standbys: x 2024-09-11T09:01:07.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.893299+0000 mon.a (mon.0) 105 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T09:01:07.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:06 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.893351+0000 mon.a (mon.0) 106 : cluster [INF] Cluster is now healthy 2024-09-11T09:01:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:24:56.261357+0000 mon.a (mon.0) 0 : [INF] mkfs 35bb7814-7017-11ef-bcea-c7b262605968 2024-09-11T09:01:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:55:54.015405+0000 mgr.y (mgr.14946) 49 : cephadm [INF] Deploying daemon node-exporter.a on smithi120 2024-09-11T09:01:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:55:57.928284+0000 mgr.y (mgr.14946) 52 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-11T09:01:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:55:57.928994+0000 mgr.y (mgr.14946) 53 : cephadm [INF] Deploying daemon node-exporter.b on smithi130 2024-09-11T09:01:07.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:56:28.486659+0000 mgr.y (mgr.14946) 74 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:56:28.505123+0000 mgr.y (mgr.14946) 75 : cephadm [INF] Deploying daemon prometheus.a on smithi130 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:57:02.641460+0000 mgr.y (mgr.14946) 98 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:57:02.657447+0000 mgr.y (mgr.14946) 99 : cephadm [INF] Deploying daemon alertmanager.a on smithi120 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:57:38.533322+0000 mgr.y (mgr.14946) 123 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:57:38.656618+0000 mgr.y (mgr.14946) 125 : cephadm [INF] Deploying daemon grafana.a on smithi130 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:58:32.256571+0000 mgr.y (mgr.14946) 162 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:58:32.341380+0000 mgr.y (mgr.14946) 163 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:13.399809+0000 mgr.y (mgr.14946) 189 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:13.847935+0000 mgr.y (mgr.14946) 190 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:17.626020+0000 mgr.y (mgr.14946) 193 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:17.626222+0000 mgr.y (mgr.14946) 194 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:17.644656+0000 mgr.y (mgr.14946) 195 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:07.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:17.656551+0000 mgr.y (mgr.14946) 196 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:19.963109+0000 mgr.y (mgr.14946) 201 : cephadm [INF] Upgrade: Updating mon.b 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:19.976828+0000 mgr.y (mgr.14946) 202 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.052187+0000 mgr.y (mgr.14946) 215 : cephadm [INF] Detected new or changed devices on smithi130 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.144563+0000 mgr.y (mgr.14946) 216 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.158221+0000 mgr.y (mgr.14946) 217 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.172177+0000 mgr.y (mgr.14946) 218 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.182449+0000 mgr.y (mgr.14946) 219 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.202025+0000 mgr.y (mgr.14946) 220 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.212031+0000 mgr.y (mgr.14946) 221 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.225374+0000 mgr.y (mgr.14946) 222 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.230789+0000 mgr.y (mgr.14946) 223 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:01:07.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.236411+0000 mgr.y (mgr.14946) 224 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.241279+0000 mgr.y (mgr.14946) 225 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.246070+0000 mgr.y (mgr.14946) 226 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.251422+0000 mgr.y (mgr.14946) 227 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.254627+0000 mgr.y (mgr.14946) 228 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T08:59:42.332530+0000 mgr.y (mgr.14946) 229 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:44.491205+0000 mgr.y (mgr.14946) 231 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:46.492599+0000 mgr.y (mgr.14946) 232 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:48.493260+0000 mgr.y (mgr.14946) 233 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:50.493958+0000 mgr.y (mgr.14946) 234 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:52.495440+0000 mgr.y (mgr.14946) 236 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:54.496170+0000 mgr.y (mgr.14946) 237 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:56.496995+0000 mgr.y (mgr.14946) 239 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T08:59:58.497669+0000 mgr.y (mgr.14946) 240 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:00.000167+0000 mon.a (mon.0) 1651 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:07.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:00.498402+0000 mgr.y (mgr.14946) 241 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:02.499904+0000 mgr.y (mgr.14946) 242 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:04.500556+0000 mgr.y (mgr.14946) 243 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:06.502633+0000 mgr.y (mgr.14946) 246 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:08.419922+0000 mgr.y (mgr.14946) 247 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:08.485625+0000 mgr.y (mgr.14946) 248 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:08.503403+0000 mgr.y (mgr.14946) 249 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:10.504066+0000 mgr.y (mgr.14946) 250 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:12.497653+0000 mgr.y (mgr.14946) 251 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:12.497813+0000 mgr.y (mgr.14946) 252 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:12.505378+0000 mgr.y (mgr.14946) 253 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:12.514085+0000 mgr.y (mgr.14946) 254 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:12.526393+0000 mgr.y (mgr.14946) 255 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:14.506098+0000 mgr.y (mgr.14946) 256 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:16.075454+0000 mgr.y (mgr.14946) 259 : cephadm [INF] Upgrade: Updating mon.a 2024-09-11T09:01:07.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:16.085855+0000 mgr.y (mgr.14946) 260 : cephadm [INF] Deploying daemon mon.a on smithi120 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:16.507281+0000 mgr.y (mgr.14946) 262 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:20.508331+0000 mgr.y (mgr.14946) 265 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.4 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.161048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.164220+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-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.173705+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.174443+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.174475+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.175648+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e38: y(active, since 5m), standbys: x 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.176181+0000 mon.a (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:22.188920+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e39: y(active, since 5m), standbys: x 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:23.197371+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e40: y(active, since 5m), standbys: x 2024-09-11T09:01:07.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.493891+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.493999+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.549023+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.549650+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.560400+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:27.562533+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e41: y(active, starting, since 0.0130446s), standbys: x 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:33.612770+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:33.675496+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e42: y(active, since 6s), standbys: x 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:33.694452+0000 mgr.y (mgr.54105) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:35.146592+0000 mgr.y (mgr.54105) 2 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTING 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:35.274049+0000 mgr.y (mgr.54105) 3 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Serving on https://172.21.15.120:7150 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:35.274316+0000 mgr.y (mgr.54105) 4 : cephadm [INF] [11/Sep/2024:09:00:35] ENGINE Bus STARTED 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:35.278208+0000 mgr.y (mgr.54105) 5 : cephadm [ERR] [11/Sep/2024:09:00:35] ENGINE Error in HTTPServer.serve 2024-09-11T09:01:07.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: Traceback (most recent call last): 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: self._connections.run(self.expiration_interval) 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: self._run(expiration_interval) 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: s = self.context.wrap_socket( 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: return self.sslsocket_class._create( 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T09:01:07.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: self.do_handshake() 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: self._sslobj.do_handshake() 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:35.575055+0000 mgr.y (mgr.54105) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:36.296306+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e43: y(active, since 8s), standbys: x 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:37.575817+0000 mgr.y (mgr.54105) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:37.706649+0000 mon.a (mon.0) 25 : cluster [DBG] mgrmap e44: y(active, since 10s), standbys: x 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:39.577192+0000 mgr.y (mgr.54105) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:41.577884+0000 mgr.y (mgr.54105) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:43.578550+0000 mgr.y (mgr.54105) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:45.580011+0000 mgr.y (mgr.54105) 11 : cluster [DBG] pgmap v9: 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, 6 op/s 2024-09-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:47.580514+0000 mgr.y (mgr.54105) 12 : 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-11T09:01:07.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.485171+0000 mgr.y (mgr.54105) 15 : audit [DBG] from='client.44189 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.496541+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.500597+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.501329+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.502031+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.502714+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.503432+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:48.991687+0000 mon.a (mon.0) 53 : audit [DBG] from='client.54153 172.21.15.120:0/2788490403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:49.389443+0000 mgr.y (mgr.54105) 16 : audit [DBG] from='client.54159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:49.581512+0000 mgr.y (mgr.54105) 17 : 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-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:51.582183+0000 mgr.y (mgr.54105) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.617640+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.619482+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130.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-11T09:00:51.615206Z\", \"lvs\": [{\"block_uuid\": \"qNAn4G-ocZM-IdVT-WjZj-cSaX-aWvn-QV07GW\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"9d2c2476-9e2b-48cf-a4f0-4cf6cc0ec1f6\", \"osd_id\": \"7\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"fMdkaJ-fKnI-Y3C5-dzPW-2SLd-5s0h-7Tbgw1\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"a391834e-cd79-4657-a283-2d6c1a79e0f2\", \"osd_id\": \"6\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"sqeGiY-AI2p-iAgw-F6ee-CwOn-l8GY-1JTWwg\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"bf5b4572-dcdc-4e95-8a54-62d8c67d8734\", \"osd_id\": \"5\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"cdRzjI-9XyF-JKPI-mju7-WaBx-h1DM-nnjxy6\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"3416f4f5-98af-4cf6-ade1-345f0d3261ed\", \"osd_id\": \"4\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:07.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.626796+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.629324+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi130","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"service_name\": \"mon\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi130\", \"container_id\": \"d652fad0e0b6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 43662704, \"cpu_percentage\": \"2.64%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.671511Z\", \"created\": \"2024-09-11T08:26:23.125664Z\", \"started\": \"2024-09-11T08:59:23.567480Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi130\", \"container_id\": \"822c4aa56856\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 410098073, \"cpu_percentage\": \"0.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.671875Z\", \"created\": \"2024-09-11T08:26:42.429219Z\", \"started\": \"2024-09-11T08:55:24.922210Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi130\", \"container_id\": \"56b16657d883\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 61603840, \"cpu_percentage\": \"1.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672112Z\", \"created\": \"2024-09-11T08:28:53.920216Z\", \"started\": \"2024-09-11T08:28:58.218241Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi130\", \"container_id\": \"7771e39f01ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56434360, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672334Z\", \"created\": \"2024-09-11T08:29:21.851995Z\", \"started\": \"2024-09-11T08:29:26.518041Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi130\", \"container_id\": \"37c842cf9c4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57849937, \"cpu_percentage\": \"1.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672552Z\", \"created\": \"2024-09-11T08:29:50.407626Z\", \"started\": \"2024-09-11T08:29:54.730604Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi130\", \"container_id\": \"5099fcf8141d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 60020490, \"cpu_percentage\": \"0.96%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.672767Z\", \"created\": \"2024-09-11T08:30:19.359157Z\", \"started\": \"2024-09-11T08:30:23.314526Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi130\", \"container_id\": \"48cccf454cbf\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 45403340, \"cpu_percentage\": \"0.00%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.672982Z\", \"created\": \"2024-09-11T08:31:03.970198Z\", \"started\": \"2024-09-11T08:56:33.800370Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi130\", \"container_id\": \"4dcbd9d1a368\", \"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\"], \"memory_usage\": 11471421, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673195Z\", \"created\": \"2024-09-11T08:31:05.494163Z\", \"started\": \"2024-09-11T08:56:01.936874Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi130\", \"container_id\": \"5eea726a56e0\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\"], \"memory_usage\": 83529564, \"cpu_percentage\": \"0.03%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.673407Z\", \"created\": \"2024-09-11T08:31:45.445241Z\", \"started\": \"2024-09-11T08:58:02.800769Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi130.tjvaqs\", \"daemon_name\": \"rgw.r.z.smithi130.tjvaqs\", \"hostname\": \"smithi130\", \"container_id\": \"9cbfa6bbf666\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 59401830, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.673617Z\", \"created\": \"2024-09-11T08:33:05.947432Z\", \"started\": \"2024-09-11T08:33:05.969445Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:59:19.976712Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:10.909847Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:51.713980Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:19.512372Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-11T08:29:47.925608Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-11T08:30:16.704671Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-11T08:56:28.504974Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:57.928765Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-11T08:57:38.656432Z\"}, \"rgw.r.z.smithi130.tjvaqs\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:03.015721Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.673965Z\", \"last_device_update\": \"2024-09-11T09:00:51.615305Z\", \"last_network_update\": \"2024-09-11T09:00:41.306954Z\", \"last_device_change\": \"2024-09-11T08:59:42.052204Z\", \"last_tuned_profile_update\": \"2024-09-11T08:59:13.842383Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.130\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7f37\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.874925Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.637218+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.639612+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.641233+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.642661+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.644067+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.645366+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.646519+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.647612+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.648809+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.649988+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.378 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:51.877969+0000 mgr.y (mgr.54105) 19 : cephadm [INF] Detected new or changed devices on smithi120 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.880438+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.882178+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120.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-11T09:00:51.877715Z\", \"lvs\": [{\"block_uuid\": \"NYivgQ-efwN-B14f-9rQm-46fB-Vj0K-6OHQi4\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"93efcac1-4aa4-42b9-8447-fdab0135e6f5\", \"osd_id\": \"3\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"HSiQ8e-3SMH-l4mO-Kwsz-ruH4-H2CA-KJmyPc\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2a08ab66-9d69-45d6-b8f5-9d3eaf19925e\", \"osd_id\": \"2\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"xg9cUO-rRYf-w6gI-UWP9-IUfW-c5W1-FKuM2t\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"b09a0c36-b9ec-4ab1-8939-3997934c2e31\", \"osd_id\": \"1\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"block_uuid\": \"5gGH7v-FJ25-bsdG-u9Pw-BBuc-rPIV-kAjn43\", \"cluster_fsid\": \"35bb7814-7017-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"9eb9cd28-6313-4587-96ec-fbfe52e61acc\", \"osd_id\": \"0\", \"osdspec_affinity\": \"\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL_SSDPEDMD400G4_PHFT620400XV400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.889738+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.892660+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi120","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi120\", \"container_id\": \"ffa496145bea\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"3.35%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.267353Z\", \"created\": \"2024-09-11T08:24:54.648738Z\", \"started\": \"2024-09-11T09:00:20.260191Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi120\", \"container_id\": \"07dd46baa7c6\", \"container_image_id\": \"4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40\"], \"memory_usage\": 442079641, \"cpu_percentage\": \"1.63%\", \"version\": \"17.2.7-1623-gd0e6828a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-11T09:00:40.267755Z\", \"created\": \"2024-09-11T08:25:04.308515Z\", \"started\": \"2024-09-11T08:45:27.827084Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi120\", \"container_id\": \"6773dd968d51\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 254069964, \"cpu_percentage\": \"4.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268025Z\", \"created\": \"2024-09-11T08:26:06.975070Z\", \"started\": \"2024-09-11T08:26:06.992293Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi120\", \"container_id\": \"ec374deac568\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268274Z\", \"created\": \"2024-09-11T08:27:04.633740Z\", \"started\": \"2024-09-11T08:27:08.978369Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi120\", \"container_id\": \"8e7d76d12d0e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56339988, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268517Z\", \"created\": \"2024-09-11T08:27:33.097086Z\", \"started\": \"2024-09-11T08:27:37.646232Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi120\", \"container_id\": \"a1178633ae1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 53068431, \"cpu_percentage\": \"0.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268757Z\", \"created\": \"2024-09-11T08:28:01.504439Z\", \"started\": \"2024-09-11T08:28:06.041226Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi120\", \"container_id\": \"5bf946c16d5f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58416168, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.268996Z\", \"created\": \"2024-09-11T08:28:30.255783Z\", \"started\": \"2024-09-11T08:28:34.068774Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi120\", \"container_id\": \"bbeadbc6bef9\", \"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\"], \"memory_usage\": 11072962, \"cpu_percentage\": \"0.00%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269235Z\", \"created\": \"2024-09-11T08:31:06.236213Z\", \"started\": \"2024-09-11T08:55:58.176392Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi120\", \"container_id\": \"3d764d62768a\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 17207132, \"cpu_percentage\": \"0.13%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-11T09:00:40.269483Z\", \"created\": \"2024-09-11T08:31:23.107826Z\", \"started\": \"2024-09-11T08:57:08.595414Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi120.fpvwgw\", \"daemon_name\": \"rgw.r.z.smithi120.fpvwgw\", \"hostname\": \"smithi120\", \"container_id\": \"d72597595359\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58227425, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-11T09:00:40.269721Z\", \"created\": \"2024-09-11T08:33:09.245390Z\", \"started\": \"2024-09-11T08:33:09.270372Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:58.393022Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-11T08:44:30.535505Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:02.152412Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:30.627111Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-11T08:27:59.115081Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-11T08:28:27.767255Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:55:54.015137Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-11T08:57:02.657289Z\"}, \"rgw.r.z.smithi120.fpvwgw\": {\"deps\": [], \"last_config\": \"2024-09-11T08:33:05.982663Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-11T08:41:56.196254Z\"}}, \"last_daemon_update\": \"2024-09-11T09:00:40.270145Z\", \"last_device_update\": \"2024-09-11T09:00:51.877993Z\", \"last_network_update\": \"2024-09-11T09:00:40.895686Z\", \"last_device_change\": \"2024-09-11T09:00:51.877988Z\", \"last_tuned_profile_update\": \"2024-09-11T08:57:00.163354Z\", \"networks_and_interfaces\": {\"172.17.0.0/16\": {\"docker0\": [\"172.17.0.1\"]}, \"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"172.21.15.254/32\": {\"enp3s0f1\": [\"172.21.15.120\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:478f\"]}}, \"last_host_check\": \"2024-09-11T08:57:08.872284Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.900072+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.903722+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.904958+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.906061+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.907160+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.908352+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.909479+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.910630+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.911857+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:07.379 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.913065+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.916243+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.921716+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.976437+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.979102+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.982622+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.984827+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:51.986221+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:51.987246+0000 mgr.y (mgr.54105) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:53.582845+0000 mgr.y (mgr.54105) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:54.626094+0000 mgr.y (mgr.54105) 22 : cephadm [INF] Upgrade: Updating mon.c 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.626800+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "who": "mon.c"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.635610+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.638883+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.640361+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:07.380 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.641418+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cephadm 2024-09-11T09:00:54.642637+0000 mgr.y (mgr.54105) 23 : cephadm [INF] Deploying daemon mon.c on smithi120 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:00:54.643491+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:55.584275+0000 mgr.y (mgr.54105) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:00.849215+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:00.849215+0000 mon.a (mon.0) 89 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.851225+0000 mon.a (mon.0) 90 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.858841+0000 mon.a (mon.0) 91 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.859951+0000 mon.a (mon.0) 92 : cluster [DBG] fsmap 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.860010+0000 mon.a (mon.0) 93 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.862624+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e44: y(active, since 38s), standbys: x 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.862995+0000 mon.a (mon.0) 95 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-11T09:01:07.381 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.873732+0000 mon.a (mon.0) 96 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.873770+0000 mon.a (mon.0) 97 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.873816+0000 mon.a (mon.0) 98 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] is down (out of quorum) 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:00:59.586360+0000 mgr.y (mgr.54105) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:01:00.846685+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:01:00.847024+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: audit 2024-09-11T09:01:00.847304+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:00.848292+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:01.587034+0000 mgr.y (mgr.54105) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:03.587727+0000 mgr.y (mgr.54105) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:05.589150+0000 mgr.y (mgr.54105) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.855715+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.855716+0000 mon.a (mon.0) 99 : cluster [INF] mon.a calling monitor election 2024-09-11T09:01:07.382 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.880970+0000 mon.a (mon.0) 100 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.891053+0000 mon.a (mon.0) 101 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.120:3300/0,v1:172.21.15.120:6789/0],b=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0],c=[v2:172.21.15.120:3301/0,v1:172.21.15.120:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.892160+0000 mon.a (mon.0) 102 : cluster [DBG] fsmap 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.892251+0000 mon.a (mon.0) 103 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.892881+0000 mon.a (mon.0) 104 : cluster [DBG] mgrmap e44: y(active, since 39s), standbys: x 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.893299+0000 mon.a (mon.0) 105 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-11T09:01:07.383 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:06 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.893351+0000 mon.a (mon.0) 106 : cluster [INF] Cluster is now healthy 2024-09-11T09:01:08.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:07 smithi130 bash[38112]: cluster 2024-09-11T09:01:06.918498+0000 mon.a (mon.0) 107 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:08.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:07 smithi130 bash[38112]: audit 2024-09-11T09:01:06.925669+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:07 smithi130 bash[38112]: audit 2024-09-11T09:01:06.944195+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:07 smithi130 bash[38112]: audit 2024-09-11T09:01:06.947853+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[53671]: cluster 2024-09-11T09:01:06.918498+0000 mon.a (mon.0) 107 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[53671]: audit 2024-09-11T09:01:06.925669+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[53671]: audit 2024-09-11T09:01:06.944195+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[53671]: audit 2024-09-11T09:01:06.947853+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[59345]: cluster 2024-09-11T09:01:06.918498+0000 mon.a (mon.0) 107 : cluster [INF] overall HEALTH_OK 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[59345]: audit 2024-09-11T09:01:06.925669+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[59345]: audit 2024-09-11T09:01:06.944195+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:07 smithi120 bash[59345]: audit 2024-09-11T09:01:06.947853+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:09.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:08 smithi130 bash[38112]: cluster 2024-09-11T09:01:07.589865+0000 mgr.y (mgr.54105) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:09.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:08 smithi120 bash[53671]: cluster 2024-09-11T09:01:07.589865+0000 mgr.y (mgr.54105) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:08 smithi120 bash[59345]: cluster 2024-09-11T09:01:07.589865+0000 mgr.y (mgr.54105) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:11.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:11 smithi120 bash[53671]: cluster 2024-09-11T09:01:09.591305+0000 mgr.y (mgr.54105) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:11 smithi120 bash[59345]: cluster 2024-09-11T09:01:09.591305+0000 mgr.y (mgr.54105) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:11 smithi130 bash[38112]: cluster 2024-09-11T09:01:09.591305+0000 mgr.y (mgr.54105) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:13.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[59345]: cluster 2024-09-11T09:01:11.592035+0000 mgr.y (mgr.54105) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:13.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[59345]: audit 2024-09-11T09:01:12.959008+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[59345]: audit 2024-09-11T09:01:12.969713+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[59345]: audit 2024-09-11T09:01:12.981813+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[53671]: cluster 2024-09-11T09:01:11.592035+0000 mgr.y (mgr.54105) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[53671]: audit 2024-09-11T09:01:12.959008+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[53671]: audit 2024-09-11T09:01:12.969713+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:13 smithi120 bash[53671]: audit 2024-09-11T09:01:12.981813+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:13.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:13 smithi130 bash[38112]: cluster 2024-09-11T09:01:11.592035+0000 mgr.y (mgr.54105) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:13.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:13 smithi130 bash[38112]: audit 2024-09-11T09:01:12.959008+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:13.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:13 smithi130 bash[38112]: audit 2024-09-11T09:01:12.969713+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:13.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:13 smithi130 bash[38112]: audit 2024-09-11T09:01:12.981813+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[53671]: audit 2024-09-11T09:01:13.353570+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[53671]: audit 2024-09-11T09:01:13.570138+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[53671]: audit 2024-09-11T09:01:13.583876+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[53671]: audit 2024-09-11T09:01:13.595665+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[53671]: audit 2024-09-11T09:01:13.595796+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[59345]: audit 2024-09-11T09:01:13.353570+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[59345]: audit 2024-09-11T09:01:13.570138+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[59345]: audit 2024-09-11T09:01:13.583876+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[59345]: audit 2024-09-11T09:01:13.595665+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:14 smithi120 bash[59345]: audit 2024-09-11T09:01:13.595796+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:01:14.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:14 smithi130 bash[38112]: audit 2024-09-11T09:01:13.353570+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:01:14.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:14 smithi130 bash[38112]: audit 2024-09-11T09:01:13.570138+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:14.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:14 smithi130 bash[38112]: audit 2024-09-11T09:01:13.583876+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:14 smithi130 bash[38112]: audit 2024-09-11T09:01:13.595665+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:14.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:14 smithi130 bash[38112]: audit 2024-09-11T09:01:13.595796+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:01:15.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:15 smithi120 bash[53671]: cluster 2024-09-11T09:01:13.592539+0000 mgr.y (mgr.54105) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:15.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:15 smithi120 bash[59345]: cluster 2024-09-11T09:01:13.592539+0000 mgr.y (mgr.54105) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:15.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:15 smithi130 bash[38112]: cluster 2024-09-11T09:01:13.592539+0000 mgr.y (mgr.54105) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:17.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:17 smithi120 bash[53671]: cluster 2024-09-11T09:01:15.593895+0000 mgr.y (mgr.54105) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:17.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:17 smithi120 bash[59345]: cluster 2024-09-11T09:01:15.593895+0000 mgr.y (mgr.54105) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:17.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:17 smithi130 bash[38112]: cluster 2024-09-11T09:01:15.593895+0000 mgr.y (mgr.54105) 34 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:19.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:19 smithi120 bash[59345]: cluster 2024-09-11T09:01:17.594599+0000 mgr.y (mgr.54105) 35 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:19 smithi120 bash[53671]: cluster 2024-09-11T09:01:17.594599+0000 mgr.y (mgr.54105) 35 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:19.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:19 smithi130 bash[38112]: cluster 2024-09-11T09:01:17.594599+0000 mgr.y (mgr.54105) 35 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:19.828 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:01:20.628 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:01:20.628 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (4m) 7s ago 29m 17.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:01:20.628 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (3m) 39s ago 29m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (5m) 39s ago 34m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (15m) 7s ago 36m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (60s) 7s ago 36m 84.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (117s) 39s ago 34m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (21s) 7s ago 35m 26.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (5m) 7s ago 30m 11.0M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (5m) 39s ago 30m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (34m) 7s ago 34m 55.5M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (33m) 7s ago 33m 53.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (33m) 7s ago 33m 50.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (32m) 7s ago 32m 56.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (32m) 39s ago 32m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (31m) 39s ago 31m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:01:20.629 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (31m) 39s ago 31m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:01:20.630 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (30m) 39s ago 31m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:01:20.630 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (4m) 39s ago 30m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:01:20.630 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (28m) 7s ago 28m 55.7M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:01:20.630 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (28m) 39s ago 28m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:01:21.098 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:01:21.099 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:01:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: cluster 2024-09-11T09:01:19.596016+0000 mgr.y (mgr.54105) 36 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:19.815686+0000 mgr.y (mgr.54105) 37 : audit [DBG] from='client.54165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.215778+0000 mgr.y (mgr.54105) 38 : audit [DBG] from='client.54171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.602256+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.603172+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.604050+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.604813+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.605625+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.606644+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.610979+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.612162+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.613086+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.613925+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:20.614978+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[53671]: audit 2024-09-11T09:01:21.099030+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64120 172.21.15.120:0/1579053265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: cluster 2024-09-11T09:01:19.596016+0000 mgr.y (mgr.54105) 36 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:19.815686+0000 mgr.y (mgr.54105) 37 : audit [DBG] from='client.54165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.215778+0000 mgr.y (mgr.54105) 38 : audit [DBG] from='client.54171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.602256+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.603172+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.604050+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.604813+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.605625+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.606644+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.610979+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.612162+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.613086+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.613925+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:20.614978+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:21 smithi120 bash[59345]: audit 2024-09-11T09:01:21.099030+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64120 172.21.15.120:0/1579053265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:21.480 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:01:21.480 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:01:21.480 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi120", 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "mon" 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:01:21.481 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: cluster 2024-09-11T09:01:19.596016+0000 mgr.y (mgr.54105) 36 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:19.815686+0000 mgr.y (mgr.54105) 37 : audit [DBG] from='client.54165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.215778+0000 mgr.y (mgr.54105) 38 : audit [DBG] from='client.54171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.602256+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.603172+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.604050+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.604813+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.605625+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.606644+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.610979+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:21.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.612162+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.613086+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.613925+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:20.614978+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:21.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:21 smithi130 bash[38112]: audit 2024-09-11T09:01:21.099030+0000 mon.c (mon.1) 4 : audit [DBG] from='client.64120 172.21.15.120:0/1579053265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:22.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:22 smithi120 bash[53671]: audit 2024-09-11T09:01:20.601002+0000 mgr.y (mgr.54105) 39 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:22 smithi120 bash[59345]: audit 2024-09-11T09:01:20.601002+0000 mgr.y (mgr.54105) 39 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:22 smithi130 bash[38112]: audit 2024-09-11T09:01:20.601002+0000 mgr.y (mgr.54105) 39 : audit [DBG] from='client.64114 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:23.423 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:23 smithi120 bash[53671]: audit 2024-09-11T09:01:21.481484+0000 mgr.y (mgr.54105) 40 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:23.423 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:23 smithi120 bash[53671]: cluster 2024-09-11T09:01:21.596704+0000 mgr.y (mgr.54105) 41 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:23.423 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:23 smithi120 bash[59345]: audit 2024-09-11T09:01:21.481484+0000 mgr.y (mgr.54105) 40 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:23.423 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:23 smithi120 bash[59345]: cluster 2024-09-11T09:01:21.596704+0000 mgr.y (mgr.54105) 41 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:23 smithi130 bash[38112]: audit 2024-09-11T09:01:21.481484+0000 mgr.y (mgr.54105) 40 : audit [DBG] from='client.64126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:23.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:23 smithi130 bash[38112]: cluster 2024-09-11T09:01:21.596704+0000 mgr.y (mgr.54105) 41 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: cluster 2024-09-11T09:01:23.597427+0000 mgr.y (mgr.54105) 42 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.242649+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.254789+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.266108+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.276907+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.325136+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.327128+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.328896+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[59345]: audit 2024-09-11T09:01:24.331448+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: cluster 2024-09-11T09:01:23.597427+0000 mgr.y (mgr.54105) 42 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.242649+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.254789+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.266108+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.276907+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.325136+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.327128+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.328896+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:25.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:25 smithi120 bash[53671]: audit 2024-09-11T09:01:24.331448+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: cluster 2024-09-11T09:01:23.597427+0000 mgr.y (mgr.54105) 42 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.242649+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.254789+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.266108+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.276907+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.325136+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.327128+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.328896+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:25.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:25 smithi130 bash[38112]: audit 2024-09-11T09:01:24.331448+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-11T09:01:26.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:26 smithi120 bash[53671]: cephadm 2024-09-11T09:01:24.327322+0000 mgr.y (mgr.54105) 43 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T09:01:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:26 smithi120 bash[53671]: cephadm 2024-09-11T09:01:24.333707+0000 mgr.y (mgr.54105) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T09:01:26.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:26 smithi120 bash[59345]: cephadm 2024-09-11T09:01:24.327322+0000 mgr.y (mgr.54105) 43 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T09:01:26.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:26 smithi120 bash[59345]: cephadm 2024-09-11T09:01:24.333707+0000 mgr.y (mgr.54105) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T09:01:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:26 smithi130 bash[38112]: cephadm 2024-09-11T09:01:24.327322+0000 mgr.y (mgr.54105) 43 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-11T09:01:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:26 smithi130 bash[38112]: cephadm 2024-09-11T09:01:24.333707+0000 mgr.y (mgr.54105) 44 : cephadm [INF] Reconfiguring daemon mon.a on smithi120 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: cluster 2024-09-11T09:01:25.598428+0000 mgr.y (mgr.54105) 45 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.539331+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.550428+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.561188+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.562282+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.565456+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.566038+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.567149+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:27.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[53671]: audit 2024-09-11T09:01:26.569610+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T09:01:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: cluster 2024-09-11T09:01:25.598428+0000 mgr.y (mgr.54105) 45 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.539331+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.550428+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.561188+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.562282+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.565456+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.566038+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.567149+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:27.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:27 smithi120 bash[59345]: audit 2024-09-11T09:01:26.569610+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T09:01:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: cluster 2024-09-11T09:01:25.598428+0000 mgr.y (mgr.54105) 45 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.539331+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.550428+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.561188+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.562282+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.565456+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.566038+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.567149+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:27.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:27 smithi130 bash[38112]: audit 2024-09-11T09:01:26.569610+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-11T09:01:28.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:28 smithi120 bash[53671]: cephadm 2024-09-11T09:01:26.564409+0000 mgr.y (mgr.54105) 46 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T09:01:28.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:28 smithi120 bash[53671]: cephadm 2024-09-11T09:01:26.571737+0000 mgr.y (mgr.54105) 47 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T09:01:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:28 smithi120 bash[59345]: cephadm 2024-09-11T09:01:26.564409+0000 mgr.y (mgr.54105) 46 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T09:01:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:28 smithi120 bash[59345]: cephadm 2024-09-11T09:01:26.571737+0000 mgr.y (mgr.54105) 47 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T09:01:28.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:28 smithi130 bash[38112]: cephadm 2024-09-11T09:01:26.564409+0000 mgr.y (mgr.54105) 46 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-11T09:01:28.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:28 smithi130 bash[38112]: cephadm 2024-09-11T09:01:26.571737+0000 mgr.y (mgr.54105) 47 : cephadm [INF] Reconfiguring daemon mgr.y on smithi120 2024-09-11T09:01:29.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: cluster 2024-09-11T09:01:27.599054+0000 mgr.y (mgr.54105) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.045485+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.057752+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.068009+0000 mon.b (mon.2) 41 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.068339+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.069703+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.071184+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:29.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:29 smithi130 bash[38112]: audit 2024-09-11T09:01:29.073873+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: cluster 2024-09-11T09:01:27.599054+0000 mgr.y (mgr.54105) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.045485+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.057752+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.068009+0000 mon.b (mon.2) 41 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.068339+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.069703+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.071184+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[53671]: audit 2024-09-11T09:01:29.073873+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: cluster 2024-09-11T09:01:27.599054+0000 mgr.y (mgr.54105) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.045485+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.057752+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.068009+0000 mon.b (mon.2) 41 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.068339+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.069703+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.071184+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:29.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:29 smithi120 bash[59345]: audit 2024-09-11T09:01:29.073873+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-11T09:01:30.466 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:30 smithi120 bash[53671]: cephadm 2024-09-11T09:01:29.070430+0000 mgr.y (mgr.54105) 49 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T09:01:30.467 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:30 smithi120 bash[53671]: cephadm 2024-09-11T09:01:29.075835+0000 mgr.y (mgr.54105) 50 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T09:01:30.467 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:30 smithi120 bash[59345]: cephadm 2024-09-11T09:01:29.070430+0000 mgr.y (mgr.54105) 49 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T09:01:30.467 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:30 smithi120 bash[59345]: cephadm 2024-09-11T09:01:29.075835+0000 mgr.y (mgr.54105) 50 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T09:01:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:30 smithi130 bash[38112]: cephadm 2024-09-11T09:01:29.070430+0000 mgr.y (mgr.54105) 49 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-11T09:01:30.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:30 smithi130 bash[38112]: cephadm 2024-09-11T09:01:29.075835+0000 mgr.y (mgr.54105) 50 : cephadm [INF] Reconfiguring daemon mon.c on smithi120 2024-09-11T09:01:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:31 smithi130 bash[38112]: cluster 2024-09-11T09:01:29.600468+0000 mgr.y (mgr.54105) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:31.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:31 smithi120 bash[53671]: cluster 2024-09-11T09:01:29.600468+0000 mgr.y (mgr.54105) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:31.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:31 smithi120 bash[59345]: cluster 2024-09-11T09:01:29.600468+0000 mgr.y (mgr.54105) 51 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:32.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.437653+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.451999+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.464509+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.465424+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:01:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.466907+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:32.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:32 smithi130 bash[38112]: audit 2024-09-11T09:01:31.473022+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.437653+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.451999+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.464509+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.465424+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.466907+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[53671]: audit 2024-09-11T09:01:31.473022+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.437653+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:32.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.451999+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.464509+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.465424+0000 mon.b (mon.2) 46 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:01:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.466907+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:32.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:32 smithi120 bash[59345]: audit 2024-09-11T09:01:31.473022+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:01:33.317 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[53671]: cephadm 2024-09-11T09:01:31.467833+0000 mgr.y (mgr.54105) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T09:01:33.317 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[53671]: cephadm 2024-09-11T09:01:31.475101+0000 mgr.y (mgr.54105) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi120 2024-09-11T09:01:33.317 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[53671]: cluster 2024-09-11T09:01:31.601103+0000 mgr.y (mgr.54105) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:33.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[59345]: cephadm 2024-09-11T09:01:31.467833+0000 mgr.y (mgr.54105) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T09:01:33.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[59345]: cephadm 2024-09-11T09:01:31.475101+0000 mgr.y (mgr.54105) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi120 2024-09-11T09:01:33.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:33 smithi120 bash[59345]: cluster 2024-09-11T09:01:31.601103+0000 mgr.y (mgr.54105) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:33.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:33 smithi130 bash[38112]: cephadm 2024-09-11T09:01:31.467833+0000 mgr.y (mgr.54105) 52 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-11T09:01:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:33 smithi130 bash[38112]: cephadm 2024-09-11T09:01:31.475101+0000 mgr.y (mgr.54105) 53 : cephadm [INF] Reconfiguring daemon osd.0 on smithi120 2024-09-11T09:01:33.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:33 smithi130 bash[38112]: cluster 2024-09-11T09:01:31.601103+0000 mgr.y (mgr.54105) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.619503+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.620087+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.620596+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.621108+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.623388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.624725+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.625680+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.626391+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.951599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.962080+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.974061+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.975459+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:01:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.977143+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:34.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:34 smithi130 bash[38112]: audit 2024-09-11T09:01:33.980877+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.619503+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.620087+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.620596+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.621108+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.623388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.624725+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.625680+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.626391+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.951599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.962080+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.974061+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.975459+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.977143+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[53671]: audit 2024-09-11T09:01:33.980877+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.619503+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.620087+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.620596+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.621108+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.623388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.624725+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.625680+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.626391+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.951599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.962080+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.974061+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.975459+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.977143+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:34.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:34 smithi120 bash[59345]: audit 2024-09-11T09:01:33.980877+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:01:35.551 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[59345]: cluster 2024-09-11T09:01:33.601816+0000 mgr.y (mgr.54105) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:35.551 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[59345]: cephadm 2024-09-11T09:01:33.977682+0000 mgr.y (mgr.54105) 56 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T09:01:35.551 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[59345]: cephadm 2024-09-11T09:01:33.982923+0000 mgr.y (mgr.54105) 57 : cephadm [INF] Reconfiguring daemon osd.1 on smithi120 2024-09-11T09:01:35.552 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[53671]: cluster 2024-09-11T09:01:33.601816+0000 mgr.y (mgr.54105) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:35.552 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[53671]: cephadm 2024-09-11T09:01:33.977682+0000 mgr.y (mgr.54105) 56 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T09:01:35.552 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:35 smithi120 bash[53671]: cephadm 2024-09-11T09:01:33.982923+0000 mgr.y (mgr.54105) 57 : cephadm [INF] Reconfiguring daemon osd.1 on smithi120 2024-09-11T09:01:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:35 smithi130 bash[38112]: cluster 2024-09-11T09:01:33.601816+0000 mgr.y (mgr.54105) 55 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:35 smithi130 bash[38112]: cephadm 2024-09-11T09:01:33.977682+0000 mgr.y (mgr.54105) 56 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-11T09:01:35.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:35 smithi130 bash[38112]: cephadm 2024-09-11T09:01:33.982923+0000 mgr.y (mgr.54105) 57 : cephadm [INF] Reconfiguring daemon osd.1 on smithi120 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: cluster 2024-09-11T09:01:35.603336+0000 mgr.y (mgr.54105) 58 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.364022+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.376134+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.400795+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.401403+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.402089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:37 smithi130 bash[38112]: audit 2024-09-11T09:01:36.405222+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: cluster 2024-09-11T09:01:35.603336+0000 mgr.y (mgr.54105) 58 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.364022+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.376134+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.400795+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.401403+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.402089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[53671]: audit 2024-09-11T09:01:36.405222+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: cluster 2024-09-11T09:01:35.603336+0000 mgr.y (mgr.54105) 58 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.364022+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:37.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.376134+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.400795+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:01:37.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.401403+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:37.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.402089+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:37.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:37 smithi120 bash[59345]: audit 2024-09-11T09:01:36.405222+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:01:38.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:38 smithi120 bash[53671]: cephadm 2024-09-11T09:01:36.403301+0000 mgr.y (mgr.54105) 59 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T09:01:38.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:38 smithi120 bash[53671]: cephadm 2024-09-11T09:01:36.407491+0000 mgr.y (mgr.54105) 60 : cephadm [INF] Reconfiguring daemon osd.2 on smithi120 2024-09-11T09:01:38.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:38 smithi120 bash[59345]: cephadm 2024-09-11T09:01:36.403301+0000 mgr.y (mgr.54105) 59 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T09:01:38.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:38 smithi120 bash[59345]: cephadm 2024-09-11T09:01:36.407491+0000 mgr.y (mgr.54105) 60 : cephadm [INF] Reconfiguring daemon osd.2 on smithi120 2024-09-11T09:01:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:38 smithi130 bash[38112]: cephadm 2024-09-11T09:01:36.403301+0000 mgr.y (mgr.54105) 59 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-11T09:01:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:38 smithi130 bash[38112]: cephadm 2024-09-11T09:01:36.407491+0000 mgr.y (mgr.54105) 60 : cephadm [INF] Reconfiguring daemon osd.2 on smithi120 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: cluster 2024-09-11T09:01:37.603979+0000 mgr.y (mgr.54105) 61 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.753259+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.764182+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.775457+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.775751+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.777401+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[59345]: audit 2024-09-11T09:01:38.780551+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:01:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: cluster 2024-09-11T09:01:37.603979+0000 mgr.y (mgr.54105) 61 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.753259+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.764182+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.775457+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.775751+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.777401+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:39 smithi120 bash[53671]: audit 2024-09-11T09:01:38.780551+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: cluster 2024-09-11T09:01:37.603979+0000 mgr.y (mgr.54105) 61 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.753259+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.764182+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.775457+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.775751+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.777401+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:39 smithi130 bash[38112]: audit 2024-09-11T09:01:38.780551+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:01:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:40 smithi130 bash[38112]: cephadm 2024-09-11T09:01:38.778173+0000 mgr.y (mgr.54105) 62 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T09:01:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:40 smithi130 bash[38112]: cephadm 2024-09-11T09:01:38.782725+0000 mgr.y (mgr.54105) 63 : cephadm [INF] Reconfiguring daemon osd.3 on smithi120 2024-09-11T09:01:40.616 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:40 smithi120 bash[53671]: cephadm 2024-09-11T09:01:38.778173+0000 mgr.y (mgr.54105) 62 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T09:01:40.616 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:40 smithi120 bash[53671]: cephadm 2024-09-11T09:01:38.782725+0000 mgr.y (mgr.54105) 63 : cephadm [INF] Reconfiguring daemon osd.3 on smithi120 2024-09-11T09:01:40.616 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:40 smithi120 bash[59345]: cephadm 2024-09-11T09:01:38.778173+0000 mgr.y (mgr.54105) 62 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-11T09:01:40.616 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:40 smithi120 bash[59345]: cephadm 2024-09-11T09:01:38.782725+0000 mgr.y (mgr.54105) 63 : cephadm [INF] Reconfiguring daemon osd.3 on smithi120 2024-09-11T09:01:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:41 smithi130 bash[38112]: cluster 2024-09-11T09:01:39.605410+0000 mgr.y (mgr.54105) 64 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:41.632 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:41 smithi120 bash[53671]: cluster 2024-09-11T09:01:39.605410+0000 mgr.y (mgr.54105) 64 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:41.632 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:41 smithi120 bash[59345]: cluster 2024-09-11T09:01:39.605410+0000 mgr.y (mgr.54105) 64 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.267332+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.277820+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.290891+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.291728+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.295188+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.295538+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.298893+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.305191+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:01:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.305890+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.317132+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.317277+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:42 smithi130 bash[38112]: audit 2024-09-11T09:01:41.319541+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.267332+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.277820+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.290891+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.291728+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.295188+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.295538+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.298893+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.305191+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.305890+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.317132+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.317277+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[53671]: audit 2024-09-11T09:01:41.319541+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.267332+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.277820+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.290891+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.291728+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.295188+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.295538+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.298893+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.305191+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:01:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.305890+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.317132+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.317277+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:42.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:42 smithi120 bash[59345]: audit 2024-09-11T09:01:41.319541+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:01:43.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[59345]: cephadm 2024-09-11T09:01:41.294051+0000 mgr.y (mgr.54105) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi120.fpvwgw (monmap changed)... 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[59345]: cephadm 2024-09-11T09:01:41.307481+0000 mgr.y (mgr.54105) 66 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi120.fpvwgw 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[59345]: cephadm 2024-09-11T09:01:41.321730+0000 mgr.y (mgr.54105) 67 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[59345]: cluster 2024-09-11T09:01:41.606055+0000 mgr.y (mgr.54105) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[53671]: cephadm 2024-09-11T09:01:41.294051+0000 mgr.y (mgr.54105) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi120.fpvwgw (monmap changed)... 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[53671]: cephadm 2024-09-11T09:01:41.307481+0000 mgr.y (mgr.54105) 66 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi120.fpvwgw 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[53671]: cephadm 2024-09-11T09:01:41.321730+0000 mgr.y (mgr.54105) 67 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:01:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:43 smithi120 bash[53671]: cluster 2024-09-11T09:01:41.606055+0000 mgr.y (mgr.54105) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:43 smithi130 bash[38112]: cephadm 2024-09-11T09:01:41.294051+0000 mgr.y (mgr.54105) 65 : cephadm [INF] Reconfiguring rgw.r.z.smithi120.fpvwgw (monmap changed)... 2024-09-11T09:01:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:43 smithi130 bash[38112]: cephadm 2024-09-11T09:01:41.307481+0000 mgr.y (mgr.54105) 66 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi120.fpvwgw 2024-09-11T09:01:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:43 smithi130 bash[38112]: cephadm 2024-09-11T09:01:41.321730+0000 mgr.y (mgr.54105) 67 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:01:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:43 smithi130 bash[38112]: cluster 2024-09-11T09:01:41.606055+0000 mgr.y (mgr.54105) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.635806+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.646331+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.658578+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.659139+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.660844+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.662590+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:44.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:44 smithi130 bash[38112]: audit 2024-09-11T09:01:43.665471+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T09:01:44.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.635806+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.646331+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.658578+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.659139+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.660844+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.662590+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[59345]: audit 2024-09-11T09:01:43.665471+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.635806+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.646331+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.658578+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.659139+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T09:01:44.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.660844+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T09:01:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.662590+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:44.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:44 smithi120 bash[53671]: audit 2024-09-11T09:01:43.665471+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-11T09:01:45.361 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:45 smithi130 bash[38112]: cluster 2024-09-11T09:01:43.606948+0000 mgr.y (mgr.54105) 69 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:45.361 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:45 smithi130 bash[38112]: cephadm 2024-09-11T09:01:43.661479+0000 mgr.y (mgr.54105) 70 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T09:01:45.361 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:45 smithi130 bash[38112]: cephadm 2024-09-11T09:01:43.667555+0000 mgr.y (mgr.54105) 71 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T09:01:45.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[59345]: cluster 2024-09-11T09:01:43.606948+0000 mgr.y (mgr.54105) 69 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[59345]: cephadm 2024-09-11T09:01:43.661479+0000 mgr.y (mgr.54105) 70 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T09:01:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[59345]: cephadm 2024-09-11T09:01:43.667555+0000 mgr.y (mgr.54105) 71 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T09:01:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[53671]: cluster 2024-09-11T09:01:43.606948+0000 mgr.y (mgr.54105) 69 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[53671]: cephadm 2024-09-11T09:01:43.661479+0000 mgr.y (mgr.54105) 70 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-11T09:01:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:45 smithi120 bash[53671]: cephadm 2024-09-11T09:01:43.667555+0000 mgr.y (mgr.54105) 71 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.860921+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.871395+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.884657+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.885150+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.887911+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.888832+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.889483+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:46 smithi130 bash[38112]: audit 2024-09-11T09:01:45.891820+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.860921+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.871395+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.884657+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.885150+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.887911+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.888832+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.889483+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[53671]: audit 2024-09-11T09:01:45.891820+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.860921+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.871395+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.884657+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.885150+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.887911+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.888832+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.889483+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:46.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:46 smithi120 bash[59345]: audit 2024-09-11T09:01:45.891820+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-11T09:01:47.477 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:47 smithi130 bash[38112]: cluster 2024-09-11T09:01:45.608422+0000 mgr.y (mgr.54105) 72 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:47.477 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:47 smithi130 bash[38112]: cephadm 2024-09-11T09:01:45.887216+0000 mgr.y (mgr.54105) 73 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T09:01:47.477 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:47 smithi130 bash[38112]: cephadm 2024-09-11T09:01:45.894044+0000 mgr.y (mgr.54105) 74 : cephadm [INF] Reconfiguring daemon mgr.x on smithi130 2024-09-11T09:01:47.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[53671]: cluster 2024-09-11T09:01:45.608422+0000 mgr.y (mgr.54105) 72 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[53671]: cephadm 2024-09-11T09:01:45.887216+0000 mgr.y (mgr.54105) 73 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T09:01:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[53671]: cephadm 2024-09-11T09:01:45.894044+0000 mgr.y (mgr.54105) 74 : cephadm [INF] Reconfiguring daemon mgr.x on smithi130 2024-09-11T09:01:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[59345]: cluster 2024-09-11T09:01:45.608422+0000 mgr.y (mgr.54105) 72 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[59345]: cephadm 2024-09-11T09:01:45.887216+0000 mgr.y (mgr.54105) 73 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-11T09:01:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:47 smithi120 bash[59345]: cephadm 2024-09-11T09:01:45.894044+0000 mgr.y (mgr.54105) 74 : cephadm [INF] Reconfiguring daemon mgr.x on smithi130 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: cluster 2024-09-11T09:01:47.609117+0000 mgr.y (mgr.54105) 75 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.021439+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.034488+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.046191+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.046315+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.047995+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: cephadm 2024-09-11T09:01:48.048703+0000 mgr.y (mgr.54105) 76 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: audit 2024-09-11T09:01:48.051748+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:01:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:48 smithi130 bash[38112]: cephadm 2024-09-11T09:01:48.053876+0000 mgr.y (mgr.54105) 77 : cephadm [INF] Reconfiguring daemon osd.4 on smithi130 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: cluster 2024-09-11T09:01:47.609117+0000 mgr.y (mgr.54105) 75 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.021439+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.034488+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.046191+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.046315+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.047995+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: cephadm 2024-09-11T09:01:48.048703+0000 mgr.y (mgr.54105) 76 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: audit 2024-09-11T09:01:48.051748+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:01:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[53671]: cephadm 2024-09-11T09:01:48.053876+0000 mgr.y (mgr.54105) 77 : cephadm [INF] Reconfiguring daemon osd.4 on smithi130 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: cluster 2024-09-11T09:01:47.609117+0000 mgr.y (mgr.54105) 75 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.021439+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.034488+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.046191+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.046315+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.047995+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: cephadm 2024-09-11T09:01:48.048703+0000 mgr.y (mgr.54105) 76 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: audit 2024-09-11T09:01:48.051748+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:01:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:48 smithi120 bash[59345]: cephadm 2024-09-11T09:01:48.053876+0000 mgr.y (mgr.54105) 77 : cephadm [INF] Reconfiguring daemon osd.4 on smithi130 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: cluster 2024-09-11T09:01:49.610493+0000 mgr.y (mgr.54105) 78 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.176846+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.189398+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.199006+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.200179+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.202108+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: cephadm 2024-09-11T09:01:50.202501+0000 mgr.y (mgr.54105) 79 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: audit 2024-09-11T09:01:50.205836+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:01:50.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:50 smithi130 bash[38112]: cephadm 2024-09-11T09:01:50.207828+0000 mgr.y (mgr.54105) 80 : cephadm [INF] Reconfiguring daemon osd.5 on smithi130 2024-09-11T09:01:50.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: cluster 2024-09-11T09:01:49.610493+0000 mgr.y (mgr.54105) 78 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.176846+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.189398+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.199006+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.200179+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.202108+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: cephadm 2024-09-11T09:01:50.202501+0000 mgr.y (mgr.54105) 79 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: audit 2024-09-11T09:01:50.205836+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:01:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[59345]: cephadm 2024-09-11T09:01:50.207828+0000 mgr.y (mgr.54105) 80 : cephadm [INF] Reconfiguring daemon osd.5 on smithi130 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: cluster 2024-09-11T09:01:49.610493+0000 mgr.y (mgr.54105) 78 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.176846+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.189398+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.199006+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.200179+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.202108+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: cephadm 2024-09-11T09:01:50.202501+0000 mgr.y (mgr.54105) 79 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: audit 2024-09-11T09:01:50.205836+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:01:50.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:50 smithi120 bash[53671]: cephadm 2024-09-11T09:01:50.207828+0000 mgr.y (mgr.54105) 80 : cephadm [INF] Reconfiguring daemon osd.5 on smithi130 2024-09-11T09:01:51.902 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:01:52.700 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:01:52.700 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (4m) 39s ago 30m 17.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:01:52.700 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (3m) 72s ago 30m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (6m) 72s ago 35m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (16m) 39s ago 36m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (92s) 39s ago 36m 84.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (2m) 72s ago 35m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (53s) 39s ago 35m 26.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (5m) 39s ago 30m 11.0M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (5m) 72s ago 30m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (34m) 39s ago 34m 55.5M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (34m) 39s ago 34m 53.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (33m) 39s ago 33m 50.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (33m) 39s ago 33m 56.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (32m) 72s ago 32m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:01:52.701 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (32m) 72s ago 32m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:01:52.702 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (31m) 72s ago 32m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:01:52.702 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (31m) 72s ago 31m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:01:52.702 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (5m) 72s ago 30m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:01:52.702 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (28m) 39s ago 28m 55.7M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:01:52.702 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (28m) 72s ago 28m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:01:52.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: cluster 2024-09-11T09:01:51.611153+0000 mgr.y (mgr.54105) 81 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:51.888367+0000 mgr.y (mgr.54105) 82 : audit [DBG] from='client.54195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.233989+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.244597+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.257128+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.257337+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.259086+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: cephadm 2024-09-11T09:01:52.259614+0000 mgr.y (mgr.54105) 83 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: audit 2024-09-11T09:01:52.262164+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:01:52.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:52 smithi130 bash[38112]: cephadm 2024-09-11T09:01:52.264466+0000 mgr.y (mgr.54105) 84 : cephadm [INF] Reconfiguring daemon osd.6 on smithi130 2024-09-11T09:01:52.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: cluster 2024-09-11T09:01:51.611153+0000 mgr.y (mgr.54105) 81 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:51.888367+0000 mgr.y (mgr.54105) 82 : audit [DBG] from='client.54195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.233989+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.244597+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.257128+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.257337+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.259086+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: cephadm 2024-09-11T09:01:52.259614+0000 mgr.y (mgr.54105) 83 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: audit 2024-09-11T09:01:52.262164+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[59345]: cephadm 2024-09-11T09:01:52.264466+0000 mgr.y (mgr.54105) 84 : cephadm [INF] Reconfiguring daemon osd.6 on smithi130 2024-09-11T09:01:52.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: cluster 2024-09-11T09:01:51.611153+0000 mgr.y (mgr.54105) 81 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:51.888367+0000 mgr.y (mgr.54105) 82 : audit [DBG] from='client.54195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.233989+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.244597+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.257128+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.257337+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.259086+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: cephadm 2024-09-11T09:01:52.259614+0000 mgr.y (mgr.54105) 83 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: audit 2024-09-11T09:01:52.262164+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:01:52.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:52 smithi120 bash[53671]: cephadm 2024-09-11T09:01:52.264466+0000 mgr.y (mgr.54105) 84 : cephadm [INF] Reconfiguring daemon osd.6 on smithi130 2024-09-11T09:01:53.169 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:01:53.169 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:01:53.169 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:01:53.169 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:53.169 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:01:53.170 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:01:53.563 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:01:53.563 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:01:53.563 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi120", 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "mon" 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/2 daemons upgraded", 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:01:53.564 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.284493+0000 mgr.y (mgr.54105) 85 : audit [DBG] from='client.54201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.672920+0000 mgr.y (mgr.54105) 86 : audit [DBG] from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.677699+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.678698+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.679303+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.679863+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.680472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.681055+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.683419+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.684000+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.684519+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.685110+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:52.685706+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:53 smithi130 bash[38112]: audit 2024-09-11T09:01:53.170666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.64150 172.21.15.120:0/3458650198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:53.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.284493+0000 mgr.y (mgr.54105) 85 : audit [DBG] from='client.54201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.672920+0000 mgr.y (mgr.54105) 86 : audit [DBG] from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.677699+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.678698+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.932 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.679303+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.679863+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.680472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.681055+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.683419+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.684000+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.684519+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.685110+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:52.685706+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[53671]: audit 2024-09-11T09:01:53.170666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.64150 172.21.15.120:0/3458650198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:53.933 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.284493+0000 mgr.y (mgr.54105) 85 : audit [DBG] from='client.54201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.672920+0000 mgr.y (mgr.54105) 86 : audit [DBG] from='client.64144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.677699+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.678698+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.679303+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.679863+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.680472+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.681055+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.683419+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.684000+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.684519+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.685110+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.934 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:52.685706+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:01:53.935 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:53 smithi120 bash[59345]: audit 2024-09-11T09:01:53.170666+0000 mon.c (mon.1) 5 : audit [DBG] from='client.64150 172.21.15.120:0/3458650198' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:01:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:53.564429+0000 mgr.y (mgr.54105) 87 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: cluster 2024-09-11T09:01:53.611793+0000 mgr.y (mgr.54105) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.533612+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.546139+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.555781+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.555869+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.557412+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:54 smithi130 bash[38112]: audit 2024-09-11T09:01:54.560539+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:53.564429+0000 mgr.y (mgr.54105) 87 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: cluster 2024-09-11T09:01:53.611793+0000 mgr.y (mgr.54105) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.533612+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.546139+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.555781+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.555869+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.557412+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[53671]: audit 2024-09-11T09:01:54.560539+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:53.564429+0000 mgr.y (mgr.54105) 87 : audit [DBG] from='client.64156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: cluster 2024-09-11T09:01:53.611793+0000 mgr.y (mgr.54105) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.533612+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.546139+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.555781+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.555869+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.557412+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:55.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:54 smithi120 bash[59345]: audit 2024-09-11T09:01:54.560539+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:01:55.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:55 smithi130 bash[38112]: cephadm 2024-09-11T09:01:54.558173+0000 mgr.y (mgr.54105) 89 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T09:01:55.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:55 smithi130 bash[38112]: cephadm 2024-09-11T09:01:54.562763+0000 mgr.y (mgr.54105) 90 : cephadm [INF] Reconfiguring daemon osd.7 on smithi130 2024-09-11T09:01:56.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:55 smithi120 bash[53671]: cephadm 2024-09-11T09:01:54.558173+0000 mgr.y (mgr.54105) 89 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T09:01:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:55 smithi120 bash[53671]: cephadm 2024-09-11T09:01:54.562763+0000 mgr.y (mgr.54105) 90 : cephadm [INF] Reconfiguring daemon osd.7 on smithi130 2024-09-11T09:01:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:55 smithi120 bash[59345]: cephadm 2024-09-11T09:01:54.558173+0000 mgr.y (mgr.54105) 89 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-11T09:01:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:55 smithi120 bash[59345]: cephadm 2024-09-11T09:01:54.562763+0000 mgr.y (mgr.54105) 90 : cephadm [INF] Reconfiguring daemon osd.7 on smithi130 2024-09-11T09:01:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:56 smithi130 bash[38112]: cluster 2024-09-11T09:01:55.613211+0000 mgr.y (mgr.54105) 91 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:57.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:56 smithi120 bash[53671]: cluster 2024-09-11T09:01:55.613211+0000 mgr.y (mgr.54105) 91 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:56 smithi120 bash[59345]: cluster 2024-09-11T09:01:55.613211+0000 mgr.y (mgr.54105) 91 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.826077+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.838224+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.850397+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.852365+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: cephadm 2024-09-11T09:01:56.854633+0000 mgr.y (mgr.54105) 92 : cephadm [INF] Reconfiguring rgw.r.z.smithi130.tjvaqs (monmap changed)... 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.855676+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.856174+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.859307+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.864834+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.865299+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: cephadm 2024-09-11T09:01:56.867713+0000 mgr.y (mgr.54105) 93 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi130.tjvaqs 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.876557+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.877756+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: audit 2024-09-11T09:01:56.880528+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:01:58.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:57 smithi130 bash[38112]: cephadm 2024-09-11T09:01:56.882609+0000 mgr.y (mgr.54105) 94 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.826077+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.838224+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.850397+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.852365+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: cephadm 2024-09-11T09:01:56.854633+0000 mgr.y (mgr.54105) 92 : cephadm [INF] Reconfiguring rgw.r.z.smithi130.tjvaqs (monmap changed)... 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.855676+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.856174+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.859307+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.864834+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.865299+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: cephadm 2024-09-11T09:01:56.867713+0000 mgr.y (mgr.54105) 93 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi130.tjvaqs 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.876557+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.877756+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: audit 2024-09-11T09:01:56.880528+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[53671]: cephadm 2024-09-11T09:01:56.882609+0000 mgr.y (mgr.54105) 94 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.826077+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.838224+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.850397+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.852365+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: cephadm 2024-09-11T09:01:56.854633+0000 mgr.y (mgr.54105) 92 : cephadm [INF] Reconfiguring rgw.r.z.smithi130.tjvaqs (monmap changed)... 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.855676+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.856174+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.859307+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.864834+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.865299+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: cephadm 2024-09-11T09:01:56.867713+0000 mgr.y (mgr.54105) 93 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi130.tjvaqs 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.876557+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.877756+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: audit 2024-09-11T09:01:56.880528+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:01:58.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:57 smithi120 bash[59345]: cephadm 2024-09-11T09:01:56.882609+0000 mgr.y (mgr.54105) 94 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:01:59.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:58 smithi120 bash[53671]: cluster 2024-09-11T09:01:57.613896+0000 mgr.y (mgr.54105) 95 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:58 smithi120 bash[59345]: cluster 2024-09-11T09:01:57.613896+0000 mgr.y (mgr.54105) 95 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:01:59.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:58 smithi130 bash[38112]: cluster 2024-09-11T09:01:57.613896+0000 mgr.y (mgr.54105) 95 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.063579+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.076041+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.087891+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.088731+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.095182+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.098491+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.103062+0000 mgr.y (mgr.54105) 96 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.110887+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.111731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.114543+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.122571+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.122920+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.126449+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.132667+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.133360+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T09:02:00.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.137173+0000 mgr.y (mgr.54105) 97 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:00.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.144387+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.145535+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.149977+0000 mgr.y (mgr.54105) 98 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:02:00.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.157263+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.063579+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.076041+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.087891+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.088731+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.095182+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.098491+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.103062+0000 mgr.y (mgr.54105) 96 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:00.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.110887+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.111731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.114543+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.122571+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.122920+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.126449+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.132667+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.133360+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.137173+0000 mgr.y (mgr.54105) 97 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.144387+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.145535+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.149977+0000 mgr.y (mgr.54105) 98 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.157263+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.158233+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.163405+0000 mgr.y (mgr.54105) 99 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.170848+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.170935+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.175413+0000 mgr.y (mgr.54105) 100 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.176742+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.179581+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.180345+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.183068+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.183138+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.187559+0000 mgr.y (mgr.54105) 101 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.195830+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.195917+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.200337+0000 mgr.y (mgr.54105) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.208895+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.209129+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.213747+0000 mgr.y (mgr.54105) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.214566+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.217103+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.218105+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.220679+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.158233+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.163405+0000 mgr.y (mgr.54105) 99 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.170848+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.170935+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.175413+0000 mgr.y (mgr.54105) 100 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.176742+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.179581+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.180345+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.183068+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.183138+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.187559+0000 mgr.y (mgr.54105) 101 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.195830+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.195917+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.200337+0000 mgr.y (mgr.54105) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.208895+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.209129+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.213747+0000 mgr.y (mgr.54105) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.214566+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.217103+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.218105+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.220679+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.221017+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.226054+0000 mgr.y (mgr.54105) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.226752+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.229763+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.230474+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.233539+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.234121+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.238653+0000 mgr.y (mgr.54105) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.239241+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.241923+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.242859+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.245592+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.246178+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.250756+0000 mgr.y (mgr.54105) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.251839+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.254325+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.255481+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.257536+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.221017+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.226054+0000 mgr.y (mgr.54105) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.226752+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.229763+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.230474+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.192 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.233539+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.234121+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.238653+0000 mgr.y (mgr.54105) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.239241+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.241923+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.242859+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.245592+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.246178+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.250756+0000 mgr.y (mgr.54105) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.251839+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.254325+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.255481+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.193 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.257536+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.257887+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.262055+0000 mgr.y (mgr.54105) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.262430+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.265232+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.266135+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.268696+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.268934+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.273881+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.276812+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.277432+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.194 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.280384+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.282939+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.286604+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.294369+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.294892+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.298090+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.305172+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.195 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.306107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.257887+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.262055+0000 mgr.y (mgr.54105) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.262430+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.265232+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.266135+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.268696+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.196 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.268934+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.273881+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.276812+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.277432+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.280384+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.282939+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.286604+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.294369+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.294892+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.298090+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.305172+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.197 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.306107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.309154+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.316049+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.316934+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.318847+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.319644+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.322459+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.198 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.329932+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.330830+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.333818+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.334535+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.337419+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.346315+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.346992+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.349169+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.349970+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.352802+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.199 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.362578+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:02:00.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.309154+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.316049+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.200 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.316934+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.318847+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.319644+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.322459+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.329932+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.330830+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.333818+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.334535+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.337419+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.346315+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.346992+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.349169+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.349970+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.201 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.352802+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.362578+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.362964+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.366641+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.375427+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.376874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.380592+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.382813+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.386606+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.386671+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.202 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.390349+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.391365+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.395246+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.395548+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.398830+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.399216+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.402011+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.402518+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.405811+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.415717+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.362964+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.203 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.366641+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.375427+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.376874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.380592+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.382813+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.386606+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.386671+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.390349+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.391365+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.395246+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.395548+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.398830+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.399216+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.204 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.402011+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.402518+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.405811+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.415717+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.415800+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.419528+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.425470+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[53671]: audit 2024-09-11T09:01:59.846550+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.415800+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:02:00.205 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.419528+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.206 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.425470+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:02:00.206 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:01:59 smithi120 bash[59345]: audit 2024-09-11T09:01:59.846550+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.063579+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.076041+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.087891+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.088731+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.095182+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.098491+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.103062+0000 mgr.y (mgr.54105) 96 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.110887+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.111731+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.114543+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.122571+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.122920+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.126449+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.132667+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.133360+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-11T09:02:00.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.137173+0000 mgr.y (mgr.54105) 97 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.144387+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.145535+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.149977+0000 mgr.y (mgr.54105) 98 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:02:00.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.157263+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.158233+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.163405+0000 mgr.y (mgr.54105) 99 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:02:00.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.170848+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.170935+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.175413+0000 mgr.y (mgr.54105) 100 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.176742+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.179581+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.180345+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.183068+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.183138+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.187559+0000 mgr.y (mgr.54105) 101 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.195830+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.195917+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.200337+0000 mgr.y (mgr.54105) 102 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.208895+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.209129+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.213747+0000 mgr.y (mgr.54105) 103 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.214566+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.217103+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.218105+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.220679+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.221017+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.226054+0000 mgr.y (mgr.54105) 104 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.226752+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.229763+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.230474+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.233539+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.234121+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.238653+0000 mgr.y (mgr.54105) 105 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.239241+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.241923+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.371 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.242859+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.245592+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.246178+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.250756+0000 mgr.y (mgr.54105) 106 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.251839+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.254325+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.255481+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.257536+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.257887+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.262055+0000 mgr.y (mgr.54105) 107 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.262430+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.265232+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.266135+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.372 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.268696+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.268934+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.273881+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.276812+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.277432+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.280384+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.282939+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.286604+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.294369+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.294892+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.298090+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.305172+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.373 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.306107+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.309154+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.316049+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.316934+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.318847+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.319644+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.322459+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.329932+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.330830+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.333818+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.334535+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.337419+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.346315+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.346992+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.349169+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.374 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.349970+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.352802+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.362578+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.362964+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.366641+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.375427+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.376874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.380592+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.382813+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.386606+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.386671+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.390349+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.391365+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.375 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.395246+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.395548+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.398830+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.399216+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.402011+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.402518+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.405811+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.415717+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.415800+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.419528+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:02:00.376 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.425470+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:02:00.377 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:01:59 smithi130 bash[38112]: audit 2024-09-11T09:01:59.846550+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.273213+0000 mgr.y (mgr.54105) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.282244+0000 mgr.y (mgr.54105) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[53671]: cephadm 2024-09-11T09:01:59.417650+0000 mgr.y (mgr.54105) 110 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[53671]: cluster 2024-09-11T09:01:59.615436+0000 mgr.y (mgr.54105) 111 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[53671]: audit 2024-09-11T09:01:59.911541+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.273213+0000 mgr.y (mgr.54105) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.282244+0000 mgr.y (mgr.54105) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[59345]: cephadm 2024-09-11T09:01:59.417650+0000 mgr.y (mgr.54105) 110 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:02:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[59345]: cluster 2024-09-11T09:01:59.615436+0000 mgr.y (mgr.54105) 111 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:01.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:00 smithi120 bash[59345]: audit 2024-09-11T09:01:59.911541+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:00 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.273213+0000 mgr.y (mgr.54105) 108 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:02:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:00 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.282244+0000 mgr.y (mgr.54105) 109 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:02:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:00 smithi130 bash[38112]: cephadm 2024-09-11T09:01:59.417650+0000 mgr.y (mgr.54105) 110 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:02:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:00 smithi130 bash[38112]: cluster 2024-09-11T09:01:59.615436+0000 mgr.y (mgr.54105) 111 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:01.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:00 smithi130 bash[38112]: audit 2024-09-11T09:01:59.911541+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:03.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:02 smithi120 bash[53671]: cluster 2024-09-11T09:02:01.616312+0000 mgr.y (mgr.54105) 112 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:02 smithi120 bash[59345]: cluster 2024-09-11T09:02:01.616312+0000 mgr.y (mgr.54105) 112 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:03.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:02 smithi130 bash[38112]: cluster 2024-09-11T09:02:01.616312+0000 mgr.y (mgr.54105) 112 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:04 smithi130 bash[38112]: cluster 2024-09-11T09:02:03.617111+0000 mgr.y (mgr.54105) 113 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:04 smithi130 bash[38112]: audit 2024-09-11T09:02:03.724419+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:05.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:04 smithi120 bash[59345]: cluster 2024-09-11T09:02:03.617111+0000 mgr.y (mgr.54105) 113 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:05.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:04 smithi120 bash[59345]: audit 2024-09-11T09:02:03.724419+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:04 smithi120 bash[53671]: cluster 2024-09-11T09:02:03.617111+0000 mgr.y (mgr.54105) 113 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:04 smithi120 bash[53671]: audit 2024-09-11T09:02:03.724419+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:06 smithi130 bash[38112]: cluster 2024-09-11T09:02:05.618563+0000 mgr.y (mgr.54105) 114 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:07.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:06 smithi120 bash[59345]: cluster 2024-09-11T09:02:05.618563+0000 mgr.y (mgr.54105) 114 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:06 smithi120 bash[53671]: cluster 2024-09-11T09:02:05.618563+0000 mgr.y (mgr.54105) 114 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:08 smithi130 bash[38112]: cluster 2024-09-11T09:02:07.619302+0000 mgr.y (mgr.54105) 115 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:09.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:08 smithi120 bash[59345]: cluster 2024-09-11T09:02:07.619302+0000 mgr.y (mgr.54105) 115 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:08 smithi120 bash[53671]: cluster 2024-09-11T09:02:07.619302+0000 mgr.y (mgr.54105) 115 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:11.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:10 smithi130 bash[38112]: cluster 2024-09-11T09:02:09.620728+0000 mgr.y (mgr.54105) 116 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:11.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:10 smithi120 bash[59345]: cluster 2024-09-11T09:02:09.620728+0000 mgr.y (mgr.54105) 116 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:10 smithi120 bash[53671]: cluster 2024-09-11T09:02:09.620728+0000 mgr.y (mgr.54105) 116 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:12 smithi130 bash[38112]: cluster 2024-09-11T09:02:11.621403+0000 mgr.y (mgr.54105) 117 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:12 smithi120 bash[53671]: cluster 2024-09-11T09:02:11.621403+0000 mgr.y (mgr.54105) 117 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:12 smithi120 bash[59345]: cluster 2024-09-11T09:02:11.621403+0000 mgr.y (mgr.54105) 117 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:14 smithi130 bash[38112]: cluster 2024-09-11T09:02:13.622094+0000 mgr.y (mgr.54105) 118 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:15.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:14 smithi120 bash[53671]: cluster 2024-09-11T09:02:13.622094+0000 mgr.y (mgr.54105) 118 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:14 smithi120 bash[59345]: cluster 2024-09-11T09:02:13.622094+0000 mgr.y (mgr.54105) 118 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:16 smithi130 bash[38112]: cluster 2024-09-11T09:02:15.623575+0000 mgr.y (mgr.54105) 119 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:17.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:16 smithi120 bash[53671]: cluster 2024-09-11T09:02:15.623575+0000 mgr.y (mgr.54105) 119 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:16 smithi120 bash[59345]: cluster 2024-09-11T09:02:15.623575+0000 mgr.y (mgr.54105) 119 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:18 smithi130 bash[38112]: cluster 2024-09-11T09:02:17.624238+0000 mgr.y (mgr.54105) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:19.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:18 smithi120 bash[53671]: cluster 2024-09-11T09:02:17.624238+0000 mgr.y (mgr.54105) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:18 smithi120 bash[59345]: cluster 2024-09-11T09:02:17.624238+0000 mgr.y (mgr.54105) 120 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:21.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:20 smithi130 bash[38112]: cluster 2024-09-11T09:02:19.625667+0000 mgr.y (mgr.54105) 121 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:20 smithi120 bash[53671]: cluster 2024-09-11T09:02:19.625667+0000 mgr.y (mgr.54105) 121 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:20 smithi120 bash[59345]: cluster 2024-09-11T09:02:19.625667+0000 mgr.y (mgr.54105) 121 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:22 smithi130 bash[38112]: cluster 2024-09-11T09:02:21.626374+0000 mgr.y (mgr.54105) 122 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:23.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:22 smithi120 bash[53671]: cluster 2024-09-11T09:02:21.626374+0000 mgr.y (mgr.54105) 122 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:22 smithi120 bash[59345]: cluster 2024-09-11T09:02:21.626374+0000 mgr.y (mgr.54105) 122 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:24.835 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:02:25.033 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:24 smithi120 bash[53671]: cluster 2024-09-11T09:02:23.626996+0000 mgr.y (mgr.54105) 123 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:25.033 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:24 smithi120 bash[53671]: audit 2024-09-11T09:02:23.982593+0000 mgr.y (mgr.54105) 124 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:25.033 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:24 smithi120 bash[59345]: cluster 2024-09-11T09:02:23.626996+0000 mgr.y (mgr.54105) 123 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:25.033 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:24 smithi120 bash[59345]: audit 2024-09-11T09:02:23.982593+0000 mgr.y (mgr.54105) 124 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:25.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:24 smithi130 bash[38112]: cluster 2024-09-11T09:02:23.626996+0000 mgr.y (mgr.54105) 123 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:25.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:24 smithi130 bash[38112]: audit 2024-09-11T09:02:23.982593+0000 mgr.y (mgr.54105) 124 : audit [DBG] from='client.64162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:26.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:26 smithi120 bash[59345]: cluster 2024-09-11T09:02:25.628406+0000 mgr.y (mgr.54105) 125 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:26.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:26 smithi120 bash[53671]: cluster 2024-09-11T09:02:25.628406+0000 mgr.y (mgr.54105) 125 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:27.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:26 smithi130 bash[38112]: cluster 2024-09-11T09:02:25.628406+0000 mgr.y (mgr.54105) 125 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (5m) 75s ago 31m 17.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (4m) 108s ago 30m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (7m) 108s ago 35m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (17m) 75s ago 37m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (2m) 75s ago 37m 84.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (3m) 108s ago 36m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (90s) 75s ago 36m 26.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (6m) 75s ago 31m 11.0M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (6m) 108s ago 31m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:02:28.859 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (35m) 75s ago 35m 55.5M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (34m) 75s ago 34m 53.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (34m) 75s ago 34m 50.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (33m) 75s ago 33m 56.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (33m) 108s ago 33m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (33m) 108s ago 33m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (32m) 108s ago 32m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (32m) 108s ago 32m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (5m) 108s ago 31m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (29m) 75s ago 29m 55.7M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:02:28.860 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (29m) 108s ago 29m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:02:29.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:28 smithi130 bash[38112]: cluster 2024-09-11T09:02:27.629117+0000 mgr.y (mgr.54105) 126 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:29.133 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:28 smithi120 bash[53671]: cluster 2024-09-11T09:02:27.629117+0000 mgr.y (mgr.54105) 126 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:29.134 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:28 smithi120 bash[59345]: cluster 2024-09-11T09:02:27.629117+0000 mgr.y (mgr.54105) 126 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:29.746 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.827303+0000 mgr.y (mgr.54105) 127 : audit [DBG] from='client.54231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.829709+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.830831+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.831714+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.832611+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.833557+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.834437+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.839806+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.840702+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.841712+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.842498+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:29 smithi130 bash[38112]: audit 2024-09-11T09:02:28.843370+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.827303+0000 mgr.y (mgr.54105) 127 : audit [DBG] from='client.54231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.829709+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.830831+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.831714+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.832611+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.833557+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.834437+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.839806+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.840702+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.841712+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.842498+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[59345]: audit 2024-09-11T09:02:28.843370+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.827303+0000 mgr.y (mgr.54105) 127 : audit [DBG] from='client.54231 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:30.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.829709+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.830831+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.831714+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.832611+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.833557+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.834437+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.839806+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.840702+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.841712+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.842498+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:30.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:29 smithi120 bash[53671]: audit 2024-09-11T09:02:28.843370+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:02:31.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:30 smithi130 bash[38112]: cluster 2024-09-11T09:02:29.630622+0000 mgr.y (mgr.54105) 128 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:31.124 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:30 smithi120 bash[53671]: cluster 2024-09-11T09:02:29.630622+0000 mgr.y (mgr.54105) 128 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:31.125 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:30 smithi120 bash[59345]: cluster 2024-09-11T09:02:29.630622+0000 mgr.y (mgr.54105) 128 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:33.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:32 smithi130 bash[38112]: cluster 2024-09-11T09:02:31.631361+0000 mgr.y (mgr.54105) 129 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:33.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:32 smithi120 bash[53671]: cluster 2024-09-11T09:02:31.631361+0000 mgr.y (mgr.54105) 129 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:32 smithi120 bash[59345]: cluster 2024-09-11T09:02:31.631361+0000 mgr.y (mgr.54105) 129 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:33.791 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:02:34.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.628420+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.628894+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.629329+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.629844+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.632180+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.633076+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.633677+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.634407+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:33 smithi130 bash[38112]: audit 2024-09-11T09:02:33.779800+0000 mon.c (mon.1) 6 : audit [DBG] from='client.64174 172.21.15.120:0/1893168807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.628420+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.628894+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.629329+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.629844+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.632180+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.633076+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.633677+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.634407+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[53671]: audit 2024-09-11T09:02:33.779800+0000 mon.c (mon.1) 6 : audit [DBG] from='client.64174 172.21.15.120:0/1893168807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.628420+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.628894+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.629329+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.629844+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.632180+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:02:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.633076+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.633677+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:02:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.634407+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]: dispatch 2024-09-11T09:02:34.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:33 smithi120 bash[59345]: audit 2024-09-11T09:02:33.779800+0000 mon.c (mon.1) 6 : audit [DBG] from='client.64174 172.21.15.120:0/1893168807' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:34.564 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-11T09:02:34.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:34 smithi120 bash[53671]: cluster 2024-09-11T09:02:33.632329+0000 mgr.y (mgr.54105) 130 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:34.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:34 smithi120 bash[59345]: cluster 2024-09-11T09:02:33.632329+0000 mgr.y (mgr.54105) 130 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:35.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:34 smithi130 bash[38112]: cluster 2024-09-11T09:02:33.632329+0000 mgr.y (mgr.54105) 130 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:37.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:36 smithi130 bash[38112]: cluster 2024-09-11T09:02:35.633760+0000 mgr.y (mgr.54105) 131 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:36 smithi120 bash[53671]: cluster 2024-09-11T09:02:35.633760+0000 mgr.y (mgr.54105) 131 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:37.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:36 smithi120 bash[59345]: cluster 2024-09-11T09:02:35.633760+0000 mgr.y (mgr.54105) 131 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:38.499 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T09:02:38.810 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:38 smithi120 bash[53671]: cluster 2024-09-11T09:02:37.634560+0000 mgr.y (mgr.54105) 132 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:38 smithi130 bash[38112]: cluster 2024-09-11T09:02:37.634560+0000 mgr.y (mgr.54105) 132 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:39.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:38 smithi130 bash[38112]: audit 2024-09-11T09:02:38.482808+0000 mon.a (mon.0) 219 : audit [DBG] from='client.54243 172.21.15.120:0/211893043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:39.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:38 smithi120 bash[53671]: audit 2024-09-11T09:02:38.482808+0000 mon.a (mon.0) 219 : audit [DBG] from='client.54243 172.21.15.120:0/211893043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:38 smithi120 bash[59345]: cluster 2024-09-11T09:02:37.634560+0000 mgr.y (mgr.54105) 132 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:39.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:38 smithi120 bash[59345]: audit 2024-09-11T09:02:38.482808+0000 mon.a (mon.0) 219 : audit [DBG] from='client.54243 172.21.15.120:0/211893043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:39.281 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:02:40.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:40 smithi120 bash[53671]: cluster 2024-09-11T09:02:39.636149+0000 mgr.y (mgr.54105) 133 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:40.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:40 smithi120 bash[59345]: cluster 2024-09-11T09:02:39.636149+0000 mgr.y (mgr.54105) 133 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:41.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:40 smithi130 bash[38112]: cluster 2024-09-11T09:02:39.636149+0000 mgr.y (mgr.54105) 133 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:43.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:42 smithi130 bash[38112]: cluster 2024-09-11T09:02:41.636942+0000 mgr.y (mgr.54105) 134 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:43.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:42 smithi120 bash[59345]: cluster 2024-09-11T09:02:41.636942+0000 mgr.y (mgr.54105) 134 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:43.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:42 smithi120 bash[53671]: cluster 2024-09-11T09:02:41.636942+0000 mgr.y (mgr.54105) 134 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:44.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:43 smithi130 bash[38112]: audit 2024-09-11T09:02:43.194558+0000 mgr.y (mgr.54105) 135 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:44.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:43 smithi120 bash[53671]: audit 2024-09-11T09:02:43.194558+0000 mgr.y (mgr.54105) 135 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:44.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:43 smithi120 bash[59345]: audit 2024-09-11T09:02:43.194558+0000 mgr.y (mgr.54105) 135 : audit [DBG] from='client.64186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:02:44.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:44 smithi120 bash[53671]: cluster 2024-09-11T09:02:43.637752+0000 mgr.y (mgr.54105) 136 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:44.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:44 smithi120 bash[59345]: cluster 2024-09-11T09:02:43.637752+0000 mgr.y (mgr.54105) 136 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:45.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:44 smithi130 bash[38112]: cluster 2024-09-11T09:02:43.637752+0000 mgr.y (mgr.54105) 136 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:45.656 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:02:46.422 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:02:46.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:46 smithi120 bash[53671]: cluster 2024-09-11T09:02:45.639300+0000 mgr.y (mgr.54105) 137 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:46.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:46 smithi120 bash[59345]: cluster 2024-09-11T09:02:45.639300+0000 mgr.y (mgr.54105) 137 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:47.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:46 smithi130 bash[38112]: cluster 2024-09-11T09:02:45.639300+0000 mgr.y (mgr.54105) 137 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:48 smithi130 bash[38112]: cluster 2024-09-11T09:02:47.640028+0000 mgr.y (mgr.54105) 138 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:49.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:48 smithi120 bash[53671]: cluster 2024-09-11T09:02:47.640028+0000 mgr.y (mgr.54105) 138 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:49.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:48 smithi120 bash[59345]: cluster 2024-09-11T09:02:47.640028+0000 mgr.y (mgr.54105) 138 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:50.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:50 smithi120 bash[53671]: cluster 2024-09-11T09:02:49.641587+0000 mgr.y (mgr.54105) 139 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:50.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:50 smithi120 bash[59345]: cluster 2024-09-11T09:02:49.641587+0000 mgr.y (mgr.54105) 139 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:50 smithi130 bash[38112]: cluster 2024-09-11T09:02:49.641587+0000 mgr.y (mgr.54105) 139 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:52.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:51 smithi130 bash[38112]: audit 2024-09-11T09:02:50.362516+0000 mgr.y (mgr.54105) 140 : audit [DBG] from='client.54255 -' 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-11T09:02:52.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:51 smithi120 bash[53671]: audit 2024-09-11T09:02:50.362516+0000 mgr.y (mgr.54105) 140 : audit [DBG] from='client.54255 -' 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-11T09:02:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:51 smithi120 bash[59345]: audit 2024-09-11T09:02:50.362516+0000 mgr.y (mgr.54105) 140 : audit [DBG] from='client.54255 -' 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-11T09:02:52.772 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:52 smithi130 bash[38112]: cluster 2024-09-11T09:02:51.642378+0000 mgr.y (mgr.54105) 141 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:52 smithi130 bash[38112]: audit 2024-09-11T09:02:52.772471+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:53.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:52 smithi120 bash[59345]: cluster 2024-09-11T09:02:51.642378+0000 mgr.y (mgr.54105) 141 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:53.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:52 smithi120 bash[59345]: audit 2024-09-11T09:02:52.772471+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:52 smithi120 bash[53671]: cluster 2024-09-11T09:02:51.642378+0000 mgr.y (mgr.54105) 141 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:53.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:52 smithi120 bash[53671]: audit 2024-09-11T09:02:52.772471+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:53.775 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:02:54.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[53671]: cephadm 2024-09-11T09:02:52.763145+0000 mgr.y (mgr.54105) 142 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:54.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[53671]: audit 2024-09-11T09:02:53.170366+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:54.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[53671]: cephadm 2024-09-11T09:02:53.220175+0000 mgr.y (mgr.54105) 143 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[59345]: cephadm 2024-09-11T09:02:52.763145+0000 mgr.y (mgr.54105) 142 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[59345]: audit 2024-09-11T09:02:53.170366+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:54 smithi120 bash[59345]: cephadm 2024-09-11T09:02:53.220175+0000 mgr.y (mgr.54105) 143 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:54.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:54 smithi130 bash[38112]: cephadm 2024-09-11T09:02:52.763145+0000 mgr.y (mgr.54105) 142 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:54 smithi130 bash[38112]: audit 2024-09-11T09:02:53.170366+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:54 smithi130 bash[38112]: cephadm 2024-09-11T09:02:53.220175+0000 mgr.y (mgr.54105) 143 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:02:55.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:55 smithi120 bash[53671]: cluster 2024-09-11T09:02:53.643163+0000 mgr.y (mgr.54105) 144 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:55.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:55 smithi120 bash[59345]: cluster 2024-09-11T09:02:53.643163+0000 mgr.y (mgr.54105) 144 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:55 smithi130 bash[38112]: cluster 2024-09-11T09:02:53.643163+0000 mgr.y (mgr.54105) 144 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:57.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:57 smithi120 bash[53671]: cluster 2024-09-11T09:02:55.644586+0000 mgr.y (mgr.54105) 145 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:57.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:57 smithi120 bash[59345]: cluster 2024-09-11T09:02:55.644586+0000 mgr.y (mgr.54105) 145 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:57.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:57 smithi130 bash[38112]: cluster 2024-09-11T09:02:55.644586+0000 mgr.y (mgr.54105) 145 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:58.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.194632+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:58.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.195461+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.196317+0000 mgr.y (mgr.54105) 146 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.196402+0000 mgr.y (mgr.54105) 147 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.207752+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.209388+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.214077+0000 mgr.y (mgr.54105) 148 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.224527+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.224896+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.229500+0000 mgr.y (mgr.54105) 149 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:58.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.239705+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.240050+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.244188+0000 mgr.y (mgr.54105) 150 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:58.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.255152+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.255284+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: audit 2024-09-11T09:02:57.258819+0000 mgr.y (mgr.54105) 151 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:58 smithi130 bash[38112]: cephadm 2024-09-11T09:02:57.261245+0000 mgr.y (mgr.54105) 152 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T09:02:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.194632+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.195461+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.196317+0000 mgr.y (mgr.54105) 146 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:02:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.196402+0000 mgr.y (mgr.54105) 147 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:02:58.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.207752+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.209388+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.214077+0000 mgr.y (mgr.54105) 148 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.224527+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.224896+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.229500+0000 mgr.y (mgr.54105) 149 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.239705+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.240050+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.244188+0000 mgr.y (mgr.54105) 150 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.255152+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.255284+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: audit 2024-09-11T09:02:57.258819+0000 mgr.y (mgr.54105) 151 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[53671]: cephadm 2024-09-11T09:02:57.261245+0000 mgr.y (mgr.54105) 152 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.194632+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.195461+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.196317+0000 mgr.y (mgr.54105) 146 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.196402+0000 mgr.y (mgr.54105) 147 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.207752+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.209388+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.214077+0000 mgr.y (mgr.54105) 148 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.224527+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.224896+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.229500+0000 mgr.y (mgr.54105) 149 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:02:58.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.239705+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.240050+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.244188+0000 mgr.y (mgr.54105) 150 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.255152+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.255284+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: audit 2024-09-11T09:02:57.258819+0000 mgr.y (mgr.54105) 151 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T09:02:58.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:58 smithi120 bash[59345]: cephadm 2024-09-11T09:02:57.261245+0000 mgr.y (mgr.54105) 152 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-11T09:02:59.526 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:02:59 smithi120 bash[53671]: cluster 2024-09-11T09:02:57.645334+0000 mgr.y (mgr.54105) 153 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:59.527 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:02:59 smithi120 bash[59345]: cluster 2024-09-11T09:02:57.645334+0000 mgr.y (mgr.54105) 153 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:59.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:02:59 smithi130 bash[38112]: cluster 2024-09-11T09:02:57.645334+0000 mgr.y (mgr.54105) 153 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:02:59.797 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (5m) 107s ago 31m 17.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (4m) 2m ago 31m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (7m) 2m ago 36m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (17m) 107s ago 37m 431M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (2m) 107s ago 38m 84.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:03:00.602 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (3m) 2m ago 36m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (2m) 107s ago 36m 26.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (7m) 107s ago 31m 11.0M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (6m) 2m ago 31m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (35m) 107s ago 35m 55.5M 4096M 15.2.0 204a01f9b0b6 ec374deac568 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (35m) 107s ago 35m 53.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (34m) 107s ago 34m 50.5M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (34m) 107s ago 34m 56.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (34m) 2m ago 34m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (33m) 2m ago 33m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (33m) 2m ago 33m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (32m) 2m ago 32m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (6m) 2m ago 31m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (29m) 107s ago 29m 55.7M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:03:00.603 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (29m) 2m ago 29m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:03:01.066 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:03:01.067 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:03:01.460 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:03:01.460 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "0/8 daemons upgraded", 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:03:01.461 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: cluster 2024-09-11T09:02:59.646766+0000 mgr.y (mgr.54105) 154 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:02:59.784343+0000 mgr.y (mgr.54105) 155 : audit [DBG] from='client.54261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.178214+0000 mgr.y (mgr.54105) 156 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.477447+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.478699+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.481063+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.484804+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:03:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.578833+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.579729+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.580504+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.581276+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.582057+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.582737+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.585574+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.586379+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.587172+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.587954+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:00.588659+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:01 smithi130 bash[38112]: audit 2024-09-11T09:03:01.067422+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64216 172.21.15.120:0/558788786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: cluster 2024-09-11T09:02:59.646766+0000 mgr.y (mgr.54105) 154 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:02:59.784343+0000 mgr.y (mgr.54105) 155 : audit [DBG] from='client.54261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.178214+0000 mgr.y (mgr.54105) 156 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.477447+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.478699+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:03:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.481063+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.484804+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.578833+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.579729+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.580504+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.581276+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.582057+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.582737+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.585574+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.586379+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.587172+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.587954+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: cluster 2024-09-11T09:02:59.646766+0000 mgr.y (mgr.54105) 154 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:02:59.784343+0000 mgr.y (mgr.54105) 155 : audit [DBG] from='client.54261 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.178214+0000 mgr.y (mgr.54105) 156 : audit [DBG] from='client.64204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.477447+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.478699+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.481063+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.484804+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.578833+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.579729+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.580504+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.581276+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.582057+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.582737+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.585574+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.586379+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.587172+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.587954+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:00.588659+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[59345]: audit 2024-09-11T09:03:01.067422+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64216 172.21.15.120:0/558788786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:00.588659+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:01.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:01 smithi120 bash[53671]: audit 2024-09-11T09:03:01.067422+0000 mon.c (mon.1) 7 : audit [DBG] from='client.64216 172.21.15.120:0/558788786' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:02.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:02 smithi130 bash[38112]: cephadm 2024-09-11T09:03:00.468788+0000 mgr.y (mgr.54105) 157 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T09:03:02.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:02 smithi130 bash[38112]: cephadm 2024-09-11T09:03:00.487046+0000 mgr.y (mgr.54105) 158 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T09:03:02.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:02 smithi130 bash[38112]: audit 2024-09-11T09:03:00.577611+0000 mgr.y (mgr.54105) 159 : audit [DBG] from='client.54273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[53671]: cephadm 2024-09-11T09:03:00.468788+0000 mgr.y (mgr.54105) 157 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[53671]: cephadm 2024-09-11T09:03:00.487046+0000 mgr.y (mgr.54105) 158 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[53671]: audit 2024-09-11T09:03:00.577611+0000 mgr.y (mgr.54105) 159 : audit [DBG] from='client.54273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[59345]: cephadm 2024-09-11T09:03:00.468788+0000 mgr.y (mgr.54105) 157 : cephadm [INF] Upgrade: Updating osd.0 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[59345]: cephadm 2024-09-11T09:03:00.487046+0000 mgr.y (mgr.54105) 158 : cephadm [INF] Deploying daemon osd.0 on smithi120 2024-09-11T09:03:02.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:02 smithi120 bash[59345]: audit 2024-09-11T09:03:00.577611+0000 mgr.y (mgr.54105) 159 : audit [DBG] from='client.54273 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:03 smithi130 bash[38112]: audit 2024-09-11T09:03:01.461471+0000 mgr.y (mgr.54105) 160 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:03.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:03 smithi130 bash[38112]: cluster 2024-09-11T09:03:01.647480+0000 mgr.y (mgr.54105) 161 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:03.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:03 smithi120 bash[53671]: audit 2024-09-11T09:03:01.461471+0000 mgr.y (mgr.54105) 160 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:03.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:03 smithi120 bash[53671]: cluster 2024-09-11T09:03:01.647480+0000 mgr.y (mgr.54105) 161 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:03.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:03 smithi120 bash[59345]: audit 2024-09-11T09:03:01.461471+0000 mgr.y (mgr.54105) 160 : audit [DBG] from='client.64222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:03.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:03 smithi120 bash[59345]: cluster 2024-09-11T09:03:01.647480+0000 mgr.y (mgr.54105) 161 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:05.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:05 smithi130 bash[38112]: cluster 2024-09-11T09:03:03.648176+0000 mgr.y (mgr.54105) 162 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:05.634 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:05 smithi120 bash[53671]: cluster 2024-09-11T09:03:03.648176+0000 mgr.y (mgr.54105) 162 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:05.635 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:05 smithi120 systemd[1]: Stopping Ceph osd.0 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:03:05.635 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:05 smithi120 bash[59345]: cluster 2024-09-11T09:03:03.648176+0000 mgr.y (mgr.54105) 162 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:05.920 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:05 smithi120 bash[20848]: debug 2024-09-11T09:03:05.634+0000 7f697db08700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:03:05.920 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:05 smithi120 bash[20848]: debug 2024-09-11T09:03:05.634+0000 7f697db08700 -1 osd.0 66 *** Got signal Terminated *** 2024-09-11T09:03:05.920 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:05 smithi120 bash[20848]: debug 2024-09-11T09:03:05.634+0000 7f697db08700 -1 osd.0 66 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:03:06.577 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[66594]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.0 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.919977+0000 mon.a (mon.0) 228 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.920060+0000 mon.a (mon.0) 229 : cluster [INF] osd.0 failed (root=default,host=smithi120) (connection refused reported by osd.1) 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.920535+0000 mon.a (mon.0) 230 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.920975+0000 mon.a (mon.0) 231 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.921448+0000 mon.a (mon.0) 232 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.922097+0000 mon.a (mon.0) 233 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.577 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.922552+0000 mon.a (mon.0) 234 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.923136+0000 mon.a (mon.0) 235 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.923973+0000 mon.a (mon.0) 236 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.924615+0000 mon.a (mon.0) 237 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.925208+0000 mon.a (mon.0) 238 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.925632+0000 mon.a (mon.0) 239 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.926057+0000 mon.a (mon.0) 240 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.926325+0000 mon.a (mon.0) 241 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.926617+0000 mon.a (mon.0) 242 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.919977+0000 mon.a (mon.0) 228 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.920060+0000 mon.a (mon.0) 229 : cluster [INF] osd.0 failed (root=default,host=smithi120) (connection refused reported by osd.1) 2024-09-11T09:03:06.578 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.920535+0000 mon.a (mon.0) 230 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.920975+0000 mon.a (mon.0) 231 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.921448+0000 mon.a (mon.0) 232 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.922097+0000 mon.a (mon.0) 233 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.922552+0000 mon.a (mon.0) 234 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.923136+0000 mon.a (mon.0) 235 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.923973+0000 mon.a (mon.0) 236 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.924615+0000 mon.a (mon.0) 237 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.925208+0000 mon.a (mon.0) 238 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.925632+0000 mon.a (mon.0) 239 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.926057+0000 mon.a (mon.0) 240 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.926325+0000 mon.a (mon.0) 241 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.579 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.926617+0000 mon.a (mon.0) 242 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.919977+0000 mon.a (mon.0) 228 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.920060+0000 mon.a (mon.0) 229 : cluster [INF] osd.0 failed (root=default,host=smithi120) (connection refused reported by osd.1) 2024-09-11T09:03:06.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.920535+0000 mon.a (mon.0) 230 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.920975+0000 mon.a (mon.0) 231 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.921448+0000 mon.a (mon.0) 232 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.922097+0000 mon.a (mon.0) 233 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.922552+0000 mon.a (mon.0) 234 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.923136+0000 mon.a (mon.0) 235 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.923973+0000 mon.a (mon.0) 236 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.924615+0000 mon.a (mon.0) 237 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.925208+0000 mon.a (mon.0) 238 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.925632+0000 mon.a (mon.0) 239 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.926057+0000 mon.a (mon.0) 240 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.926325+0000 mon.a (mon.0) 241 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:06 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.926617+0000 mon.a (mon.0) 242 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-09-11T09:03:06.930 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:06 smithi120 bash[66664]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.0 2024-09-11T09:03:07.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:07 smithi130 bash[38112]: cluster 2024-09-11T09:03:05.649605+0000 mgr.y (mgr.54105) 163 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:07.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:07 smithi130 bash[38112]: cluster 2024-09-11T09:03:06.280309+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:07.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:07 smithi130 bash[38112]: cluster 2024-09-11T09:03:06.301518+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-11T09:03:07.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[59345]: cluster 2024-09-11T09:03:05.649605+0000 mgr.y (mgr.54105) 163 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:07.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[59345]: cluster 2024-09-11T09:03:06.280309+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:07.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[59345]: cluster 2024-09-11T09:03:06.301518+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-11T09:03:07.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[53671]: cluster 2024-09-11T09:03:05.649605+0000 mgr.y (mgr.54105) 163 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:07.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[53671]: cluster 2024-09-11T09:03:06.280309+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:07.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:07 smithi120 bash[53671]: cluster 2024-09-11T09:03:06.301518+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-09-11T09:03:08.586 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:08 smithi120 bash[53671]: cluster 2024-09-11T09:03:07.305953+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-11T09:03:08.586 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:08 smithi120 bash[53671]: cluster 2024-09-11T09:03:07.650289+0000 mgr.y (mgr.54105) 164 : cluster [DBG] pgmap v82: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:08.586 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:08 smithi120 bash[59345]: cluster 2024-09-11T09:03:07.305953+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-11T09:03:08.586 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:08 smithi120 bash[59345]: cluster 2024-09-11T09:03:07.650289+0000 mgr.y (mgr.54105) 164 : cluster [DBG] pgmap v82: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:08.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:08 smithi130 bash[38112]: cluster 2024-09-11T09:03:07.305953+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-09-11T09:03:08.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:08 smithi130 bash[38112]: cluster 2024-09-11T09:03:07.650289+0000 mgr.y (mgr.54105) 164 : cluster [DBG] pgmap v82: 129 pgs: 16 stale+active+clean, 113 active+clean; 584 KiB data, 7.5 MiB used, 707 GiB / 715 GiB avail 2024-09-11T09:03:09.430 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:09 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.0.service: Succeeded. 2024-09-11T09:03:09.430 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:09 smithi120 systemd[1]: Stopped Ceph osd.0 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:03:09.430 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:09 smithi120 systemd[1]: Started Ceph osd.0 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:03:09.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:09 smithi130 bash[38112]: audit 2024-09-11T09:03:09.422399+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:09.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:09 smithi130 bash[38112]: audit 2024-09-11T09:03:09.432488+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:09 smithi130 bash[38112]: audit 2024-09-11T09:03:09.445748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:09 smithi130 bash[38112]: audit 2024-09-11T09:03:09.455300+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:09 smithi130 bash[38112]: audit 2024-09-11T09:03:09.455871+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:09.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[53671]: audit 2024-09-11T09:03:09.422399+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[53671]: audit 2024-09-11T09:03:09.432488+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[53671]: audit 2024-09-11T09:03:09.445748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[53671]: audit 2024-09-11T09:03:09.455300+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[53671]: audit 2024-09-11T09:03:09.455871+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[59345]: audit 2024-09-11T09:03:09.422399+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[59345]: audit 2024-09-11T09:03:09.432488+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[59345]: audit 2024-09-11T09:03:09.445748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[59345]: audit 2024-09-11T09:03:09.455300+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:09.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:09 smithi120 bash[59345]: audit 2024-09-11T09:03:09.455871+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:10.745 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:10 smithi120 bash[59345]: cluster 2024-09-11T09:03:09.652000+0000 mgr.y (mgr.54105) 165 : cluster [DBG] pgmap v83: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:10.745 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:10 smithi120 bash[53671]: cluster 2024-09-11T09:03:09.652000+0000 mgr.y (mgr.54105) 165 : cluster [DBG] pgmap v83: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:10.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:10 smithi130 bash[38112]: cluster 2024-09-11T09:03:09.652000+0000 mgr.y (mgr.54105) 165 : cluster [DBG] pgmap v83: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:11.385 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T09:03:11.385 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: 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-11T09:03:11.385 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T09:03:11.386 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T09:03:11.386 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T09:03:11.386 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T09:03:11.386 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[66846]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T09:03:11.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[53671]: cluster 2024-09-11T09:03:10.480055+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: Degraded data redundancy: 68/612 objects degraded (11.111%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:11 smithi120 bash[59345]: cluster 2024-09-11T09:03:10.480055+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: Degraded data redundancy: 68/612 objects degraded (11.111%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:11.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:11 smithi130 bash[38112]: cluster 2024-09-11T09:03:10.480055+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: Degraded data redundancy: 68/612 objects degraded (11.111%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:12.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:12 smithi130 bash[38112]: cluster 2024-09-11T09:03:11.652905+0000 mgr.y (mgr.54105) 166 : cluster [DBG] pgmap v84: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:12.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:12 smithi120 bash[53671]: cluster 2024-09-11T09:03:11.652905+0000 mgr.y (mgr.54105) 166 : cluster [DBG] pgmap v84: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:12.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:12 smithi120 bash[59345]: cluster 2024-09-11T09:03:11.652905+0000 mgr.y (mgr.54105) 166 : cluster [DBG] pgmap v84: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:13.680 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:13 smithi120 bash[67122]: debug 2024-09-11T09:03:13.358+0000 7ff54f9d5640 1 -- 172.21.15.120:0/4225802316 <== mon.0 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a4c94e0d00 con 0x55a4c94b2c00 2024-09-11T09:03:14.180 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:13 smithi120 bash[67122]: debug 2024-09-11T09:03:13.898+0000 7ff55223d440 -1 Falling back to public interface 2024-09-11T09:03:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:14 smithi130 bash[38112]: cluster 2024-09-11T09:03:13.653765+0000 mgr.y (mgr.54105) 167 : cluster [DBG] pgmap v85: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:15.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:14 smithi120 bash[53671]: cluster 2024-09-11T09:03:13.653765+0000 mgr.y (mgr.54105) 167 : cluster [DBG] pgmap v85: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:14 smithi120 bash[59345]: cluster 2024-09-11T09:03:13.653765+0000 mgr.y (mgr.54105) 167 : cluster [DBG] pgmap v85: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 68/612 objects degraded (11.111%) 2024-09-11T09:03:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:16 smithi130 bash[38112]: cluster 2024-09-11T09:03:15.655440+0000 mgr.y (mgr.54105) 168 : cluster [DBG] pgmap v86: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 137 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:16 smithi130 bash[38112]: audit 2024-09-11T09:03:16.678952+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:16 smithi130 bash[38112]: audit 2024-09-11T09:03:16.691054+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:17.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:16 smithi130 bash[38112]: audit 2024-09-11T09:03:16.703515+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:17.180 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[67122]: debug 2024-09-11T09:03:16.882+0000 7ff55223d440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-11T09:03:17.180 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[67122]: debug 2024-09-11T09:03:16.918+0000 7ff55223d440 -1 osd.0 66 log_to_monitors true 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[53671]: cluster 2024-09-11T09:03:15.655440+0000 mgr.y (mgr.54105) 168 : cluster [DBG] pgmap v86: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 137 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[53671]: audit 2024-09-11T09:03:16.678952+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[53671]: audit 2024-09-11T09:03:16.691054+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[53671]: audit 2024-09-11T09:03:16.703515+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[59345]: cluster 2024-09-11T09:03:15.655440+0000 mgr.y (mgr.54105) 168 : cluster [DBG] pgmap v86: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 137 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[59345]: audit 2024-09-11T09:03:16.678952+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[59345]: audit 2024-09-11T09:03:16.691054+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:16 smithi120 bash[59345]: audit 2024-09-11T09:03:16.703515+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:16.924717+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T09:03:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:17.079640+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:17.298140+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:17.310071+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:17.320061+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:17 smithi130 bash[38112]: audit 2024-09-11T09:03:17.320195+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.180 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[67122]: debug 2024-09-11T09:03:17.746+0000 7ff5497e8640 -1 osd.0 66 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:16.924717+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:17.079640+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:17.298140+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:17.310071+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:17.320061+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[53671]: audit 2024-09-11T09:03:17.320195+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:16.924717+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T09:03:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:17.079640+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:17.298140+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:17.310071+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:17.320061+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:18.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:17 smithi120 bash[59345]: audit 2024-09-11T09:03:17.320195+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:18 smithi130 bash[38112]: cluster 2024-09-11T09:03:17.656418+0000 mgr.y (mgr.54105) 169 : cluster [DBG] pgmap v87: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 124 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:18 smithi130 bash[38112]: audit 2024-09-11T09:03:17.735058+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T09:03:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:18 smithi130 bash[38112]: cluster 2024-09-11T09:03:17.735157+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-09-11T09:03:19.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:18 smithi130 bash[38112]: audit 2024-09-11T09:03:17.737125+0000 mon.a (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[53671]: cluster 2024-09-11T09:03:17.656418+0000 mgr.y (mgr.54105) 169 : cluster [DBG] pgmap v87: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 124 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[53671]: audit 2024-09-11T09:03:17.735058+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[53671]: cluster 2024-09-11T09:03:17.735157+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[53671]: audit 2024-09-11T09:03:17.737125+0000 mon.a (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[59345]: cluster 2024-09-11T09:03:17.656418+0000 mgr.y (mgr.54105) 169 : cluster [DBG] pgmap v87: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 7.6 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 124 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[59345]: audit 2024-09-11T09:03:17.735058+0000 mon.a (mon.0) 255 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[59345]: cluster 2024-09-11T09:03:17.735157+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-09-11T09:03:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:18 smithi120 bash[59345]: audit 2024-09-11T09:03:17.737125+0000 mon.a (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:20.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:19 smithi130 bash[38112]: cluster 2024-09-11T09:03:18.730212+0000 mon.a (mon.0) 258 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:19 smithi130 bash[38112]: audit 2024-09-11T09:03:18.737617+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T09:03:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:19 smithi130 bash[38112]: cluster 2024-09-11T09:03:18.744627+0000 mon.a (mon.0) 259 : cluster [INF] osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254] boot 2024-09-11T09:03:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:19 smithi130 bash[38112]: cluster 2024-09-11T09:03:18.744710+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T09:03:20.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:19 smithi130 bash[38112]: cluster 2024-09-11T09:03:19.743858+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T09:03:20.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[53671]: cluster 2024-09-11T09:03:18.730212+0000 mon.a (mon.0) 258 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[53671]: audit 2024-09-11T09:03:18.737617+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[53671]: cluster 2024-09-11T09:03:18.744627+0000 mon.a (mon.0) 259 : cluster [INF] osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254] boot 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[53671]: cluster 2024-09-11T09:03:18.744710+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[53671]: cluster 2024-09-11T09:03:19.743858+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[59345]: cluster 2024-09-11T09:03:18.730212+0000 mon.a (mon.0) 258 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[59345]: audit 2024-09-11T09:03:18.737617+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[59345]: cluster 2024-09-11T09:03:18.744627+0000 mon.a (mon.0) 259 : cluster [INF] osd.0 [v2:172.21.15.120:6802/2581359254,v1:172.21.15.120:6803/2581359254] boot 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[59345]: cluster 2024-09-11T09:03:18.744710+0000 mon.a (mon.0) 260 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T09:03:20.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:19 smithi120 bash[59345]: cluster 2024-09-11T09:03:19.743858+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T09:03:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:20 smithi130 bash[38112]: cluster 2024-09-11T09:03:19.657373+0000 mgr.y (mgr.54105) 170 : cluster [DBG] pgmap v90: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:20 smithi120 bash[53671]: cluster 2024-09-11T09:03:19.657373+0000 mgr.y (mgr.54105) 170 : cluster [DBG] pgmap v90: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:20 smithi120 bash[59345]: cluster 2024-09-11T09:03:19.657373+0000 mgr.y (mgr.54105) 170 : cluster [DBG] pgmap v90: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:23.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:22 smithi130 bash[38112]: cluster 2024-09-11T09:03:21.658356+0000 mgr.y (mgr.54105) 171 : cluster [DBG] pgmap v92: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 22 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:23.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:22 smithi120 bash[53671]: cluster 2024-09-11T09:03:21.658356+0000 mgr.y (mgr.54105) 171 : cluster [DBG] pgmap v92: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 22 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:22 smithi120 bash[59345]: cluster 2024-09-11T09:03:21.658356+0000 mgr.y (mgr.54105) 171 : cluster [DBG] pgmap v92: 129 pgs: 28 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 22 op/s; 68/612 objects degraded (11.111%) 2024-09-11T09:03:24.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:23 smithi130 bash[38112]: cluster 2024-09-11T09:03:23.770934+0000 mon.a (mon.0) 262 : cluster [WRN] Health check update: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:24.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:23 smithi120 bash[53671]: cluster 2024-09-11T09:03:23.770934+0000 mon.a (mon.0) 262 : cluster [WRN] Health check update: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:24.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:23 smithi120 bash[59345]: cluster 2024-09-11T09:03:23.770934+0000 mon.a (mon.0) 262 : cluster [WRN] Health check update: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:25.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:24 smithi130 bash[38112]: cluster 2024-09-11T09:03:23.659307+0000 mgr.y (mgr.54105) 172 : cluster [DBG] pgmap v93: 129 pgs: 20 active+undersized, 13 active+undersized+degraded, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s; 39/612 objects degraded (6.373%); 0 B/s, 3 objects/s recovering 2024-09-11T09:03:25.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:24 smithi120 bash[59345]: cluster 2024-09-11T09:03:23.659307+0000 mgr.y (mgr.54105) 172 : cluster [DBG] pgmap v93: 129 pgs: 20 active+undersized, 13 active+undersized+degraded, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s; 39/612 objects degraded (6.373%); 0 B/s, 3 objects/s recovering 2024-09-11T09:03:25.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:24 smithi120 bash[53671]: cluster 2024-09-11T09:03:23.659307+0000 mgr.y (mgr.54105) 172 : cluster [DBG] pgmap v93: 129 pgs: 20 active+undersized, 13 active+undersized+degraded, 96 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s; 39/612 objects degraded (6.373%); 0 B/s, 3 objects/s recovering 2024-09-11T09:03:25.930 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:25 smithi120 bash[59345]: cluster 2024-09-11T09:03:25.825801+0000 mon.a (mon.0) 263 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded) 2024-09-11T09:03:25.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:25 smithi120 bash[59345]: cluster 2024-09-11T09:03:25.825888+0000 mon.a (mon.0) 264 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:25.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:25 smithi120 bash[53671]: cluster 2024-09-11T09:03:25.825801+0000 mon.a (mon.0) 263 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded) 2024-09-11T09:03:25.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:25 smithi120 bash[53671]: cluster 2024-09-11T09:03:25.825888+0000 mon.a (mon.0) 264 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:26.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:25 smithi130 bash[38112]: cluster 2024-09-11T09:03:25.825801+0000 mon.a (mon.0) 263 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/612 objects degraded (6.373%), 13 pgs degraded) 2024-09-11T09:03:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:25 smithi130 bash[38112]: cluster 2024-09-11T09:03:25.825888+0000 mon.a (mon.0) 264 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:27.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:26 smithi120 bash[53671]: cluster 2024-09-11T09:03:25.660707+0000 mgr.y (mgr.54105) 173 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:26 smithi120 bash[59345]: cluster 2024-09-11T09:03:25.660707+0000 mgr.y (mgr.54105) 173 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:27.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:26 smithi130 bash[38112]: cluster 2024-09-11T09:03:25.660707+0000 mgr.y (mgr.54105) 173 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: cluster 2024-09-11T09:03:27.661455+0000 mgr.y (mgr.54105) 174 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.045366+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.058233+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.069037+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.081348+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.133774+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.140744+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.143512+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.145920+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.148853+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: audit 2024-09-11T09:03:28.152490+0000 mgr.y (mgr.54105) 175 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[53671]: cephadm 2024-09-11T09:03:28.154989+0000 mgr.y (mgr.54105) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: cluster 2024-09-11T09:03:27.661455+0000 mgr.y (mgr.54105) 174 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.045366+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.058233+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.069037+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.081348+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.133774+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:29.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.140744+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.143512+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.145920+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.148853+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: audit 2024-09-11T09:03:28.152490+0000 mgr.y (mgr.54105) 175 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:28 smithi120 bash[59345]: cephadm 2024-09-11T09:03:28.154989+0000 mgr.y (mgr.54105) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: cluster 2024-09-11T09:03:27.661455+0000 mgr.y (mgr.54105) 174 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 5 objects/s recovering 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.045366+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.058233+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.069037+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.081348+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.133774+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.140744+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.143512+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.145920+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.148853+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: audit 2024-09-11T09:03:28.152490+0000 mgr.y (mgr.54105) 175 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T09:03:29.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:28 smithi130 bash[38112]: cephadm 2024-09-11T09:03:28.154989+0000 mgr.y (mgr.54105) 176 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:30 smithi120 bash[53671]: cluster 2024-09-11T09:03:29.662808+0000 mgr.y (mgr.54105) 177 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:30 smithi120 bash[53671]: audit 2024-09-11T09:03:30.553423+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[53671]: audit 2024-09-11T09:03:30.555594+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[53671]: audit 2024-09-11T09:03:30.557301+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[53671]: audit 2024-09-11T09:03:30.561070+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: cluster 2024-09-11T09:03:29.662808+0000 mgr.y (mgr.54105) 177 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: audit 2024-09-11T09:03:30.553423+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: audit 2024-09-11T09:03:30.555594+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:03:31.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: audit 2024-09-11T09:03:30.557301+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:31.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: audit 2024-09-11T09:03:30.561070+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:03:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:30 smithi130 bash[38112]: cluster 2024-09-11T09:03:29.662808+0000 mgr.y (mgr.54105) 177 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 4 objects/s recovering 2024-09-11T09:03:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:30 smithi130 bash[38112]: audit 2024-09-11T09:03:30.553423+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:30 smithi130 bash[38112]: audit 2024-09-11T09:03:30.555594+0000 mon.b (mon.2) 211 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T09:03:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:30 smithi130 bash[38112]: audit 2024-09-11T09:03:30.557301+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:03:31.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:30 smithi130 bash[38112]: audit 2024-09-11T09:03:30.561070+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-11T09:03:31.887 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:03:32.156 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: cephadm 2024-09-11T09:03:30.545806+0000 mgr.y (mgr.54105) 178 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T09:03:32.157 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[59345]: cephadm 2024-09-11T09:03:30.563195+0000 mgr.y (mgr.54105) 179 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T09:03:32.157 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[53671]: cephadm 2024-09-11T09:03:30.545806+0000 mgr.y (mgr.54105) 178 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T09:03:32.157 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:31 smithi120 bash[53671]: cephadm 2024-09-11T09:03:30.563195+0000 mgr.y (mgr.54105) 179 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T09:03:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:31 smithi130 bash[38112]: cephadm 2024-09-11T09:03:30.545806+0000 mgr.y (mgr.54105) 178 : cephadm [INF] Upgrade: Updating osd.1 2024-09-11T09:03:32.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:31 smithi130 bash[38112]: cephadm 2024-09-11T09:03:30.563195+0000 mgr.y (mgr.54105) 179 : cephadm [INF] Deploying daemon osd.1 on smithi120 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (6m) 16s ago 32m 17.7M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (5m) 2m ago 31m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (8m) 2m ago 36m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (18m) 16s ago 38m 435M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (3m) 16s ago 38m 96.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (4m) 2m ago 37m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:03:32.703 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (2m) 16s ago 37m 48.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (7m) 16s ago 32m 11.2M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (7m) 2m ago 32m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (20s) 16s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (35m) 16s ago 35m 55.7M 4096M 15.2.0 204a01f9b0b6 8e7d76d12d0e 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (35m) 16s ago 35m 51.6M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (34m) 16s ago 35m 57.9M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (34m) 2m ago 34m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (34m) 2m ago 34m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (33m) 2m ago 33m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (33m) 2m ago 33m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (6m) 2m ago 32m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:03:32.704 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (30m) 16s ago 30m 56.1M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:03:32.705 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (30m) 2m ago 30m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: cluster 2024-09-11T09:03:31.663317+0000 mgr.y (mgr.54105) 180 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:31.875128+0000 mgr.y (mgr.54105) 181 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.281806+0000 mgr.y (mgr.54105) 182 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.673488+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.674641+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.675770+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.676884+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.678032+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.679125+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.684605+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.685660+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.686659+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.687537+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[59345]: audit 2024-09-11T09:03:32.688246+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: cluster 2024-09-11T09:03:31.663317+0000 mgr.y (mgr.54105) 180 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:31.875128+0000 mgr.y (mgr.54105) 181 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.281806+0000 mgr.y (mgr.54105) 182 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.673488+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.674641+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.675770+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.676884+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.678032+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.679125+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.684605+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.685660+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.686659+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.687537+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:32 smithi120 bash[53671]: audit 2024-09-11T09:03:32.688246+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.191 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:03:33.192 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:03:33.193 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:03:33.193 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-09-11T09:03:33.193 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T09:03:33.193 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:03:33.193 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: cluster 2024-09-11T09:03:31.663317+0000 mgr.y (mgr.54105) 180 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:31.875128+0000 mgr.y (mgr.54105) 181 : audit [DBG] from='client.64234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.281806+0000 mgr.y (mgr.54105) 182 : audit [DBG] from='client.64240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.673488+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.674641+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.675770+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.676884+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.678032+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.679125+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.684605+0000 mon.b (mon.2) 220 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.685660+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.686659+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.687537+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:32 smithi130 bash[38112]: audit 2024-09-11T09:03:32.688246+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "1/8 daemons upgraded", 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:03:33.587 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:03:33.588 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:32.671291+0000 mgr.y (mgr.54105) 183 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.193128+0000 mon.c (mon.1) 8 : audit [DBG] from='client.54315 172.21.15.120:0/3035482729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.636666+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.637335+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.637915+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.638901+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.640553+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.641275+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.641768+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.642590+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[53671]: audit 2024-09-11T09:03:33.757101+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:32.671291+0000 mgr.y (mgr.54105) 183 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.193128+0000 mon.c (mon.1) 8 : audit [DBG] from='client.54315 172.21.15.120:0/3035482729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.636666+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.637335+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.637915+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.638901+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.640553+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.641275+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.641768+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.642590+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:33 smithi120 bash[59345]: audit 2024-09-11T09:03:33.757101+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:32.671291+0000 mgr.y (mgr.54105) 183 : audit [DBG] from='client.54309 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.193128+0000 mon.c (mon.1) 8 : audit [DBG] from='client.54315 172.21.15.120:0/3035482729' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.636666+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.637335+0000 mon.b (mon.2) 226 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.637915+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.638901+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.640553+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-11T09:03:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.641275+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:03:34.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.641768+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.642590+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:03:34.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:33 smithi130 bash[38112]: audit 2024-09-11T09:03:33.757101+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:35.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:34 smithi120 bash[53671]: audit 2024-09-11T09:03:33.587996+0000 mgr.y (mgr.54105) 184 : audit [DBG] from='client.54321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:35.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:34 smithi120 bash[53671]: cluster 2024-09-11T09:03:33.664018+0000 mgr.y (mgr.54105) 185 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:34 smithi120 bash[59345]: audit 2024-09-11T09:03:33.587996+0000 mgr.y (mgr.54105) 184 : audit [DBG] from='client.54321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:35.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:34 smithi120 bash[59345]: cluster 2024-09-11T09:03:33.664018+0000 mgr.y (mgr.54105) 185 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:35.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:34 smithi130 bash[38112]: audit 2024-09-11T09:03:33.587996+0000 mgr.y (mgr.54105) 184 : audit [DBG] from='client.54321 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:03:35.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:34 smithi130 bash[38112]: cluster 2024-09-11T09:03:33.664018+0000 mgr.y (mgr.54105) 185 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 3 objects/s recovering 2024-09-11T09:03:35.680 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:35 smithi120 systemd[1]: Stopping Ceph osd.1 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:03:35.973 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:35 smithi120 bash[22505]: debug 2024-09-11T09:03:35.702+0000 7ff9bba9f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:03:35.973 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:35 smithi120 bash[22505]: debug 2024-09-11T09:03:35.702+0000 7ff9bba9f700 -1 osd.1 71 *** Got signal Terminated *** 2024-09-11T09:03:35.973 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:35 smithi120 bash[22505]: debug 2024-09-11T09:03:35.702+0000 7ff9bba9f700 -1 osd.1 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:03:36.680 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[71934]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.1 2024-09-11T09:03:36.681 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[72009]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.1 2024-09-11T09:03:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:35.665442+0000 mgr.y (mgr.54105) 186 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-11T09:03:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.003983+0000 mon.a (mon.0) 274 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.004119+0000 mon.a (mon.0) 275 : cluster [INF] osd.1 failed (root=default,host=smithi120) (connection refused reported by osd.4) 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.004575+0000 mon.a (mon.0) 276 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.004786+0000 mon.a (mon.0) 277 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.005043+0000 mon.a (mon.0) 278 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.005358+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.005539+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.005717+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.005896+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.006184+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.006400+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.006685+0000 mon.a (mon.0) 285 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.006952+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.007243+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.007492+0000 mon.a (mon.0) 288 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.007729+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.007980+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.008227+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.008464+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.008719+0000 mon.a (mon.0) 293 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.408143+0000 mon.a (mon.0) 294 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.408495+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.408947+0000 mon.a (mon.0) 296 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.409150+0000 mon.a (mon.0) 297 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:35.665442+0000 mgr.y (mgr.54105) 186 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.003983+0000 mon.a (mon.0) 274 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.004119+0000 mon.a (mon.0) 275 : cluster [INF] osd.1 failed (root=default,host=smithi120) (connection refused reported by osd.4) 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.004575+0000 mon.a (mon.0) 276 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.004786+0000 mon.a (mon.0) 277 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.005043+0000 mon.a (mon.0) 278 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.005358+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.005539+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.005717+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.005896+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.006184+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.006400+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.006685+0000 mon.a (mon.0) 285 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.006952+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.007243+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.007492+0000 mon.a (mon.0) 288 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.007729+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.007980+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.008227+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.008464+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.008719+0000 mon.a (mon.0) 293 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.408143+0000 mon.a (mon.0) 294 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.408495+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.408947+0000 mon.a (mon.0) 296 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.409150+0000 mon.a (mon.0) 297 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.409726+0000 mon.a (mon.0) 298 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.409936+0000 mon.a (mon.0) 299 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.410374+0000 mon.a (mon.0) 300 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.410695+0000 mon.a (mon.0) 301 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.411148+0000 mon.a (mon.0) 302 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.411484+0000 mon.a (mon.0) 303 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.411813+0000 mon.a (mon.0) 304 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.412367+0000 mon.a (mon.0) 305 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.412684+0000 mon.a (mon.0) 306 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.413233+0000 mon.a (mon.0) 307 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.413544+0000 mon.a (mon.0) 308 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.414091+0000 mon.a (mon.0) 309 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.414407+0000 mon.a (mon.0) 310 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.414683+0000 mon.a (mon.0) 311 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.414867+0000 mon.a (mon.0) 312 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.552493+0000 mon.a (mon.0) 313 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.754001+0000 mon.a (mon.0) 314 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.409726+0000 mon.a (mon.0) 298 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.409936+0000 mon.a (mon.0) 299 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.410374+0000 mon.a (mon.0) 300 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.410695+0000 mon.a (mon.0) 301 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.411148+0000 mon.a (mon.0) 302 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.411484+0000 mon.a (mon.0) 303 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.411813+0000 mon.a (mon.0) 304 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.412367+0000 mon.a (mon.0) 305 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.412684+0000 mon.a (mon.0) 306 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.413233+0000 mon.a (mon.0) 307 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.413544+0000 mon.a (mon.0) 308 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.414091+0000 mon.a (mon.0) 309 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.414407+0000 mon.a (mon.0) 310 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.414683+0000 mon.a (mon.0) 311 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.414867+0000 mon.a (mon.0) 312 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.552493+0000 mon.a (mon.0) 313 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:36 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.754001+0000 mon.a (mon.0) 314 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:35.665442+0000 mgr.y (mgr.54105) 186 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 0 B/s, 1 objects/s recovering 2024-09-11T09:03:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.003983+0000 mon.a (mon.0) 274 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.004119+0000 mon.a (mon.0) 275 : cluster [INF] osd.1 failed (root=default,host=smithi120) (connection refused reported by osd.4) 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.004575+0000 mon.a (mon.0) 276 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.004786+0000 mon.a (mon.0) 277 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.005043+0000 mon.a (mon.0) 278 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.005358+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.005539+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.005717+0000 mon.a (mon.0) 281 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.005896+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.006184+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.006400+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.006685+0000 mon.a (mon.0) 285 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.006952+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.007243+0000 mon.a (mon.0) 287 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.007492+0000 mon.a (mon.0) 288 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.007729+0000 mon.a (mon.0) 289 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.007980+0000 mon.a (mon.0) 290 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.008227+0000 mon.a (mon.0) 291 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.008464+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.008719+0000 mon.a (mon.0) 293 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.408143+0000 mon.a (mon.0) 294 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.408495+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.408947+0000 mon.a (mon.0) 296 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.409150+0000 mon.a (mon.0) 297 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.409726+0000 mon.a (mon.0) 298 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.409936+0000 mon.a (mon.0) 299 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.410374+0000 mon.a (mon.0) 300 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.410695+0000 mon.a (mon.0) 301 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.411148+0000 mon.a (mon.0) 302 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-09-11T09:03:37.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.411484+0000 mon.a (mon.0) 303 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.411813+0000 mon.a (mon.0) 304 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.412367+0000 mon.a (mon.0) 305 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.412684+0000 mon.a (mon.0) 306 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.413233+0000 mon.a (mon.0) 307 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.413544+0000 mon.a (mon.0) 308 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.414091+0000 mon.a (mon.0) 309 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.414407+0000 mon.a (mon.0) 310 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.414683+0000 mon.a (mon.0) 311 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.414867+0000 mon.a (mon.0) 312 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.552493+0000 mon.a (mon.0) 313 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:37.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:36 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.754001+0000 mon.a (mon.0) 314 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-09-11T09:03:38.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:37 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.916619+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:38.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:37 smithi120 bash[59345]: cluster 2024-09-11T09:03:36.935199+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-11T09:03:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:37 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.916619+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:38.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:37 smithi120 bash[53671]: cluster 2024-09-11T09:03:36.935199+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-11T09:03:38.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:37 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.916619+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:03:38.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:37 smithi130 bash[38112]: cluster 2024-09-11T09:03:36.935199+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-09-11T09:03:39.360 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:38 smithi120 bash[53671]: cluster 2024-09-11T09:03:37.666168+0000 mgr.y (mgr.54105) 187 : cluster [DBG] pgmap v101: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T09:03:39.360 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:38 smithi120 bash[53671]: cluster 2024-09-11T09:03:37.947729+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-11T09:03:39.360 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:39 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.1.service: Succeeded. 2024-09-11T09:03:39.361 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:39 smithi120 systemd[1]: Stopped Ceph osd.1 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:03:39.361 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:38 smithi120 bash[59345]: cluster 2024-09-11T09:03:37.666168+0000 mgr.y (mgr.54105) 187 : cluster [DBG] pgmap v101: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T09:03:39.361 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:38 smithi120 bash[59345]: cluster 2024-09-11T09:03:37.947729+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-11T09:03:39.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:38 smithi130 bash[38112]: cluster 2024-09-11T09:03:37.666168+0000 mgr.y (mgr.54105) 187 : cluster [DBG] pgmap v101: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail 2024-09-11T09:03:39.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:38 smithi130 bash[38112]: cluster 2024-09-11T09:03:37.947729+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-09-11T09:03:39.680 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:39 smithi120 systemd[1]: Started Ceph osd.1 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:03:39.947 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[53671]: audit 2024-09-11T09:03:39.389838+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:39.947 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[53671]: audit 2024-09-11T09:03:39.399031+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:39.947 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[53671]: audit 2024-09-11T09:03:39.408788+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:39.947 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[53671]: audit 2024-09-11T09:03:39.415313+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:39.947 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[53671]: audit 2024-09-11T09:03:39.416085+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:39.948 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[59345]: audit 2024-09-11T09:03:39.389838+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:39.948 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[59345]: audit 2024-09-11T09:03:39.399031+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:39.948 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[59345]: audit 2024-09-11T09:03:39.408788+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:39.948 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[59345]: audit 2024-09-11T09:03:39.415313+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:39.948 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:39 smithi120 bash[59345]: audit 2024-09-11T09:03:39.416085+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:40.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:39 smithi130 bash[38112]: audit 2024-09-11T09:03:39.389838+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:40.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:39 smithi130 bash[38112]: audit 2024-09-11T09:03:39.399031+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:40.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:39 smithi130 bash[38112]: audit 2024-09-11T09:03:39.408788+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:40.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:39 smithi130 bash[38112]: audit 2024-09-11T09:03:39.415313+0000 mon.b (mon.2) 230 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:40.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:39 smithi130 bash[38112]: audit 2024-09-11T09:03:39.416085+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:41.162 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[59345]: cluster 2024-09-11T09:03:39.667908+0000 mgr.y (mgr.54105) 188 : cluster [DBG] pgmap v103: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:41.162 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[59345]: cluster 2024-09-11T09:03:40.413249+0000 mon.a (mon.0) 321 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:03:41.162 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[59345]: cluster 2024-09-11T09:03:40.413311+0000 mon.a (mon.0) 322 : cluster [WRN] Health check failed: Degraded data redundancy: 77/612 objects degraded (12.582%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:41.163 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[53671]: cluster 2024-09-11T09:03:39.667908+0000 mgr.y (mgr.54105) 188 : cluster [DBG] pgmap v103: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:41.163 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[53671]: cluster 2024-09-11T09:03:40.413249+0000 mon.a (mon.0) 321 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:03:41.163 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:40 smithi120 bash[53671]: cluster 2024-09-11T09:03:40.413311+0000 mon.a (mon.0) 322 : cluster [WRN] Health check failed: Degraded data redundancy: 77/612 objects degraded (12.582%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:41.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:40 smithi130 bash[38112]: cluster 2024-09-11T09:03:39.667908+0000 mgr.y (mgr.54105) 188 : cluster [DBG] pgmap v103: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:41.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:40 smithi130 bash[38112]: cluster 2024-09-11T09:03:40.413249+0000 mon.a (mon.0) 321 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:03:41.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:40 smithi130 bash[38112]: cluster 2024-09-11T09:03:40.413311+0000 mon.a (mon.0) 322 : cluster [WRN] Health check failed: Degraded data redundancy: 77/612 objects degraded (12.582%), 20 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: 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-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T09:03:41.414 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:41 smithi120 bash[72192]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T09:03:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:42 smithi130 bash[38112]: cluster 2024-09-11T09:03:41.668885+0000 mgr.y (mgr.54105) 189 : cluster [DBG] pgmap v104: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:43.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:42 smithi120 bash[53671]: cluster 2024-09-11T09:03:41.668885+0000 mgr.y (mgr.54105) 189 : cluster [DBG] pgmap v104: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:42 smithi120 bash[59345]: cluster 2024-09-11T09:03:41.668885+0000 mgr.y (mgr.54105) 189 : cluster [DBG] pgmap v104: 129 pgs: 31 active+undersized, 5 peering, 20 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 77/612 objects degraded (12.582%) 2024-09-11T09:03:44.002 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:43 smithi120 bash[72489]: debug 2024-09-11T09:03:43.697+0000 7f146001f440 -1 Falling back to public interface 2024-09-11T09:03:44.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:44 smithi130 bash[38112]: cluster 2024-09-11T09:03:43.951097+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T09:03:44.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:44 smithi120 bash[53671]: cluster 2024-09-11T09:03:43.951097+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T09:03:44.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:44 smithi120 bash[59345]: cluster 2024-09-11T09:03:43.951097+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T09:03:45.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:45 smithi130 bash[38112]: cluster 2024-09-11T09:03:43.669998+0000 mgr.y (mgr.54105) 190 : cluster [DBG] pgmap v105: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:45.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:45 smithi120 bash[53671]: cluster 2024-09-11T09:03:43.669998+0000 mgr.y (mgr.54105) 190 : cluster [DBG] pgmap v105: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:45 smithi120 bash[59345]: cluster 2024-09-11T09:03:43.669998+0000 mgr.y (mgr.54105) 190 : cluster [DBG] pgmap v105: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:46.930 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:46 smithi120 bash[72489]: debug 2024-09-11T09:03:46.673+0000 7f146001f440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-11T09:03:46.931 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:46 smithi120 bash[72489]: debug 2024-09-11T09:03:46.713+0000 7f146001f440 -1 osd.1 71 log_to_monitors true 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: cluster 2024-09-11T09:03:45.671665+0000 mgr.y (mgr.54105) 191 : cluster [DBG] pgmap v106: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: cluster 2024-09-11T09:03:46.631481+0000 mon.a (mon.0) 324 : cluster [WRN] Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 22 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: audit 2024-09-11T09:03:46.660655+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: audit 2024-09-11T09:03:46.670390+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: audit 2024-09-11T09:03:46.681626+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: audit 2024-09-11T09:03:46.723083+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:47.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:47 smithi130 bash[38112]: audit 2024-09-11T09:03:46.723540+0000 mon.a (mon.0) 327 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:47.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: cluster 2024-09-11T09:03:45.671665+0000 mgr.y (mgr.54105) 191 : cluster [DBG] pgmap v106: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: cluster 2024-09-11T09:03:46.631481+0000 mon.a (mon.0) 324 : cluster [WRN] Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 22 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: audit 2024-09-11T09:03:46.660655+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: audit 2024-09-11T09:03:46.670390+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: audit 2024-09-11T09:03:46.681626+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: audit 2024-09-11T09:03:46.723083+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[53671]: audit 2024-09-11T09:03:46.723540+0000 mon.a (mon.0) 327 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: cluster 2024-09-11T09:03:45.671665+0000 mgr.y (mgr.54105) 191 : cluster [DBG] pgmap v106: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: cluster 2024-09-11T09:03:46.631481+0000 mon.a (mon.0) 324 : cluster [WRN] Health check update: Degraded data redundancy: 84/612 objects degraded (13.725%), 22 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:47.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: audit 2024-09-11T09:03:46.660655+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: audit 2024-09-11T09:03:46.670390+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: audit 2024-09-11T09:03:46.681626+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: audit 2024-09-11T09:03:46.723083+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[59345]: audit 2024-09-11T09:03:46.723540+0000 mon.a (mon.0) 327 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T09:03:48.011 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:03:47 smithi120 bash[72489]: debug 2024-09-11T09:03:47.701+0000 7f1455dc7640 -1 osd.1 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.053344+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.266606+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.278660+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.289345+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.291171+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.689851+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: cluster 2024-09-11T09:03:47.690066+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T09:03:48.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.691126+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:48.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:48 smithi130 bash[38112]: audit 2024-09-11T09:03:47.691556+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:48.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.053344+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.266606+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.278660+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.289345+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.291171+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.689851+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: cluster 2024-09-11T09:03:47.690066+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.691126+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[53671]: audit 2024-09-11T09:03:47.691556+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.053344+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:03:48.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.266606+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.278660+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.289345+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.291171+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.689851+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: cluster 2024-09-11T09:03:47.690066+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.691126+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:48.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:48 smithi120 bash[59345]: audit 2024-09-11T09:03:47.691556+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: cluster 2024-09-11T09:03:47.672636+0000 mgr.y (mgr.54105) 192 : cluster [DBG] pgmap v107: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: cluster 2024-09-11T09:03:48.682958+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: audit 2024-09-11T09:03:48.690595+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: cluster 2024-09-11T09:03:48.693501+0000 mon.a (mon.0) 334 : cluster [INF] osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017] boot 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: cluster 2024-09-11T09:03:48.693559+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-11T09:03:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:49 smithi130 bash[38112]: audit 2024-09-11T09:03:48.783858+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:49.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: cluster 2024-09-11T09:03:47.672636+0000 mgr.y (mgr.54105) 192 : cluster [DBG] pgmap v107: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: cluster 2024-09-11T09:03:48.682958+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: audit 2024-09-11T09:03:48.690595+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: cluster 2024-09-11T09:03:48.693501+0000 mon.a (mon.0) 334 : cluster [INF] osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017] boot 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: cluster 2024-09-11T09:03:48.693559+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[59345]: audit 2024-09-11T09:03:48.783858+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: cluster 2024-09-11T09:03:47.672636+0000 mgr.y (mgr.54105) 192 : cluster [DBG] pgmap v107: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 584 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 84/612 objects degraded (13.725%) 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: cluster 2024-09-11T09:03:48.682958+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: audit 2024-09-11T09:03:48.690595+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T09:03:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: cluster 2024-09-11T09:03:48.693501+0000 mon.a (mon.0) 334 : cluster [INF] osd.1 [v2:172.21.15.120:6810/2516704017,v1:172.21.15.120:6811/2516704017] boot 2024-09-11T09:03:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: cluster 2024-09-11T09:03:48.693559+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-11T09:03:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:49 smithi120 bash[53671]: audit 2024-09-11T09:03:48.783858+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:50 smithi130 bash[38112]: cluster 2024-09-11T09:03:49.674091+0000 mgr.y (mgr.54105) 193 : cluster [DBG] pgmap v110: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:51.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:50 smithi130 bash[38112]: cluster 2024-09-11T09:03:49.697259+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-11T09:03:51.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:50 smithi120 bash[53671]: cluster 2024-09-11T09:03:49.674091+0000 mgr.y (mgr.54105) 193 : cluster [DBG] pgmap v110: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:51.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:50 smithi120 bash[53671]: cluster 2024-09-11T09:03:49.697259+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-11T09:03:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:50 smithi120 bash[59345]: cluster 2024-09-11T09:03:49.674091+0000 mgr.y (mgr.54105) 193 : cluster [DBG] pgmap v110: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:50 smithi120 bash[59345]: cluster 2024-09-11T09:03:49.697259+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-11T09:03:52.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:51 smithi130 bash[38112]: cluster 2024-09-11T09:03:51.632335+0000 mon.a (mon.0) 338 : cluster [WRN] Health check update: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:52.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:51 smithi120 bash[53671]: cluster 2024-09-11T09:03:51.632335+0000 mon.a (mon.0) 338 : cluster [WRN] Health check update: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:52.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:51 smithi120 bash[59345]: cluster 2024-09-11T09:03:51.632335+0000 mon.a (mon.0) 338 : cluster [WRN] Health check update: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T09:03:53.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:52 smithi130 bash[38112]: cluster 2024-09-11T09:03:51.674904+0000 mgr.y (mgr.54105) 194 : cluster [DBG] pgmap v112: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:53.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:52 smithi120 bash[53671]: cluster 2024-09-11T09:03:51.674904+0000 mgr.y (mgr.54105) 194 : cluster [DBG] pgmap v112: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:52 smithi120 bash[59345]: cluster 2024-09-11T09:03:51.674904+0000 mgr.y (mgr.54105) 194 : cluster [DBG] pgmap v112: 129 pgs: 34 peering, 15 active+undersized, 7 active+undersized+degraded, 73 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 35/612 objects degraded (5.719%) 2024-09-11T09:03:53.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:53 smithi120 bash[53671]: cluster 2024-09-11T09:03:53.702583+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded) 2024-09-11T09:03:53.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:53 smithi120 bash[53671]: cluster 2024-09-11T09:03:53.702636+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:53.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:53 smithi120 bash[59345]: cluster 2024-09-11T09:03:53.702583+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded) 2024-09-11T09:03:53.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:53 smithi120 bash[59345]: cluster 2024-09-11T09:03:53.702636+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:54.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:53 smithi130 bash[38112]: cluster 2024-09-11T09:03:53.702583+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/612 objects degraded (5.719%), 7 pgs degraded) 2024-09-11T09:03:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:53 smithi130 bash[38112]: cluster 2024-09-11T09:03:53.702636+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-09-11T09:03:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:54 smithi130 bash[38112]: cluster 2024-09-11T09:03:53.675872+0000 mgr.y (mgr.54105) 195 : cluster [DBG] pgmap v113: 129 pgs: 34 peering, 95 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:55.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:54 smithi120 bash[53671]: cluster 2024-09-11T09:03:53.675872+0000 mgr.y (mgr.54105) 195 : cluster [DBG] pgmap v113: 129 pgs: 34 peering, 95 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:54 smithi120 bash[59345]: cluster 2024-09-11T09:03:53.675872+0000 mgr.y (mgr.54105) 195 : cluster [DBG] pgmap v113: 129 pgs: 34 peering, 95 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:56 smithi130 bash[38112]: cluster 2024-09-11T09:03:55.677214+0000 mgr.y (mgr.54105) 196 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:57.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:56 smithi120 bash[53671]: cluster 2024-09-11T09:03:55.677214+0000 mgr.y (mgr.54105) 196 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:57.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:56 smithi120 bash[59345]: cluster 2024-09-11T09:03:55.677214+0000 mgr.y (mgr.54105) 196 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:59.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: cluster 2024-09-11T09:03:57.677785+0000 mgr.y (mgr.54105) 197 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:59.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.492755+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.504619+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.516941+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.527901+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.580749+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.587838+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.591461+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.593996+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.596554+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.599083+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.601429+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.604170+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.609449+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.613181+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.620832+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.620968+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:03:59.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.624506+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.629637+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.630752+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.634547+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.640285+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.641440+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.643401+0000 mon.b (mon.2) 249 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.644191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.646535+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.647312+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.649289+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.650329+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.651765+0000 mon.b (mon.2) 252 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.652974+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.654477+0000 mon.b (mon.2) 253 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.655484+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.657226+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.658164+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.659837+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.660937+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.662343+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.663624+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.664839+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.666018+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.667330+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.122 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.668534+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.669957+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.671050+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.672631+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.673699+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.675243+0000 mon.b (mon.2) 261 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.676288+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.679020+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.687147+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.687159+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.690958+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.123 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.696437+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:03:59.124 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:58 smithi130 bash[38112]: audit 2024-09-11T09:03:58.708317+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: cluster 2024-09-11T09:03:57.677785+0000 mgr.y (mgr.54105) 197 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.492755+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.504619+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.516941+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.527901+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.580749+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.587838+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.591461+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.593996+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.596554+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.599083+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.601429+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.604170+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.609449+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.613181+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.620832+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.620968+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.624506+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.629637+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: cluster 2024-09-11T09:03:57.677785+0000 mgr.y (mgr.54105) 197 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.492755+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.504619+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.516941+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.527901+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.580749+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.587838+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.591461+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.593996+0000 mon.b (mon.2) 240 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.596554+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.599083+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.601429+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.604170+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.609449+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.613181+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.620832+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.620968+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.624506+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.629637+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.630752+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.634547+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.640285+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.641440+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.643401+0000 mon.b (mon.2) 249 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.644191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.646535+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.647312+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.649289+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.650329+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.651765+0000 mon.b (mon.2) 252 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.652974+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.654477+0000 mon.b (mon.2) 253 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.655484+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.657226+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.658164+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.659837+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.630752+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.634547+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.640285+0000 mon.b (mon.2) 248 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.641440+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.643401+0000 mon.b (mon.2) 249 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.644191+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.646535+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.647312+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.649289+0000 mon.b (mon.2) 251 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.650329+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:03:59.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.651765+0000 mon.b (mon.2) 252 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.652974+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.654477+0000 mon.b (mon.2) 253 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.655484+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.657226+0000 mon.b (mon.2) 254 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.658164+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.659837+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.660937+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.662343+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.663624+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.664839+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.666018+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.667330+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.668534+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.669957+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.671050+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.672631+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.673699+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.675243+0000 mon.b (mon.2) 261 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.676288+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.679020+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.687147+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.687159+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.690958+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.696437+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:03:59.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[53671]: audit 2024-09-11T09:03:58.708317+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.660937+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.662343+0000 mon.b (mon.2) 256 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.663624+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.664839+0000 mon.b (mon.2) 257 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.666018+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.667330+0000 mon.b (mon.2) 258 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.668534+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.669957+0000 mon.b (mon.2) 259 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.671050+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.672631+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.673699+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.675243+0000 mon.b (mon.2) 261 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.676288+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:03:59.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.679020+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:03:59.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.687147+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:03:59.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.687159+0000 mon.b (mon.2) 262 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.690958+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:03:59.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.696437+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:03:59.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:58 smithi120 bash[59345]: audit 2024-09-11T09:03:58.708317+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:59 smithi130 bash[38112]: cephadm 2024-09-11T09:03:58.609037+0000 mgr.y (mgr.54105) 198 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:04:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:59 smithi130 bash[38112]: cephadm 2024-09-11T09:03:58.689130+0000 mgr.y (mgr.54105) 199 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:04:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:59 smithi130 bash[38112]: audit 2024-09-11T09:03:58.788448+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:03:59 smithi130 bash[38112]: audit 2024-09-11T09:03:58.804230+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[53671]: cephadm 2024-09-11T09:03:58.609037+0000 mgr.y (mgr.54105) 198 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[53671]: cephadm 2024-09-11T09:03:58.689130+0000 mgr.y (mgr.54105) 199 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[53671]: audit 2024-09-11T09:03:58.788448+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[53671]: audit 2024-09-11T09:03:58.804230+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[59345]: cephadm 2024-09-11T09:03:58.609037+0000 mgr.y (mgr.54105) 198 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[59345]: cephadm 2024-09-11T09:03:58.689130+0000 mgr.y (mgr.54105) 199 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[59345]: audit 2024-09-11T09:03:58.788448+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:03:59 smithi120 bash[59345]: audit 2024-09-11T09:03:58.804230+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:00 smithi130 bash[38112]: cluster 2024-09-11T09:03:59.679269+0000 mgr.y (mgr.54105) 200 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:01.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:00 smithi120 bash[53671]: cluster 2024-09-11T09:03:59.679269+0000 mgr.y (mgr.54105) 200 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:00 smithi120 bash[59345]: cluster 2024-09-11T09:03:59.679269+0000 mgr.y (mgr.54105) 200 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:02 smithi130 bash[38112]: cluster 2024-09-11T09:04:01.679887+0000 mgr.y (mgr.54105) 201 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:03.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:02 smithi120 bash[53671]: cluster 2024-09-11T09:04:01.679887+0000 mgr.y (mgr.54105) 201 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:02 smithi120 bash[59345]: cluster 2024-09-11T09:04:01.679887+0000 mgr.y (mgr.54105) 201 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:04.961 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:04:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:04 smithi130 bash[38112]: cluster 2024-09-11T09:04:03.680789+0000 mgr.y (mgr.54105) 202 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:04 smithi130 bash[38112]: audit 2024-09-11T09:04:03.995682+0000 mgr.y (mgr.54105) 203 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:05.164 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:04 smithi120 bash[53671]: cluster 2024-09-11T09:04:03.680789+0000 mgr.y (mgr.54105) 202 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:05.164 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:04 smithi120 bash[53671]: audit 2024-09-11T09:04:03.995682+0000 mgr.y (mgr.54105) 203 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:05.164 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:04 smithi120 bash[59345]: cluster 2024-09-11T09:04:03.680789+0000 mgr.y (mgr.54105) 202 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:05.164 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:04 smithi120 bash[59345]: audit 2024-09-11T09:04:03.995682+0000 mgr.y (mgr.54105) 203 : audit [DBG] from='client.64270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:07.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:06 smithi130 bash[38112]: cluster 2024-09-11T09:04:05.682059+0000 mgr.y (mgr.54105) 204 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:07.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:06 smithi120 bash[53671]: cluster 2024-09-11T09:04:05.682059+0000 mgr.y (mgr.54105) 204 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:06 smithi120 bash[59345]: cluster 2024-09-11T09:04:05.682059+0000 mgr.y (mgr.54105) 204 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:09.022 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (7m) 22s ago 32m 17.9M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (6m) 3m ago 32m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (8m) 3m ago 37m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (18m) 22s ago 39m 437M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (3m) 22s ago 39m 97.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (4m) 3m ago 37m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (3m) 22s ago 38m 50.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (8m) 22s ago 33m 11.9M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (8m) 3m ago 33m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (56s) 22s ago 37m 46.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (26s) 22s ago 36m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:04:09.023 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (36m) 22s ago 36m 52.9M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (35m) 22s ago 35m 60.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (35m) 3m ago 35m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (34m) 3m ago 34m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (34m) 3m ago 34m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (33m) 3m ago 33m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (7m) 3m ago 33m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (30m) 22s ago 30m 56.3M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:04:09.024 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (31m) 3m ago 31m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:04:09.075 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:08 smithi120 bash[53671]: cluster 2024-09-11T09:04:07.682869+0000 mgr.y (mgr.54105) 205 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:09.075 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:08 smithi120 bash[59345]: cluster 2024-09-11T09:04:07.682869+0000 mgr.y (mgr.54105) 205 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:08 smithi130 bash[38112]: cluster 2024-09-11T09:04:07.682869+0000 mgr.y (mgr.54105) 205 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:09.873 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T09:04:10.084 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.991421+0000 mgr.y (mgr.54105) 206 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.993640+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.994725+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.995821+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.996727+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.997761+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:08.998839+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:09.004260+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:09.005372+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:09.006389+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:09.007429+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.085 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[53671]: audit 2024-09-11T09:04:09.008389+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.991421+0000 mgr.y (mgr.54105) 206 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.993640+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.994725+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.995821+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.996727+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.997761+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:08.998839+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:09.004260+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:09.005372+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:09.006389+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:09.007429+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.086 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:09 smithi120 bash[59345]: audit 2024-09-11T09:04:09.008389+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.991421+0000 mgr.y (mgr.54105) 206 : audit [DBG] from='client.64276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.993640+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.994725+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.995821+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.996727+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.997761+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:08.998839+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:09.004260+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:09.005372+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:09.006389+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:09.007429+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:10.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:09 smithi130 bash[38112]: audit 2024-09-11T09:04:09.008389+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:11.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:10 smithi130 bash[38112]: cluster 2024-09-11T09:04:09.684318+0000 mgr.y (mgr.54105) 207 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:11.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:10 smithi120 bash[53671]: cluster 2024-09-11T09:04:09.684318+0000 mgr.y (mgr.54105) 207 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:10 smithi120 bash[59345]: cluster 2024-09-11T09:04:09.684318+0000 mgr.y (mgr.54105) 207 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:12 smithi130 bash[38112]: cluster 2024-09-11T09:04:11.685031+0000 mgr.y (mgr.54105) 208 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:13.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:12 smithi120 bash[53671]: cluster 2024-09-11T09:04:11.685031+0000 mgr.y (mgr.54105) 208 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:12 smithi120 bash[59345]: cluster 2024-09-11T09:04:11.685031+0000 mgr.y (mgr.54105) 208 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:13.909 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:04:14.704 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:04:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:14 smithi130 bash[38112]: cluster 2024-09-11T09:04:13.685912+0000 mgr.y (mgr.54105) 209 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:15.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:14 smithi130 bash[38112]: audit 2024-09-11T09:04:13.897619+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64282 172.21.15.120:0/1512335611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:15.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:14 smithi120 bash[53671]: cluster 2024-09-11T09:04:13.685912+0000 mgr.y (mgr.54105) 209 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:14 smithi120 bash[53671]: audit 2024-09-11T09:04:13.897619+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64282 172.21.15.120:0/1512335611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:14 smithi120 bash[59345]: cluster 2024-09-11T09:04:13.685912+0000 mgr.y (mgr.54105) 209 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:14 smithi120 bash[59345]: audit 2024-09-11T09:04:13.897619+0000 mon.c (mon.1) 11 : audit [DBG] from='client.64282 172.21.15.120:0/1512335611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:17.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:16 smithi130 bash[38112]: cluster 2024-09-11T09:04:15.687199+0000 mgr.y (mgr.54105) 210 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:17.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:16 smithi120 bash[53671]: cluster 2024-09-11T09:04:15.687199+0000 mgr.y (mgr.54105) 210 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:16 smithi120 bash[59345]: cluster 2024-09-11T09:04:15.687199+0000 mgr.y (mgr.54105) 210 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:18 smithi130 bash[38112]: cluster 2024-09-11T09:04:17.687922+0000 mgr.y (mgr.54105) 211 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:19.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:18 smithi120 bash[53671]: cluster 2024-09-11T09:04:17.687922+0000 mgr.y (mgr.54105) 211 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:18 smithi120 bash[59345]: cluster 2024-09-11T09:04:17.687922+0000 mgr.y (mgr.54105) 211 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:20.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:19 smithi130 bash[38112]: audit 2024-09-11T09:04:18.709068+0000 mgr.y (mgr.54105) 212 : audit [DBG] from='client.64288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:20.165 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:19 smithi120 bash[53671]: audit 2024-09-11T09:04:18.709068+0000 mgr.y (mgr.54105) 212 : audit [DBG] from='client.64288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:20.165 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:19 smithi120 bash[59345]: audit 2024-09-11T09:04:18.709068+0000 mgr.y (mgr.54105) 212 : audit [DBG] from='client.64288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:21.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:20 smithi130 bash[38112]: cluster 2024-09-11T09:04:19.689501+0000 mgr.y (mgr.54105) 213 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:21.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:20 smithi120 bash[53671]: cluster 2024-09-11T09:04:19.689501+0000 mgr.y (mgr.54105) 213 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:21.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:20 smithi120 bash[59345]: cluster 2024-09-11T09:04:19.689501+0000 mgr.y (mgr.54105) 213 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:21.213 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:04:22.029 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:04:23.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:22 smithi120 bash[53671]: cluster 2024-09-11T09:04:21.690192+0000 mgr.y (mgr.54105) 214 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:22 smithi120 bash[59345]: cluster 2024-09-11T09:04:21.690192+0000 mgr.y (mgr.54105) 214 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:23.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:22 smithi130 bash[38112]: cluster 2024-09-11T09:04:21.690192+0000 mgr.y (mgr.54105) 214 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:25.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:24 smithi120 bash[53671]: cluster 2024-09-11T09:04:23.691126+0000 mgr.y (mgr.54105) 215 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:25.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:24 smithi120 bash[59345]: cluster 2024-09-11T09:04:23.691126+0000 mgr.y (mgr.54105) 215 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:24 smithi130 bash[38112]: cluster 2024-09-11T09:04:23.691126+0000 mgr.y (mgr.54105) 215 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:27.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:26 smithi120 bash[53671]: cluster 2024-09-11T09:04:25.692331+0000 mgr.y (mgr.54105) 216 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:27.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:26 smithi120 bash[53671]: audit 2024-09-11T09:04:25.886425+0000 mgr.y (mgr.54105) 217 : audit [DBG] from='client.54357 -' 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-11T09:04:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:26 smithi120 bash[59345]: cluster 2024-09-11T09:04:25.692331+0000 mgr.y (mgr.54105) 216 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:27.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:26 smithi120 bash[59345]: audit 2024-09-11T09:04:25.886425+0000 mgr.y (mgr.54105) 217 : audit [DBG] from='client.54357 -' 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-11T09:04:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:26 smithi130 bash[38112]: cluster 2024-09-11T09:04:25.692331+0000 mgr.y (mgr.54105) 216 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:26 smithi130 bash[38112]: audit 2024-09-11T09:04:25.886425+0000 mgr.y (mgr.54105) 217 : audit [DBG] from='client.54357 -' 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-11T09:04:28.371 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:28.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[53671]: cluster 2024-09-11T09:04:27.693005+0000 mgr.y (mgr.54105) 218 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:28.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[53671]: audit 2024-09-11T09:04:28.372054+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:28.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[53671]: audit 2024-09-11T09:04:28.787741+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:28.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[59345]: cluster 2024-09-11T09:04:27.693005+0000 mgr.y (mgr.54105) 218 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:28.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[59345]: audit 2024-09-11T09:04:28.372054+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:28.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:28 smithi120 bash[59345]: audit 2024-09-11T09:04:28.787741+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:29.305 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:04:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:28 smithi130 bash[38112]: cluster 2024-09-11T09:04:27.693005+0000 mgr.y (mgr.54105) 218 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:28 smithi130 bash[38112]: audit 2024-09-11T09:04:28.372054+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:29.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:28 smithi130 bash[38112]: audit 2024-09-11T09:04:28.787741+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:30.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:29 smithi120 bash[53671]: cephadm 2024-09-11T09:04:28.363180+0000 mgr.y (mgr.54105) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:30.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:29 smithi120 bash[53671]: cephadm 2024-09-11T09:04:28.840756+0000 mgr.y (mgr.54105) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:29 smithi120 bash[59345]: cephadm 2024-09-11T09:04:28.363180+0000 mgr.y (mgr.54105) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:30.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:29 smithi120 bash[59345]: cephadm 2024-09-11T09:04:28.840756+0000 mgr.y (mgr.54105) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:30.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:29 smithi130 bash[38112]: cephadm 2024-09-11T09:04:28.363180+0000 mgr.y (mgr.54105) 219 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:30.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:29 smithi130 bash[38112]: cephadm 2024-09-11T09:04:28.840756+0000 mgr.y (mgr.54105) 220 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:04:31.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:30 smithi120 bash[53671]: cluster 2024-09-11T09:04:29.694544+0000 mgr.y (mgr.54105) 221 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:30 smithi120 bash[59345]: cluster 2024-09-11T09:04:29.694544+0000 mgr.y (mgr.54105) 221 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:30 smithi130 bash[38112]: cluster 2024-09-11T09:04:29.694544+0000 mgr.y (mgr.54105) 221 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: cluster 2024-09-11T09:04:31.695238+0000 mgr.y (mgr.54105) 222 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.706214+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.706859+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:04:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.720638+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.722878+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.735509+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.735755+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.747203+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.749481+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.761259+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[59345]: audit 2024-09-11T09:04:32.763919+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: cluster 2024-09-11T09:04:31.695238+0000 mgr.y (mgr.54105) 222 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.706214+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.706859+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.720638+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.722878+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.735509+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.735755+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.747203+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.749481+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.761259+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:32 smithi120 bash[53671]: audit 2024-09-11T09:04:32.763919+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: cluster 2024-09-11T09:04:31.695238+0000 mgr.y (mgr.54105) 222 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.706214+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.706859+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.720638+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.722878+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.735509+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.735755+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.747203+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.749481+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.761259+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:33.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:32 smithi130 bash[38112]: audit 2024-09-11T09:04:32.763919+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.708580+0000 mgr.y (mgr.54105) 223 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.708656+0000 mgr.y (mgr.54105) 224 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.727451+0000 mgr.y (mgr.54105) 225 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.740288+0000 mgr.y (mgr.54105) 226 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.754137+0000 mgr.y (mgr.54105) 227 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:32.767345+0000 mgr.y (mgr.54105) 228 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:34.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: cephadm 2024-09-11T09:04:32.769434+0000 mgr.y (mgr.54105) 229 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.646464+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.646971+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.647510+0000 mon.b (mon.2) 281 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.648206+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.650579+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.651639+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.652260+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[59345]: audit 2024-09-11T09:04:33.652747+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.708580+0000 mgr.y (mgr.54105) 223 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.708656+0000 mgr.y (mgr.54105) 224 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:04:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.727451+0000 mgr.y (mgr.54105) 225 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.740288+0000 mgr.y (mgr.54105) 226 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.754137+0000 mgr.y (mgr.54105) 227 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:32.767345+0000 mgr.y (mgr.54105) 228 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: cephadm 2024-09-11T09:04:32.769434+0000 mgr.y (mgr.54105) 229 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.646464+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.646971+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.647510+0000 mon.b (mon.2) 281 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.648206+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.650579+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.651639+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.652260+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:33 smithi120 bash[53671]: audit 2024-09-11T09:04:33.652747+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.708580+0000 mgr.y (mgr.54105) 223 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.708656+0000 mgr.y (mgr.54105) 224 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.727451+0000 mgr.y (mgr.54105) 225 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.740288+0000 mgr.y (mgr.54105) 226 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.754137+0000 mgr.y (mgr.54105) 227 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:32.767345+0000 mgr.y (mgr.54105) 228 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: cephadm 2024-09-11T09:04:32.769434+0000 mgr.y (mgr.54105) 229 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-09-11T09:04:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.646464+0000 mon.b (mon.2) 279 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.646971+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.647510+0000 mon.b (mon.2) 281 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.648206+0000 mon.b (mon.2) 282 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.650579+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.651639+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.652260+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-11T09:04:34.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:33 smithi130 bash[38112]: audit 2024-09-11T09:04:33.652747+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-11T09:04:35.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:34 smithi120 bash[59345]: cluster 2024-09-11T09:04:33.696075+0000 mgr.y (mgr.54105) 230 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:35.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:34 smithi120 bash[53671]: cluster 2024-09-11T09:04:33.696075+0000 mgr.y (mgr.54105) 230 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:35.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:34 smithi130 bash[38112]: cluster 2024-09-11T09:04:33.696075+0000 mgr.y (mgr.54105) 230 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:35.456 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:04:36.259 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:04:36.259 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (7m) 49s ago 33m 17.9M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:04:36.259 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (6m) 3m ago 32m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:04:36.259 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (9m) 3m ago 37m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (19m) 49s ago 39m 437M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (4m) 49s ago 39m 97.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (5m) 3m ago 38m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (3m) 49s ago 38m 50.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (8m) 49s ago 33m 11.9M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (8m) 3m ago 33m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (84s) 49s ago 37m 46.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (54s) 49s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (36m) 49s ago 36m 52.9M 4096M 15.2.0 204a01f9b0b6 a1178633ae1d 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (36m) 49s ago 36m 60.3M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (35m) 3m ago 35m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (35m) 3m ago 35m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:04:36.260 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (34m) 3m ago 34m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:04:36.261 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (34m) 3m ago 34m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:04:36.261 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (8m) 3m ago 33m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:04:36.261 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (31m) 49s ago 31m 56.3M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:04:36.261 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (31m) 3m ago 31m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:04:36.746 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8, 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:04:36.747 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:04:37.148 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:04:37.148 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:04:37.148 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "2/8 daemons upgraded", 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:04:37.149 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:04:37.587 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:35.442997+0000 mgr.y (mgr.54105) 231 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: cluster 2024-09-11T09:04:35.697358+0000 mgr.y (mgr.54105) 232 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:35.847222+0000 mgr.y (mgr.54105) 233 : audit [DBG] from='client.54369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: cephadm 2024-09-11T09:04:36.218628+0000 mgr.y (mgr.54105) 234 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.229231+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.229882+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.230559+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.233668+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.235619+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: cephadm 2024-09-11T09:04:36.235961+0000 mgr.y (mgr.54105) 235 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.236201+0000 mgr.y (mgr.54105) 236 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.236368+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.588 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.237152+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.237926+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.238588+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.239637+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.243285+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.244073+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.244878+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.245704+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.246430+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.589 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[53671]: audit 2024-09-11T09:04:36.747242+0000 mon.a (mon.0) 382 : audit [DBG] from='client.54381 172.21.15.120:0/2915486711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:35.442997+0000 mgr.y (mgr.54105) 231 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: cluster 2024-09-11T09:04:35.697358+0000 mgr.y (mgr.54105) 232 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:35.847222+0000 mgr.y (mgr.54105) 233 : audit [DBG] from='client.54369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: cephadm 2024-09-11T09:04:36.218628+0000 mgr.y (mgr.54105) 234 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.229231+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.229882+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.230559+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.233668+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.235619+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: cephadm 2024-09-11T09:04:36.235961+0000 mgr.y (mgr.54105) 235 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.236201+0000 mgr.y (mgr.54105) 236 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.236368+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.590 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.237152+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.237926+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.238588+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.239637+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.243285+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.244073+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.244878+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.245704+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.246430+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.591 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:37 smithi120 bash[59345]: audit 2024-09-11T09:04:36.747242+0000 mon.a (mon.0) 382 : audit [DBG] from='client.54381 172.21.15.120:0/2915486711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:35.442997+0000 mgr.y (mgr.54105) 231 : audit [DBG] from='client.64300 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: cluster 2024-09-11T09:04:35.697358+0000 mgr.y (mgr.54105) 232 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:35.847222+0000 mgr.y (mgr.54105) 233 : audit [DBG] from='client.54369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: cephadm 2024-09-11T09:04:36.218628+0000 mgr.y (mgr.54105) 234 : cephadm [INF] Upgrade: Updating osd.2 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.229231+0000 mon.b (mon.2) 283 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.229882+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.230559+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:04:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.233668+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.235619+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: cephadm 2024-09-11T09:04:36.235961+0000 mgr.y (mgr.54105) 235 : cephadm [INF] Deploying daemon osd.2 on smithi120 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.236201+0000 mgr.y (mgr.54105) 236 : audit [DBG] from='client.64312 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.236368+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.237152+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.237926+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.238588+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.239637+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.243285+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.244073+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.244878+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.245704+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.246430+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:04:37.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:37 smithi130 bash[38112]: audit 2024-09-11T09:04:36.747242+0000 mon.a (mon.0) 382 : audit [DBG] from='client.54381 172.21.15.120:0/2915486711' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:04:38.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:38 smithi130 bash[38112]: audit 2024-09-11T09:04:37.149302+0000 mgr.y (mgr.54105) 237 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:38.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:38 smithi120 bash[53671]: audit 2024-09-11T09:04:37.149302+0000 mgr.y (mgr.54105) 237 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:38.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:38 smithi120 bash[59345]: audit 2024-09-11T09:04:37.149302+0000 mgr.y (mgr.54105) 237 : audit [DBG] from='client.54387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:04:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:39 smithi130 bash[38112]: cluster 2024-09-11T09:04:37.698042+0000 mgr.y (mgr.54105) 238 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:39.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:39 smithi120 bash[53671]: cluster 2024-09-11T09:04:37.698042+0000 mgr.y (mgr.54105) 238 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:39.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:39 smithi120 bash[59345]: cluster 2024-09-11T09:04:37.698042+0000 mgr.y (mgr.54105) 238 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:41.362 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:41 smithi120 bash[53671]: cluster 2024-09-11T09:04:39.699478+0000 mgr.y (mgr.54105) 239 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:41.362 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:41 smithi120 systemd[1]: Stopping Ceph osd.2 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:04:41.362 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:41 smithi120 bash[59345]: cluster 2024-09-11T09:04:39.699478+0000 mgr.y (mgr.54105) 239 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:41.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:41 smithi130 bash[38112]: cluster 2024-09-11T09:04:39.699478+0000 mgr.y (mgr.54105) 239 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:41.670 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:41 smithi120 bash[24122]: debug 2024-09-11T09:04:41.356+0000 7f35faac2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:04:41.671 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:41 smithi120 bash[24122]: debug 2024-09-11T09:04:41.356+0000 7f35faac2700 -1 osd.2 76 *** Got signal Terminated *** 2024-09-11T09:04:41.671 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:41 smithi120 bash[24122]: debug 2024-09-11T09:04:41.356+0000 7f35faac2700 -1 osd.2 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:04:42.430 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[79242]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.2 2024-09-11T09:04:42.431 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[79314]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.2 2024-09-11T09:04:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.656047+0000 mon.a (mon.0) 383 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.656152+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 failed (root=default,host=smithi120) (connection refused reported by osd.3) 2024-09-11T09:04:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.656666+0000 mon.a (mon.0) 385 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.656979+0000 mon.a (mon.0) 386 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.657188+0000 mon.a (mon.0) 387 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.657508+0000 mon.a (mon.0) 388 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.657614+0000 mon.a (mon.0) 389 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.658116+0000 mon.a (mon.0) 390 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.658341+0000 mon.a (mon.0) 391 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.658775+0000 mon.a (mon.0) 392 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.659102+0000 mon.a (mon.0) 393 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.659470+0000 mon.a (mon.0) 394 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.659637+0000 mon.a (mon.0) 395 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.659928+0000 mon.a (mon.0) 396 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.660101+0000 mon.a (mon.0) 397 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.060211+0000 mon.a (mon.0) 398 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.060612+0000 mon.a (mon.0) 399 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.061073+0000 mon.a (mon.0) 400 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.061536+0000 mon.a (mon.0) 401 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.061742+0000 mon.a (mon.0) 402 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.062172+0000 mon.a (mon.0) 403 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.062494+0000 mon.a (mon.0) 404 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.063053+0000 mon.a (mon.0) 405 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.063283+0000 mon.a (mon.0) 406 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.063691+0000 mon.a (mon.0) 407 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.063933+0000 mon.a (mon.0) 408 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.064329+0000 mon.a (mon.0) 409 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.064559+0000 mon.a (mon.0) 410 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.064968+0000 mon.a (mon.0) 411 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.656047+0000 mon.a (mon.0) 383 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.656152+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 failed (root=default,host=smithi120) (connection refused reported by osd.3) 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.656666+0000 mon.a (mon.0) 385 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.656979+0000 mon.a (mon.0) 386 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.657188+0000 mon.a (mon.0) 387 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.657508+0000 mon.a (mon.0) 388 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.657614+0000 mon.a (mon.0) 389 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.658116+0000 mon.a (mon.0) 390 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.658341+0000 mon.a (mon.0) 391 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.658775+0000 mon.a (mon.0) 392 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.659102+0000 mon.a (mon.0) 393 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.659470+0000 mon.a (mon.0) 394 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.659637+0000 mon.a (mon.0) 395 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.659928+0000 mon.a (mon.0) 396 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.660101+0000 mon.a (mon.0) 397 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.060211+0000 mon.a (mon.0) 398 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.060612+0000 mon.a (mon.0) 399 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.061073+0000 mon.a (mon.0) 400 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.061536+0000 mon.a (mon.0) 401 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.061742+0000 mon.a (mon.0) 402 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.062172+0000 mon.a (mon.0) 403 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.062494+0000 mon.a (mon.0) 404 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.063053+0000 mon.a (mon.0) 405 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.063283+0000 mon.a (mon.0) 406 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.063691+0000 mon.a (mon.0) 407 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.063933+0000 mon.a (mon.0) 408 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.064329+0000 mon.a (mon.0) 409 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.064559+0000 mon.a (mon.0) 410 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:42 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.064968+0000 mon.a (mon.0) 411 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.656047+0000 mon.a (mon.0) 383 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.656152+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 failed (root=default,host=smithi120) (connection refused reported by osd.3) 2024-09-11T09:04:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.656666+0000 mon.a (mon.0) 385 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.656979+0000 mon.a (mon.0) 386 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.657188+0000 mon.a (mon.0) 387 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.657508+0000 mon.a (mon.0) 388 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.657614+0000 mon.a (mon.0) 389 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.658116+0000 mon.a (mon.0) 390 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.658341+0000 mon.a (mon.0) 391 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.658775+0000 mon.a (mon.0) 392 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.659102+0000 mon.a (mon.0) 393 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.659470+0000 mon.a (mon.0) 394 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.659637+0000 mon.a (mon.0) 395 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.659928+0000 mon.a (mon.0) 396 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.660101+0000 mon.a (mon.0) 397 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.060211+0000 mon.a (mon.0) 398 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.060612+0000 mon.a (mon.0) 399 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.061073+0000 mon.a (mon.0) 400 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.061536+0000 mon.a (mon.0) 401 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.061742+0000 mon.a (mon.0) 402 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.062172+0000 mon.a (mon.0) 403 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.062494+0000 mon.a (mon.0) 404 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.063053+0000 mon.a (mon.0) 405 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.063283+0000 mon.a (mon.0) 406 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.063691+0000 mon.a (mon.0) 407 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.063933+0000 mon.a (mon.0) 408 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.064329+0000 mon.a (mon.0) 409 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.064559+0000 mon.a (mon.0) 410 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-09-11T09:04:42.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:42 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.064968+0000 mon.a (mon.0) 411 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[53671]: cluster 2024-09-11T09:04:41.700211+0000 mgr.y (mgr.54105) 240 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.244503+0000 mon.a (mon.0) 412 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[53671]: cluster 2024-09-11T09:04:42.262971+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[59345]: cluster 2024-09-11T09:04:41.700211+0000 mgr.y (mgr.54105) 240 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.244503+0000 mon.a (mon.0) 412 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:04:43.605 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:43 smithi120 bash[59345]: cluster 2024-09-11T09:04:42.262971+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-11T09:04:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:43 smithi130 bash[38112]: cluster 2024-09-11T09:04:41.700211+0000 mgr.y (mgr.54105) 240 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:43 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.244503+0000 mon.a (mon.0) 412 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:04:43.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:43 smithi130 bash[38112]: cluster 2024-09-11T09:04:42.262971+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-09-11T09:04:44.442 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:44 smithi120 bash[53671]: cluster 2024-09-11T09:04:43.271612+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-11T09:04:44.442 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:44 smithi120 bash[59345]: cluster 2024-09-11T09:04:43.271612+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-11T09:04:44.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:44 smithi130 bash[38112]: cluster 2024-09-11T09:04:43.271612+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-09-11T09:04:45.099 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:44 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.2.service: Succeeded. 2024-09-11T09:04:45.099 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:44 smithi120 systemd[1]: Stopped Ceph osd.2 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:04:45.099 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:44 smithi120 systemd[1]: Started Ceph osd.2 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: cluster 2024-09-11T09:04:43.700801+0000 mgr.y (mgr.54105) 241 : cluster [DBG] pgmap v140: 129 pgs: 11 peering, 6 stale+active+clean, 112 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: cluster 2024-09-11T09:04:44.265869+0000 mon.a (mon.0) 415 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: audit 2024-09-11T09:04:44.972056+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: audit 2024-09-11T09:04:44.983589+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: audit 2024-09-11T09:04:44.992888+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: audit 2024-09-11T09:04:44.999742+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[59345]: audit 2024-09-11T09:04:45.000838+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: cluster 2024-09-11T09:04:43.700801+0000 mgr.y (mgr.54105) 241 : cluster [DBG] pgmap v140: 129 pgs: 11 peering, 6 stale+active+clean, 112 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: cluster 2024-09-11T09:04:44.265869+0000 mon.a (mon.0) 415 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: audit 2024-09-11T09:04:44.972056+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: audit 2024-09-11T09:04:44.983589+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: audit 2024-09-11T09:04:44.992888+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: audit 2024-09-11T09:04:44.999742+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:45 smithi120 bash[53671]: audit 2024-09-11T09:04:45.000838+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: cluster 2024-09-11T09:04:43.700801+0000 mgr.y (mgr.54105) 241 : cluster [DBG] pgmap v140: 129 pgs: 11 peering, 6 stale+active+clean, 112 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: cluster 2024-09-11T09:04:44.265869+0000 mon.a (mon.0) 415 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: audit 2024-09-11T09:04:44.972056+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: audit 2024-09-11T09:04:44.983589+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: audit 2024-09-11T09:04:44.992888+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: audit 2024-09-11T09:04:44.999742+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:45 smithi130 bash[38112]: audit 2024-09-11T09:04:45.000838+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:46 smithi130 bash[38112]: cluster 2024-09-11T09:04:45.702321+0000 mgr.y (mgr.54105) 242 : cluster [DBG] pgmap v141: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:46 smithi130 bash[38112]: cluster 2024-09-11T09:04:46.278684+0000 mon.a (mon.0) 419 : cluster [WRN] Health check failed: Degraded data redundancy: 31/612 objects degraded (5.065%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[59345]: cluster 2024-09-11T09:04:45.702321+0000 mgr.y (mgr.54105) 242 : cluster [DBG] pgmap v141: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[59345]: cluster 2024-09-11T09:04:46.278684+0000 mon.a (mon.0) 419 : cluster [WRN] Health check failed: Degraded data redundancy: 31/612 objects degraded (5.065%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[53671]: cluster 2024-09-11T09:04:45.702321+0000 mgr.y (mgr.54105) 242 : cluster [DBG] pgmap v141: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[53671]: cluster 2024-09-11T09:04:46.278684+0000 mon.a (mon.0) 419 : cluster [WRN] Health check failed: Degraded data redundancy: 31/612 objects degraded (5.065%), 10 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:47.012 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T09:04:47.012 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: 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-11T09:04:47.012 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T09:04:47.013 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T09:04:47.013 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T09:04:47.013 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T09:04:47.013 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:46 smithi120 bash[79499]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T09:04:49.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:48 smithi130 bash[38112]: cluster 2024-09-11T09:04:47.703365+0000 mgr.y (mgr.54105) 243 : cluster [DBG] pgmap v142: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:49.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:48 smithi120 bash[53671]: cluster 2024-09-11T09:04:47.703365+0000 mgr.y (mgr.54105) 243 : cluster [DBG] pgmap v142: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:49.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:48 smithi120 bash[59345]: cluster 2024-09-11T09:04:47.703365+0000 mgr.y (mgr.54105) 243 : cluster [DBG] pgmap v142: 129 pgs: 11 active+undersized, 11 peering, 10 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 31/612 objects degraded (5.065%) 2024-09-11T09:04:49.181 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:48 smithi120 bash[79792]: debug 2024-09-11T09:04:48.940+0000 7f29b9181640 1 -- 172.21.15.120:0/3952725276 <== mon.0 v2:172.21.15.120:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b8fbb02d00 con 0x55b8fbad5400 2024-09-11T09:04:49.812 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:49 smithi120 bash[79792]: debug 2024-09-11T09:04:49.476+0000 7f29bb9e9440 -1 Falling back to public interface 2024-09-11T09:04:50.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:49 smithi130 bash[38112]: cluster 2024-09-11T09:04:49.760261+0000 mon.a (mon.0) 420 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2024-09-11T09:04:50.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:49 smithi120 bash[53671]: cluster 2024-09-11T09:04:49.760261+0000 mon.a (mon.0) 420 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2024-09-11T09:04:50.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:49 smithi120 bash[59345]: cluster 2024-09-11T09:04:49.760261+0000 mon.a (mon.0) 420 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2024-09-11T09:04:51.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:50 smithi130 bash[38112]: cluster 2024-09-11T09:04:49.705011+0000 mgr.y (mgr.54105) 244 : cluster [DBG] pgmap v143: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:51.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:50 smithi120 bash[53671]: cluster 2024-09-11T09:04:49.705011+0000 mgr.y (mgr.54105) 244 : cluster [DBG] pgmap v143: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:51.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:50 smithi120 bash[59345]: cluster 2024-09-11T09:04:49.705011+0000 mgr.y (mgr.54105) 244 : cluster [DBG] pgmap v143: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:52.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:51 smithi130 bash[38112]: cluster 2024-09-11T09:04:51.645532+0000 mon.a (mon.0) 421 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:52.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:51 smithi120 bash[59345]: cluster 2024-09-11T09:04:51.645532+0000 mon.a (mon.0) 421 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:51 smithi120 bash[53671]: cluster 2024-09-11T09:04:51.645532+0000 mon.a (mon.0) 421 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T09:04:52.828 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: cluster 2024-09-11T09:04:51.705845+0000 mgr.y (mgr.54105) 245 : cluster [DBG] pgmap v144: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:52.828 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: audit 2024-09-11T09:04:52.261178+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:52.828 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: audit 2024-09-11T09:04:52.271469+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:52.829 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: audit 2024-09-11T09:04:52.287034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:52.829 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: audit 2024-09-11T09:04:52.476722+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T09:04:52.829 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[53671]: audit 2024-09-11T09:04:52.655717+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:52.829 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[79792]: debug 2024-09-11T09:04:52.432+0000 7f29bb9e9440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-11T09:04:52.829 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[79792]: debug 2024-09-11T09:04:52.468+0000 7f29bb9e9440 -1 osd.2 76 log_to_monitors true 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: cluster 2024-09-11T09:04:51.705845+0000 mgr.y (mgr.54105) 245 : cluster [DBG] pgmap v144: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: audit 2024-09-11T09:04:52.261178+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: audit 2024-09-11T09:04:52.271469+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: audit 2024-09-11T09:04:52.287034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: audit 2024-09-11T09:04:52.476722+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T09:04:53.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:52 smithi130 bash[38112]: audit 2024-09-11T09:04:52.655717+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:53.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: cluster 2024-09-11T09:04:51.705845+0000 mgr.y (mgr.54105) 245 : cluster [DBG] pgmap v144: 129 pgs: 19 active+undersized, 13 active+undersized+degraded, 97 active+clean; 584 KiB data, 589 MiB used, 709 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:04:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: audit 2024-09-11T09:04:52.261178+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: audit 2024-09-11T09:04:52.271469+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: audit 2024-09-11T09:04:52.287034+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: audit 2024-09-11T09:04:52.476722+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T09:04:53.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:52 smithi120 bash[59345]: audit 2024-09-11T09:04:52.655717+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:04:53.680 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[79792]: debug 2024-09-11T09:04:53.304+0000 7f29b3f96640 -1 osd.2 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:52.866536+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:52.878453+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:52.888840+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:52.889916+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:53.293006+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: cluster 2024-09-11T09:04:53.293191+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T09:04:54.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:53 smithi130 bash[38112]: audit 2024-09-11T09:04:53.294316+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:52.866536+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:52.878453+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:52.888840+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:52.889916+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:53.293006+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: cluster 2024-09-11T09:04:53.293191+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[53671]: audit 2024-09-11T09:04:53.294316+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:04:54.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:52.866536+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:52.878453+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:52.888840+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:52.889916+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:53.293006+0000 mon.a (mon.0) 427 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: cluster 2024-09-11T09:04:53.293191+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-09-11T09:04:54.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:53 smithi120 bash[59345]: audit 2024-09-11T09:04:53.294316+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: cluster 2024-09-11T09:04:53.706741+0000 mgr.y (mgr.54105) 246 : cluster [DBG] pgmap v146: 129 pgs: 19 active+undersized, 13 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-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: audit 2024-09-11T09:04:53.830737+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: cluster 2024-09-11T09:04:54.288460+0000 mon.a (mon.0) 431 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: audit 2024-09-11T09:04:54.295997+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: cluster 2024-09-11T09:04:54.301874+0000 mon.a (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819] boot 2024-09-11T09:04:55.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:54 smithi130 bash[38112]: cluster 2024-09-11T09:04:54.301966+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: cluster 2024-09-11T09:04:53.706741+0000 mgr.y (mgr.54105) 246 : cluster [DBG] pgmap v146: 129 pgs: 19 active+undersized, 13 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-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: audit 2024-09-11T09:04:53.830737+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: cluster 2024-09-11T09:04:54.288460+0000 mon.a (mon.0) 431 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: audit 2024-09-11T09:04:54.295997+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: cluster 2024-09-11T09:04:54.301874+0000 mon.a (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819] boot 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[59345]: cluster 2024-09-11T09:04:54.301966+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: cluster 2024-09-11T09:04:53.706741+0000 mgr.y (mgr.54105) 246 : cluster [DBG] pgmap v146: 129 pgs: 19 active+undersized, 13 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-11T09:04:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: audit 2024-09-11T09:04:53.830737+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: cluster 2024-09-11T09:04:54.288460+0000 mon.a (mon.0) 431 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:04:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: audit 2024-09-11T09:04:54.295997+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T09:04:55.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: cluster 2024-09-11T09:04:54.301874+0000 mon.a (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.120:6818/1498965819,v1:172.21.15.120:6819/1498965819] boot 2024-09-11T09:04:55.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:54 smithi120 bash[53671]: cluster 2024-09-11T09:04:54.301966+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-11T09:04:56.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:56 smithi130 bash[38112]: cluster 2024-09-11T09:04:55.303377+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-11T09:04:56.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:56 smithi120 bash[59345]: cluster 2024-09-11T09:04:55.303377+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-11T09:04:56.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:56 smithi120 bash[53671]: cluster 2024-09-11T09:04:55.303377+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-11T09:04:57.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:57 smithi130 bash[38112]: cluster 2024-09-11T09:04:55.707645+0000 mgr.y (mgr.54105) 247 : cluster [DBG] pgmap v149: 129 pgs: 19 active+undersized, 13 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-11T09:04:57.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:57 smithi120 bash[53671]: cluster 2024-09-11T09:04:55.707645+0000 mgr.y (mgr.54105) 247 : cluster [DBG] pgmap v149: 129 pgs: 19 active+undersized, 13 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-11T09:04:57.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:57 smithi120 bash[59345]: cluster 2024-09-11T09:04:55.707645+0000 mgr.y (mgr.54105) 247 : cluster [DBG] pgmap v149: 129 pgs: 19 active+undersized, 13 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-11T09:04:58.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:58 smithi130 bash[38112]: cluster 2024-09-11T09:04:57.708537+0000 mgr.y (mgr.54105) 248 : cluster [DBG] pgmap v150: 129 pgs: 19 active+undersized, 13 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-11T09:04:58.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:58 smithi120 bash[53671]: cluster 2024-09-11T09:04:57.708537+0000 mgr.y (mgr.54105) 248 : cluster [DBG] pgmap v150: 129 pgs: 19 active+undersized, 13 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-11T09:04:58.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:58 smithi120 bash[59345]: cluster 2024-09-11T09:04:57.708537+0000 mgr.y (mgr.54105) 248 : cluster [DBG] pgmap v150: 129 pgs: 19 active+undersized, 13 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-11T09:05:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:59 smithi130 bash[38112]: cluster 2024-09-11T09:04:59.762424+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded) 2024-09-11T09:05:00.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:04:59 smithi130 bash[38112]: cluster 2024-09-11T09:04:59.762473+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-09-11T09:05:00.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:59 smithi120 bash[53671]: cluster 2024-09-11T09:04:59.762424+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded) 2024-09-11T09:05:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:04:59 smithi120 bash[53671]: cluster 2024-09-11T09:04:59.762473+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-09-11T09:05:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:59 smithi120 bash[59345]: cluster 2024-09-11T09:04:59.762424+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 13 pgs degraded) 2024-09-11T09:05:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:04:59 smithi120 bash[59345]: cluster 2024-09-11T09:04:59.762473+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-09-11T09:05:01.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:00 smithi130 bash[38112]: cluster 2024-09-11T09:04:59.710029+0000 mgr.y (mgr.54105) 249 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:01.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:00 smithi120 bash[59345]: cluster 2024-09-11T09:04:59.710029+0000 mgr.y (mgr.54105) 249 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:01.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:00 smithi120 bash[53671]: cluster 2024-09-11T09:04:59.710029+0000 mgr.y (mgr.54105) 249 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:02.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:02 smithi120 bash[53671]: cluster 2024-09-11T09:05:01.710655+0000 mgr.y (mgr.54105) 250 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:02.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:02 smithi120 bash[59345]: cluster 2024-09-11T09:05:01.710655+0000 mgr.y (mgr.54105) 250 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:02 smithi130 bash[38112]: cluster 2024-09-11T09:05:01.710655+0000 mgr.y (mgr.54105) 250 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: cluster 2024-09-11T09:05:03.711653+0000 mgr.y (mgr.54105) 251 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.220177+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.233326+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.244399+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.255519+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.309419+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.317051+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.320404+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.323197+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.326317+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.329174+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.331826+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.334661+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.339889+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.343989+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.350581+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.351052+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.354866+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.362305+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.362975+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.366029+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.372280+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.372567+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.375082+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.376239+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.377630+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.378754+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.380430+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.118 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.381659+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.382452+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.383990+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.384861+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.386173+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.387379+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.388593+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.389684+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.390947+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.392783+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.393850+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.395625+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.396771+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.398261+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.399278+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.401056+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.402049+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.404549+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.405495+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.407935+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.408956+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.412001+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.420480+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.420589+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.424145+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.430148+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.439878+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.121 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:04 smithi130 bash[38112]: audit 2024-09-11T09:05:04.500975+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: cluster 2024-09-11T09:05:03.711653+0000 mgr.y (mgr.54105) 251 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.220177+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.233326+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.244399+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.255519+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.309419+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.317051+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.320404+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.323197+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.326317+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.329174+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.331826+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.334661+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.339889+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.343989+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.350581+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.351052+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.354866+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.362305+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: cluster 2024-09-11T09:05:03.711653+0000 mgr.y (mgr.54105) 251 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.220177+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.233326+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.244399+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.255519+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.309419+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.317051+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.320404+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.323197+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.326317+0000 mon.b (mon.2) 309 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.329174+0000 mon.b (mon.2) 310 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.331826+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.334661+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.339889+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.343989+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.350581+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.351052+0000 mon.b (mon.2) 314 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.354866+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.362305+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.362975+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.366029+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.372280+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.372567+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.375082+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.376239+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.377630+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.378754+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.380430+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.381659+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.382452+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.383990+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.384861+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.386173+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.387379+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.388593+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.389684+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.362975+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.366029+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.372280+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:05:05.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.372567+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.375082+0000 mon.b (mon.2) 317 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.376239+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.377630+0000 mon.b (mon.2) 318 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.378754+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.380430+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.381659+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.382452+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.383990+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.384861+0000 mon.b (mon.2) 321 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.386173+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.387379+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.388593+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:05:05.187 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.389684+0000 mon.b (mon.2) 323 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.390947+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.392783+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.393850+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.395625+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.396771+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.398261+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.399278+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.401056+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.402049+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.404549+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.405495+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.407935+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.408956+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.412001+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.420480+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.420589+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.424145+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.390947+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.392783+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.393850+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.395625+0000 mon.b (mon.2) 325 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.396771+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.189 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.398261+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.399278+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.401056+0000 mon.b (mon.2) 327 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.402049+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.404549+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.405495+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.407935+0000 mon.b (mon.2) 329 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.408956+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.412001+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.420480+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.420589+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.424145+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.430148+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.439878+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[53671]: audit 2024-09-11T09:05:04.500975+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.430148+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:05:05.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.439878+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:05.191 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:04 smithi120 bash[59345]: audit 2024-09-11T09:05:04.500975+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:06.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:05 smithi130 bash[38112]: cephadm 2024-09-11T09:05:04.339411+0000 mgr.y (mgr.54105) 252 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:05:06.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:05 smithi130 bash[38112]: cephadm 2024-09-11T09:05:04.422424+0000 mgr.y (mgr.54105) 253 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:05:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:05 smithi120 bash[53671]: cephadm 2024-09-11T09:05:04.339411+0000 mgr.y (mgr.54105) 252 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:05:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:05 smithi120 bash[53671]: cephadm 2024-09-11T09:05:04.422424+0000 mgr.y (mgr.54105) 253 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:05:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:05 smithi120 bash[59345]: cephadm 2024-09-11T09:05:04.339411+0000 mgr.y (mgr.54105) 252 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:05:06.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:05 smithi120 bash[59345]: cephadm 2024-09-11T09:05:04.422424+0000 mgr.y (mgr.54105) 253 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:05:07.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:06 smithi130 bash[38112]: cluster 2024-09-11T09:05:05.712933+0000 mgr.y (mgr.54105) 254 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:07.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:06 smithi120 bash[53671]: cluster 2024-09-11T09:05:05.712933+0000 mgr.y (mgr.54105) 254 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:06 smithi120 bash[59345]: cluster 2024-09-11T09:05:05.712933+0000 mgr.y (mgr.54105) 254 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:08.399 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:05:08.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:08 smithi120 bash[53671]: audit 2024-09-11T09:05:07.557335+0000 mgr.y (mgr.54105) 255 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:08.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:08 smithi120 bash[53671]: cluster 2024-09-11T09:05:07.713529+0000 mgr.y (mgr.54105) 256 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:08.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:08 smithi120 bash[59345]: audit 2024-09-11T09:05:07.557335+0000 mgr.y (mgr.54105) 255 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:08.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:08 smithi120 bash[59345]: cluster 2024-09-11T09:05:07.713529+0000 mgr.y (mgr.54105) 256 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:08 smithi130 bash[38112]: audit 2024-09-11T09:05:07.557335+0000 mgr.y (mgr.54105) 255 : audit [DBG] from='client.64336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:09.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:08 smithi130 bash[38112]: cluster 2024-09-11T09:05:07.713529+0000 mgr.y (mgr.54105) 256 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:10.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:09 smithi130 bash[38112]: audit 2024-09-11T09:05:08.859682+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:10.166 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:09 smithi120 bash[53671]: audit 2024-09-11T09:05:08.859682+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:10.166 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:09 smithi120 bash[59345]: audit 2024-09-11T09:05:08.859682+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:11.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:10 smithi120 bash[53671]: cluster 2024-09-11T09:05:09.715331+0000 mgr.y (mgr.54105) 257 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:10 smithi120 bash[59345]: cluster 2024-09-11T09:05:09.715331+0000 mgr.y (mgr.54105) 257 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:11.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:10 smithi130 bash[38112]: cluster 2024-09-11T09:05:09.715331+0000 mgr.y (mgr.54105) 257 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:12.416 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:05:12.416 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (8m) 20s ago 33m 18.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:05:12.416 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (7m) 4m ago 33m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:05:12.416 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (9m) 4m ago 38m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:05:12.416 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (19m) 20s ago 40m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:05:12.417 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (4m) 20s ago 40m 107M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:05:12.417 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (5m) 4m ago 38m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:05:12.417 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (4m) 20s ago 39m 61.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:05:12.417 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (9m) 20s ago 34m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:05:12.417 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (9m) 4m ago 34m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (2m) 20s ago 38m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (90s) 20s ago 37m 45.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (24s) 20s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (36m) 20s ago 36m 60.1M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (36m) 4m ago 36m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:05:12.418 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (35m) 4m ago 35m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:05:12.419 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (35m) 4m ago 35m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:05:12.419 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (34m) 4m ago 34m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:05:12.419 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (8m) 4m ago 34m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:05:12.419 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (32m) 20s ago 32m 56.6M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:05:12.419 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (32m) 4m ago 32m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: cluster 2024-09-11T09:05:11.716044+0000 mgr.y (mgr.54105) 258 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.387815+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.388887+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.390097+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.391263+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.392406+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.393650+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.397390+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.398489+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.399543+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.400507+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[59345]: audit 2024-09-11T09:05:12.401380+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: cluster 2024-09-11T09:05:11.716044+0000 mgr.y (mgr.54105) 258 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.387815+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.388887+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.390097+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.391263+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.392406+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.393650+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.397390+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.398489+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.399543+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.400507+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:12 smithi120 bash[53671]: audit 2024-09-11T09:05:12.401380+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.239 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-11T09:05:13.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: cluster 2024-09-11T09:05:11.716044+0000 mgr.y (mgr.54105) 258 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:13.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.387815+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.388887+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.390097+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.391263+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.392406+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.393650+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.397390+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:13.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.398489+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.399543+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.400507+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:13.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:12 smithi130 bash[38112]: audit 2024-09-11T09:05:12.401380+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:14.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:13 smithi120 bash[53671]: audit 2024-09-11T09:05:12.385339+0000 mgr.y (mgr.54105) 259 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:14.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:13 smithi120 bash[59345]: audit 2024-09-11T09:05:12.385339+0000 mgr.y (mgr.54105) 259 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:14.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:13 smithi130 bash[38112]: audit 2024-09-11T09:05:12.385339+0000 mgr.y (mgr.54105) 259 : audit [DBG] from='client.54405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:14.930 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:14 smithi120 bash[53671]: cluster 2024-09-11T09:05:13.717034+0000 mgr.y (mgr.54105) 260 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:14.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:14 smithi120 bash[59345]: cluster 2024-09-11T09:05:13.717034+0000 mgr.y (mgr.54105) 260 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:15.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:14 smithi130 bash[38112]: cluster 2024-09-11T09:05:13.717034+0000 mgr.y (mgr.54105) 260 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:17.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:16 smithi120 bash[53671]: cluster 2024-09-11T09:05:15.718412+0000 mgr.y (mgr.54105) 261 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:16 smithi120 bash[59345]: cluster 2024-09-11T09:05:15.718412+0000 mgr.y (mgr.54105) 261 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:17.327 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:05:17.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:16 smithi130 bash[38112]: cluster 2024-09-11T09:05:15.718412+0000 mgr.y (mgr.54105) 261 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:18.171 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:17 smithi120 bash[59345]: audit 2024-09-11T09:05:17.316326+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54411 172.21.15.120:0/1004758011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:18.172 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:17 smithi120 bash[53671]: audit 2024-09-11T09:05:17.316326+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54411 172.21.15.120:0/1004758011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:18.173 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:05:18.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:17 smithi130 bash[38112]: audit 2024-09-11T09:05:17.316326+0000 mon.c (mon.1) 12 : audit [DBG] from='client.54411 172.21.15.120:0/1004758011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:19.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:18 smithi120 bash[53671]: cluster 2024-09-11T09:05:17.719452+0000 mgr.y (mgr.54105) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:18 smithi120 bash[59345]: cluster 2024-09-11T09:05:17.719452+0000 mgr.y (mgr.54105) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:19.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:18 smithi130 bash[38112]: cluster 2024-09-11T09:05:17.719452+0000 mgr.y (mgr.54105) 262 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:21.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:20 smithi120 bash[59345]: cluster 2024-09-11T09:05:19.720837+0000 mgr.y (mgr.54105) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:20 smithi120 bash[53671]: cluster 2024-09-11T09:05:19.720837+0000 mgr.y (mgr.54105) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:21.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:20 smithi130 bash[38112]: cluster 2024-09-11T09:05:19.720837+0000 mgr.y (mgr.54105) 263 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:22 smithi120 bash[59345]: cluster 2024-09-11T09:05:21.721472+0000 mgr.y (mgr.54105) 264 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:22 smithi120 bash[59345]: audit 2024-09-11T09:05:22.236460+0000 mgr.y (mgr.54105) 265 : audit [DBG] from='client.54417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:22 smithi120 bash[53671]: cluster 2024-09-11T09:05:21.721472+0000 mgr.y (mgr.54105) 264 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:22 smithi120 bash[53671]: audit 2024-09-11T09:05:22.236460+0000 mgr.y (mgr.54105) 265 : audit [DBG] from='client.54417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:23.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:22 smithi130 bash[38112]: cluster 2024-09-11T09:05:21.721472+0000 mgr.y (mgr.54105) 264 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:22 smithi130 bash[38112]: audit 2024-09-11T09:05:22.236460+0000 mgr.y (mgr.54105) 265 : audit [DBG] from='client.54417 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:24.744 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:05:25.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:24 smithi120 bash[53671]: cluster 2024-09-11T09:05:23.722308+0000 mgr.y (mgr.54105) 266 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:25.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:24 smithi120 bash[59345]: cluster 2024-09-11T09:05:23.722308+0000 mgr.y (mgr.54105) 266 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:24 smithi130 bash[38112]: cluster 2024-09-11T09:05:23.722308+0000 mgr.y (mgr.54105) 266 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:25.515 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:05:27.138 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:26 smithi120 bash[59345]: cluster 2024-09-11T09:05:25.723095+0000 mgr.y (mgr.54105) 267 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:27.139 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:26 smithi120 bash[53671]: cluster 2024-09-11T09:05:25.723095+0000 mgr.y (mgr.54105) 267 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:27.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:26 smithi130 bash[38112]: cluster 2024-09-11T09:05:25.723095+0000 mgr.y (mgr.54105) 267 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:29.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:28 smithi120 bash[53671]: cluster 2024-09-11T09:05:27.723909+0000 mgr.y (mgr.54105) 268 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:29.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:28 smithi120 bash[59345]: cluster 2024-09-11T09:05:27.723909+0000 mgr.y (mgr.54105) 268 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:28 smithi130 bash[38112]: cluster 2024-09-11T09:05:27.723909+0000 mgr.y (mgr.54105) 268 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:30 smithi120 bash[59345]: audit 2024-09-11T09:05:29.402277+0000 mgr.y (mgr.54105) 269 : audit [DBG] from='client.64360 -' 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-11T09:05:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:30 smithi120 bash[59345]: cluster 2024-09-11T09:05:29.725257+0000 mgr.y (mgr.54105) 270 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:30 smithi120 bash[53671]: audit 2024-09-11T09:05:29.402277+0000 mgr.y (mgr.54105) 269 : audit [DBG] from='client.64360 -' 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-11T09:05:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:30 smithi120 bash[53671]: cluster 2024-09-11T09:05:29.725257+0000 mgr.y (mgr.54105) 270 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:30 smithi130 bash[38112]: audit 2024-09-11T09:05:29.402277+0000 mgr.y (mgr.54105) 269 : audit [DBG] from='client.64360 -' 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-11T09:05:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:30 smithi130 bash[38112]: cluster 2024-09-11T09:05:29.725257+0000 mgr.y (mgr.54105) 270 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:31.886 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:32.631 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:05:32.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[53671]: cluster 2024-09-11T09:05:31.725987+0000 mgr.y (mgr.54105) 271 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[53671]: cephadm 2024-09-11T09:05:31.877363+0000 mgr.y (mgr.54105) 272 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[53671]: audit 2024-09-11T09:05:31.885704+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[53671]: audit 2024-09-11T09:05:32.277592+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[59345]: cluster 2024-09-11T09:05:31.725987+0000 mgr.y (mgr.54105) 271 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[59345]: cephadm 2024-09-11T09:05:31.877363+0000 mgr.y (mgr.54105) 272 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[59345]: audit 2024-09-11T09:05:31.885704+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:32.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:32 smithi120 bash[59345]: audit 2024-09-11T09:05:32.277592+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:33.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:32 smithi130 bash[38112]: cluster 2024-09-11T09:05:31.725987+0000 mgr.y (mgr.54105) 271 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:32 smithi130 bash[38112]: cephadm 2024-09-11T09:05:31.877363+0000 mgr.y (mgr.54105) 272 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:32 smithi130 bash[38112]: audit 2024-09-11T09:05:31.885704+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:32 smithi130 bash[38112]: audit 2024-09-11T09:05:32.277592+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: cephadm 2024-09-11T09:05:32.327085+0000 mgr.y (mgr.54105) 273 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.654945+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.655494+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.655904+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.656128+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.658846+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.659751+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.660415+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[53671]: audit 2024-09-11T09:05:33.660926+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: cephadm 2024-09-11T09:05:32.327085+0000 mgr.y (mgr.54105) 273 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.654945+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.655494+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.655904+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.656128+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.658846+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.659751+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.660415+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:33 smithi120 bash[59345]: audit 2024-09-11T09:05:33.660926+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: cephadm 2024-09-11T09:05:32.327085+0000 mgr.y (mgr.54105) 273 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.654945+0000 mon.b (mon.2) 342 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.655494+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.655904+0000 mon.b (mon.2) 344 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.656128+0000 mon.b (mon.2) 345 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.658846+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.659751+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.660415+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:33 smithi130 bash[38112]: audit 2024-09-11T09:05:33.660926+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-11T09:05:34.966 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:34 smithi120 bash[53671]: cluster 2024-09-11T09:05:33.726823+0000 mgr.y (mgr.54105) 274 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:34.967 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:34 smithi120 bash[59345]: cluster 2024-09-11T09:05:33.726823+0000 mgr.y (mgr.54105) 274 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:35.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:34 smithi130 bash[38112]: cluster 2024-09-11T09:05:33.726823+0000 mgr.y (mgr.54105) 274 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cluster 2024-09-11T09:05:35.727633+0000 mgr.y (mgr.54105) 275 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.125522+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.125617+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.126729+0000 mgr.y (mgr.54105) 276 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:05:37.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.126815+0000 mgr.y (mgr.54105) 277 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.139392+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.139590+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.144341+0000 mgr.y (mgr.54105) 278 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.152390+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.152618+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.157298+0000 mgr.y (mgr.54105) 279 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.164738+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.165745+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.170768+0000 mgr.y (mgr.54105) 280 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.178272+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.178765+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: audit 2024-09-11T09:05:36.182154+0000 mgr.y (mgr.54105) 281 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[53671]: cephadm 2024-09-11T09:05:36.184520+0000 mgr.y (mgr.54105) 282 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cluster 2024-09-11T09:05:35.727633+0000 mgr.y (mgr.54105) 275 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.125522+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.125617+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.126729+0000 mgr.y (mgr.54105) 276 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.126815+0000 mgr.y (mgr.54105) 277 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.139392+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.139590+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.144341+0000 mgr.y (mgr.54105) 278 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.152390+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.152618+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.157298+0000 mgr.y (mgr.54105) 279 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.164738+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.165745+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.170768+0000 mgr.y (mgr.54105) 280 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.178272+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.178765+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: audit 2024-09-11T09:05:36.182154+0000 mgr.y (mgr.54105) 281 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:37 smithi120 bash[59345]: cephadm 2024-09-11T09:05:36.184520+0000 mgr.y (mgr.54105) 282 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cluster 2024-09-11T09:05:35.727633+0000 mgr.y (mgr.54105) 275 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.125522+0000 mon.b (mon.2) 346 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.125617+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.126729+0000 mgr.y (mgr.54105) 276 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.126815+0000 mgr.y (mgr.54105) 277 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.139392+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.139590+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.144341+0000 mgr.y (mgr.54105) 278 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.152390+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.152618+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.157298+0000 mgr.y (mgr.54105) 279 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.164738+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.165745+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.170768+0000 mgr.y (mgr.54105) 280 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.178272+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.178765+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: audit 2024-09-11T09:05:36.182154+0000 mgr.y (mgr.54105) 281 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T09:05:37.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:37 smithi130 bash[38112]: cephadm 2024-09-11T09:05:36.184520+0000 mgr.y (mgr.54105) 282 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-09-11T09:05:38.750 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:05:39.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:39 smithi120 bash[53671]: cluster 2024-09-11T09:05:37.728501+0000 mgr.y (mgr.54105) 283 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:39 smithi120 bash[59345]: cluster 2024-09-11T09:05:37.728501+0000 mgr.y (mgr.54105) 283 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:39.546 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (8m) 47s ago 34m 18.0M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (7m) 4m ago 33m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (10m) 4m ago 38m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (20m) 47s ago 40m 438M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (5m) 47s ago 40m 107M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (6m) 4m ago 39m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (4m) 47s ago 39m 61.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (9m) 47s ago 34m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (9m) 4m ago 34m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (2m) 47s ago 38m 46.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (117s) 47s ago 38m 45.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (51s) 47s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:05:39.547 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (37m) 47s ago 37m 60.1M 4096M 15.2.0 204a01f9b0b6 5bf946c16d5f 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (36m) 4m ago 36m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (36m) 4m ago 36m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (35m) 4m ago 35m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (35m) 4m ago 35m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (9m) 4m ago 34m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (32m) 47s ago 32m 56.6M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:05:39.548 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (32m) 4m ago 32m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:05:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:39 smithi130 bash[38112]: cluster 2024-09-11T09:05:37.728501+0000 mgr.y (mgr.54105) 283 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:40.022 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:05:40.022 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:05:40.022 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:05:40.022 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-09-11T09:05:40.023 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T09:05:40.024 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:05:40.024 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:05:40.406 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "3/8 daemons upgraded", 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:05:40.407 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:38.736475+0000 mgr.y (mgr.54105) 284 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.136526+0000 mgr.y (mgr.54105) 285 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: cephadm 2024-09-11T09:05:39.246645+0000 mgr.y (mgr.54105) 286 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.255073+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.257081+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.258315+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.261085+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:05:40.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: cephadm 2024-09-11T09:05:39.263394+0000 mgr.y (mgr.54105) 287 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.520778+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.521888+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.522965+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.523950+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.524945+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.526017+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.530231+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.531208+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.532136+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.533059+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:39.534026+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:40 smithi130 bash[38112]: audit 2024-09-11T09:05:40.023431+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54447 172.21.15.120:0/82004100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:40.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:38.736475+0000 mgr.y (mgr.54105) 284 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.136526+0000 mgr.y (mgr.54105) 285 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: cephadm 2024-09-11T09:05:39.246645+0000 mgr.y (mgr.54105) 286 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T09:05:40.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.255073+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:40.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.257081+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.258315+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.261085+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: cephadm 2024-09-11T09:05:39.263394+0000 mgr.y (mgr.54105) 287 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.520778+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.521888+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.522965+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.523950+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.524945+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.526017+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.530231+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.531208+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.532136+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.533059+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:39.534026+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[53671]: audit 2024-09-11T09:05:40.023431+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54447 172.21.15.120:0/82004100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:38.736475+0000 mgr.y (mgr.54105) 284 : audit [DBG] from='client.54429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.136526+0000 mgr.y (mgr.54105) 285 : audit [DBG] from='client.64372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: cephadm 2024-09-11T09:05:39.246645+0000 mgr.y (mgr.54105) 286 : cephadm [INF] Upgrade: Updating osd.3 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.255073+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.257081+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.258315+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:05:40.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.261085+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: cephadm 2024-09-11T09:05:39.263394+0000 mgr.y (mgr.54105) 287 : cephadm [INF] Deploying daemon osd.3 on smithi120 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.520778+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.521888+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.522965+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.523950+0000 mon.b (mon.2) 357 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.524945+0000 mon.b (mon.2) 358 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.526017+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.530231+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.531208+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.532136+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.533059+0000 mon.b (mon.2) 363 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:39.534026+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:05:40.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:40 smithi120 bash[59345]: audit 2024-09-11T09:05:40.023431+0000 mon.a (mon.0) 478 : audit [DBG] from='client.54447 172.21.15.120:0/82004100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:05:41.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:41 smithi120 bash[53671]: audit 2024-09-11T09:05:39.518919+0000 mgr.y (mgr.54105) 288 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:41.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:41 smithi120 bash[53671]: cluster 2024-09-11T09:05:39.729647+0000 mgr.y (mgr.54105) 289 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:41 smithi120 bash[59345]: audit 2024-09-11T09:05:39.518919+0000 mgr.y (mgr.54105) 288 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:41 smithi120 bash[59345]: cluster 2024-09-11T09:05:39.729647+0000 mgr.y (mgr.54105) 289 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:41 smithi130 bash[38112]: audit 2024-09-11T09:05:39.518919+0000 mgr.y (mgr.54105) 288 : audit [DBG] from='client.54441 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:41.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:41 smithi130 bash[38112]: cluster 2024-09-11T09:05:39.729647+0000 mgr.y (mgr.54105) 289 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:42 smithi130 bash[38112]: audit 2024-09-11T09:05:40.407731+0000 mgr.y (mgr.54105) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:42.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:42 smithi120 bash[53671]: audit 2024-09-11T09:05:40.407731+0000 mgr.y (mgr.54105) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:42 smithi120 bash[59345]: audit 2024-09-11T09:05:40.407731+0000 mgr.y (mgr.54105) 290 : audit [DBG] from='client.64390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:05:43.409 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:43 smithi120 bash[59345]: cluster 2024-09-11T09:05:41.730195+0000 mgr.y (mgr.54105) 291 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:43.409 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:43 smithi120 bash[53671]: cluster 2024-09-11T09:05:41.730195+0000 mgr.y (mgr.54105) 291 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:43 smithi130 bash[38112]: cluster 2024-09-11T09:05:41.730195+0000 mgr.y (mgr.54105) 291 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:44.598 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:44 smithi120 systemd[1]: Stopping Ceph osd.3 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:05:44.887 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:44 smithi120 bash[25714]: debug 2024-09-11T09:05:44.599+0000 7fa9d66ba700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:05:44.887 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:44 smithi120 bash[25714]: debug 2024-09-11T09:05:44.599+0000 7fa9d66ba700 -1 osd.3 81 *** Got signal Terminated *** 2024-09-11T09:05:44.888 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:44 smithi120 bash[25714]: debug 2024-09-11T09:05:44.599+0000 7fa9d66ba700 -1 osd.3 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:05:45.609 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[86373]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.3 2024-09-11T09:05:45.609 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[86456]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.3 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:43.731630+0000 mgr.y (mgr.54105) 292 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.889032+0000 mon.a (mon.0) 479 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.889140+0000 mon.a (mon.0) 480 : cluster [INF] osd.3 failed (root=default,host=smithi120) (connection refused reported by osd.6) 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.889756+0000 mon.a (mon.0) 481 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.890037+0000 mon.a (mon.0) 482 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.890292+0000 mon.a (mon.0) 483 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.890608+0000 mon.a (mon.0) 484 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.891005+0000 mon.a (mon.0) 485 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.891379+0000 mon.a (mon.0) 486 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.891680+0000 mon.a (mon.0) 487 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.892095+0000 mon.a (mon.0) 488 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.610 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.892523+0000 mon.a (mon.0) 489 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.892935+0000 mon.a (mon.0) 490 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.893288+0000 mon.a (mon.0) 491 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.893656+0000 mon.a (mon.0) 492 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[53671]: cluster 2024-09-11T09:05:44.894015+0000 mon.a (mon.0) 493 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:43.731630+0000 mgr.y (mgr.54105) 292 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.889032+0000 mon.a (mon.0) 479 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.889140+0000 mon.a (mon.0) 480 : cluster [INF] osd.3 failed (root=default,host=smithi120) (connection refused reported by osd.6) 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.889756+0000 mon.a (mon.0) 481 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.890037+0000 mon.a (mon.0) 482 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.890292+0000 mon.a (mon.0) 483 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.890608+0000 mon.a (mon.0) 484 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.611 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.891005+0000 mon.a (mon.0) 485 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.891379+0000 mon.a (mon.0) 486 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.891680+0000 mon.a (mon.0) 487 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.892095+0000 mon.a (mon.0) 488 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.892523+0000 mon.a (mon.0) 489 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.892935+0000 mon.a (mon.0) 490 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.893288+0000 mon.a (mon.0) 491 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.893656+0000 mon.a (mon.0) 492 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.612 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:45 smithi120 bash[59345]: cluster 2024-09-11T09:05:44.894015+0000 mon.a (mon.0) 493 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:43.731630+0000 mgr.y (mgr.54105) 292 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.889032+0000 mon.a (mon.0) 479 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.889140+0000 mon.a (mon.0) 480 : cluster [INF] osd.3 failed (root=default,host=smithi120) (connection refused reported by osd.6) 2024-09-11T09:05:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.889756+0000 mon.a (mon.0) 481 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.890037+0000 mon.a (mon.0) 482 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.890292+0000 mon.a (mon.0) 483 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.890608+0000 mon.a (mon.0) 484 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.891005+0000 mon.a (mon.0) 485 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.891379+0000 mon.a (mon.0) 486 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.891680+0000 mon.a (mon.0) 487 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.892095+0000 mon.a (mon.0) 488 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.892523+0000 mon.a (mon.0) 489 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.892935+0000 mon.a (mon.0) 490 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.893288+0000 mon.a (mon.0) 491 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.893656+0000 mon.a (mon.0) 492 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-09-11T09:05:45.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:45 smithi130 bash[38112]: cluster 2024-09-11T09:05:44.894015+0000 mon.a (mon.0) 493 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-09-11T09:05:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:46 smithi130 bash[38112]: cluster 2024-09-11T09:05:45.281131+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:05:46.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:46 smithi130 bash[38112]: cluster 2024-09-11T09:05:45.298944+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-11T09:05:46.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:46 smithi120 bash[59345]: cluster 2024-09-11T09:05:45.281131+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:05:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:46 smithi120 bash[59345]: cluster 2024-09-11T09:05:45.298944+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-11T09:05:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:46 smithi120 bash[53671]: cluster 2024-09-11T09:05:45.281131+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:05:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:46 smithi120 bash[53671]: cluster 2024-09-11T09:05:45.298944+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-09-11T09:05:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:47 smithi130 bash[38112]: cluster 2024-09-11T09:05:45.732345+0000 mgr.y (mgr.54105) 293 : cluster [DBG] pgmap v175: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:47 smithi130 bash[38112]: cluster 2024-09-11T09:05:46.303327+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-11T09:05:47.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:47 smithi120 bash[59345]: cluster 2024-09-11T09:05:45.732345+0000 mgr.y (mgr.54105) 293 : cluster [DBG] pgmap v175: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:47 smithi120 bash[59345]: cluster 2024-09-11T09:05:46.303327+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-11T09:05:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:47 smithi120 bash[53671]: cluster 2024-09-11T09:05:45.732345+0000 mgr.y (mgr.54105) 293 : cluster [DBG] pgmap v175: 129 pgs: 20 stale+active+clean, 109 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail 2024-09-11T09:05:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:47 smithi120 bash[53671]: cluster 2024-09-11T09:05:46.303327+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-09-11T09:05:48.180 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:47 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.3.service: Succeeded. 2024-09-11T09:05:48.181 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:47 smithi120 systemd[1]: Stopped Ceph osd.3 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:05:48.181 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:48 smithi120 systemd[1]: Started Ceph osd.3 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:05:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:48 smithi130 bash[38112]: audit 2024-09-11T09:05:48.121554+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:48.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:48 smithi130 bash[38112]: audit 2024-09-11T09:05:48.131284+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:48 smithi130 bash[38112]: audit 2024-09-11T09:05:48.141292+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:48 smithi130 bash[38112]: audit 2024-09-11T09:05:48.143403+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[53671]: audit 2024-09-11T09:05:48.121554+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[53671]: audit 2024-09-11T09:05:48.131284+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[53671]: audit 2024-09-11T09:05:48.141292+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[53671]: audit 2024-09-11T09:05:48.143403+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[59345]: audit 2024-09-11T09:05:48.121554+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[59345]: audit 2024-09-11T09:05:48.131284+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[59345]: audit 2024-09-11T09:05:48.141292+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:48 smithi120 bash[59345]: audit 2024-09-11T09:05:48.143403+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:49.564 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[59345]: cluster 2024-09-11T09:05:47.733357+0000 mgr.y (mgr.54105) 294 : cluster [DBG] pgmap v177: 129 pgs: 8 active+undersized, 14 stale+active+clean, 5 active+undersized+degraded, 102 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 18/612 objects degraded (2.941%) 2024-09-11T09:05:49.564 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[59345]: cluster 2024-09-11T09:05:48.301423+0000 mon.a (mon.0) 499 : cluster [WRN] Health check failed: Degraded data redundancy: 18/612 objects degraded (2.941%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:49.564 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[53671]: cluster 2024-09-11T09:05:47.733357+0000 mgr.y (mgr.54105) 294 : cluster [DBG] pgmap v177: 129 pgs: 8 active+undersized, 14 stale+active+clean, 5 active+undersized+degraded, 102 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 18/612 objects degraded (2.941%) 2024-09-11T09:05:49.564 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[53671]: cluster 2024-09-11T09:05:48.301423+0000 mon.a (mon.0) 499 : cluster [WRN] Health check failed: Degraded data redundancy: 18/612 objects degraded (2.941%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:49 smithi130 bash[38112]: cluster 2024-09-11T09:05:47.733357+0000 mgr.y (mgr.54105) 294 : cluster [DBG] pgmap v177: 129 pgs: 8 active+undersized, 14 stale+active+clean, 5 active+undersized+degraded, 102 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 18/612 objects degraded (2.941%) 2024-09-11T09:05:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:49 smithi130 bash[38112]: cluster 2024-09-11T09:05:48.301423+0000 mon.a (mon.0) 499 : cluster [WRN] Health check failed: Degraded data redundancy: 18/612 objects degraded (2.941%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:50.430 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: 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-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T09:05:50.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:49 smithi120 bash[86636]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T09:05:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:51 smithi130 bash[38112]: cluster 2024-09-11T09:05:49.734490+0000 mgr.y (mgr.54105) 295 : cluster [DBG] pgmap v178: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:51.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:51 smithi120 bash[53671]: cluster 2024-09-11T09:05:49.734490+0000 mgr.y (mgr.54105) 295 : cluster [DBG] pgmap v178: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:51.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:51 smithi120 bash[59345]: cluster 2024-09-11T09:05:49.734490+0000 mgr.y (mgr.54105) 295 : cluster [DBG] pgmap v178: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:52.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:52 smithi120 bash[53671]: cluster 2024-09-11T09:05:51.735429+0000 mgr.y (mgr.54105) 296 : cluster [DBG] pgmap v179: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:52.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:52 smithi120 bash[59345]: cluster 2024-09-11T09:05:51.735429+0000 mgr.y (mgr.54105) 296 : cluster [DBG] pgmap v179: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:52.431 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:52 smithi120 bash[86936]: debug 2024-09-11T09:05:52.250+0000 7f0664d5f640 1 -- 172.21.15.120:0/2776817726 <== mon.1 v2:172.21.15.120:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55beeb962d00 con 0x55beeb934c00 2024-09-11T09:05:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:52 smithi130 bash[38112]: cluster 2024-09-11T09:05:51.735429+0000 mgr.y (mgr.54105) 296 : cluster [DBG] pgmap v179: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:53.180 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:52 smithi120 bash[86936]: debug 2024-09-11T09:05:52.794+0000 7f06675c7440 -1 Falling back to public interface 2024-09-11T09:05:55.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:54 smithi130 bash[38112]: cluster 2024-09-11T09:05:53.737123+0000 mgr.y (mgr.54105) 297 : cluster [DBG] pgmap v180: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:55.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:54 smithi120 bash[59345]: cluster 2024-09-11T09:05:53.737123+0000 mgr.y (mgr.54105) 297 : cluster [DBG] pgmap v180: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:55.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:54 smithi120 bash[53671]: cluster 2024-09-11T09:05:53.737123+0000 mgr.y (mgr.54105) 297 : cluster [DBG] pgmap v180: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:55 smithi130 bash[38112]: audit 2024-09-11T09:05:55.537904+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:55 smithi130 bash[38112]: audit 2024-09-11T09:05:55.547408+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:55 smithi130 bash[38112]: audit 2024-09-11T09:05:55.559251+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[59345]: audit 2024-09-11T09:05:55.537904+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:56.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[59345]: audit 2024-09-11T09:05:55.547408+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[59345]: audit 2024-09-11T09:05:55.559251+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[53671]: audit 2024-09-11T09:05:55.537904+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[53671]: audit 2024-09-11T09:05:55.547408+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[53671]: audit 2024-09-11T09:05:55.559251+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:56.181 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[86936]: debug 2024-09-11T09:05:55.882+0000 7f06675c7440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-11T09:05:56.181 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:55 smithi120 bash[86936]: debug 2024-09-11T09:05:55.918+0000 7f06675c7440 -1 osd.3 81 log_to_monitors true 2024-09-11T09:05:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: cluster 2024-09-11T09:05:55.737915+0000 mgr.y (mgr.54105) 298 : cluster [DBG] pgmap v181: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:55.926449+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:55.926996+0000 mon.a (mon.0) 502 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:55.932501+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:56.138852+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:56.151132+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:56.162499+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: audit 2024-09-11T09:05:56.162963+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:05:57.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:56 smithi130 bash[38112]: cluster 2024-09-11T09:05:56.661520+0000 mon.a (mon.0) 505 : cluster [WRN] Health check update: Degraded data redundancy: 78/612 objects degraded (12.745%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:57.180 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[86936]: debug 2024-09-11T09:05:56.834+0000 7f065d36f640 -1 osd.3 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: cluster 2024-09-11T09:05:55.737915+0000 mgr.y (mgr.54105) 298 : cluster [DBG] pgmap v181: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:55.926449+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:55.926996+0000 mon.a (mon.0) 502 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:55.932501+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:56.138852+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:56.151132+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:56.162499+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: audit 2024-09-11T09:05:56.162963+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[53671]: cluster 2024-09-11T09:05:56.661520+0000 mon.a (mon.0) 505 : cluster [WRN] Health check update: Degraded data redundancy: 78/612 objects degraded (12.745%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: cluster 2024-09-11T09:05:55.737915+0000 mgr.y (mgr.54105) 298 : cluster [DBG] pgmap v181: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 880 MiB used, 709 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:55.926449+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:55.926996+0000 mon.a (mon.0) 502 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:55.932501+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:56.138852+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:56.151132+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:56.162499+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: audit 2024-09-11T09:05:56.162963+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:05:57.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:56 smithi120 bash[59345]: cluster 2024-09-11T09:05:56.661520+0000 mon.a (mon.0) 505 : cluster [WRN] Health check update: Degraded data redundancy: 78/612 objects degraded (12.745%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:05:58.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:57 smithi130 bash[38112]: audit 2024-09-11T09:05:56.814986+0000 mon.a (mon.0) 506 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T09:05:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:57 smithi130 bash[38112]: cluster 2024-09-11T09:05:56.815093+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T09:05:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:57 smithi130 bash[38112]: audit 2024-09-11T09:05:56.818016+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:58.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:57 smithi130 bash[38112]: audit 2024-09-11T09:05:56.818539+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:58.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[53671]: audit 2024-09-11T09:05:56.814986+0000 mon.a (mon.0) 506 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[53671]: cluster 2024-09-11T09:05:56.815093+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[53671]: audit 2024-09-11T09:05:56.818016+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[53671]: audit 2024-09-11T09:05:56.818539+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[59345]: audit 2024-09-11T09:05:56.814986+0000 mon.a (mon.0) 506 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[59345]: cluster 2024-09-11T09:05:56.815093+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[59345]: audit 2024-09-11T09:05:56.818016+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:57 smithi120 bash[59345]: audit 2024-09-11T09:05:56.818539+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi120", "root=default"]}]: dispatch 2024-09-11T09:05:59.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:58 smithi130 bash[38112]: cluster 2024-09-11T09:05:57.738896+0000 mgr.y (mgr.54105) 299 : cluster [DBG] pgmap v183: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:59.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:58 smithi130 bash[38112]: cluster 2024-09-11T09:05:57.810867+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:05:59.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:58 smithi130 bash[38112]: audit 2024-09-11T09:05:57.824713+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T09:05:59.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:58 smithi130 bash[38112]: cluster 2024-09-11T09:05:57.827471+0000 mon.a (mon.0) 510 : cluster [INF] osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765] boot 2024-09-11T09:05:59.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:58 smithi130 bash[38112]: cluster 2024-09-11T09:05:57.827532+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[53671]: cluster 2024-09-11T09:05:57.738896+0000 mgr.y (mgr.54105) 299 : cluster [DBG] pgmap v183: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[53671]: cluster 2024-09-11T09:05:57.810867+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[53671]: audit 2024-09-11T09:05:57.824713+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[53671]: cluster 2024-09-11T09:05:57.827471+0000 mon.a (mon.0) 510 : cluster [INF] osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765] boot 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[53671]: cluster 2024-09-11T09:05:57.827532+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[59345]: cluster 2024-09-11T09:05:57.738896+0000 mgr.y (mgr.54105) 299 : cluster [DBG] pgmap v183: 129 pgs: 27 active+undersized, 23 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 78/612 objects degraded (12.745%) 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[59345]: cluster 2024-09-11T09:05:57.810867+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[59345]: audit 2024-09-11T09:05:57.824713+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[59345]: cluster 2024-09-11T09:05:57.827471+0000 mon.a (mon.0) 510 : cluster [INF] osd.3 [v2:172.21.15.120:6826/2142066765,v1:172.21.15.120:6827/2142066765] boot 2024-09-11T09:05:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:58 smithi120 bash[59345]: cluster 2024-09-11T09:05:57.827532+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-11T09:06:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:59 smithi130 bash[38112]: cluster 2024-09-11T09:05:58.829782+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-11T09:06:00.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:05:59 smithi130 bash[38112]: audit 2024-09-11T09:05:58.885496+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:00.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:59 smithi120 bash[53671]: cluster 2024-09-11T09:05:58.829782+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-11T09:06:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:05:59 smithi120 bash[53671]: audit 2024-09-11T09:05:58.885496+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:59 smithi120 bash[59345]: cluster 2024-09-11T09:05:58.829782+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-11T09:06:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:05:59 smithi120 bash[59345]: audit 2024-09-11T09:05:58.885496+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:01.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:00 smithi120 bash[53671]: cluster 2024-09-11T09:05:59.739795+0000 mgr.y (mgr.54105) 300 : cluster [DBG] pgmap v186: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:01.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:00 smithi120 bash[59345]: cluster 2024-09-11T09:05:59.739795+0000 mgr.y (mgr.54105) 300 : cluster [DBG] pgmap v186: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:00 smithi130 bash[38112]: cluster 2024-09-11T09:05:59.739795+0000 mgr.y (mgr.54105) 300 : cluster [DBG] pgmap v186: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:02.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:01 smithi120 bash[53671]: cluster 2024-09-11T09:06:01.662574+0000 mon.a (mon.0) 514 : cluster [WRN] Health check update: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:02.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:01 smithi120 bash[59345]: cluster 2024-09-11T09:06:01.662574+0000 mon.a (mon.0) 514 : cluster [WRN] Health check update: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:02.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:01 smithi130 bash[38112]: cluster 2024-09-11T09:06:01.662574+0000 mon.a (mon.0) 514 : cluster [WRN] Health check update: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:03.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:02 smithi120 bash[53671]: cluster 2024-09-11T09:06:01.740733+0000 mgr.y (mgr.54105) 301 : cluster [DBG] pgmap v187: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:02 smithi120 bash[59345]: cluster 2024-09-11T09:06:01.740733+0000 mgr.y (mgr.54105) 301 : cluster [DBG] pgmap v187: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:03.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:02 smithi130 bash[38112]: cluster 2024-09-11T09:06:01.740733+0000 mgr.y (mgr.54105) 301 : cluster [DBG] pgmap v187: 129 pgs: 17 peering, 17 active+undersized, 16 active+undersized+degraded, 79 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 58/612 objects degraded (9.477%) 2024-09-11T09:06:04.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:03 smithi130 bash[38112]: cluster 2024-09-11T09:06:03.900564+0000 mon.a (mon.0) 515 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded) 2024-09-11T09:06:04.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:03 smithi130 bash[38112]: cluster 2024-09-11T09:06:03.900616+0000 mon.a (mon.0) 516 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:04.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:03 smithi120 bash[53671]: cluster 2024-09-11T09:06:03.900564+0000 mon.a (mon.0) 515 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded) 2024-09-11T09:06:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:03 smithi120 bash[53671]: cluster 2024-09-11T09:06:03.900616+0000 mon.a (mon.0) 516 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:03 smithi120 bash[59345]: cluster 2024-09-11T09:06:03.900564+0000 mon.a (mon.0) 515 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 58/612 objects degraded (9.477%), 16 pgs degraded) 2024-09-11T09:06:04.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:03 smithi120 bash[59345]: cluster 2024-09-11T09:06:03.900616+0000 mon.a (mon.0) 516 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:05.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:04 smithi130 bash[38112]: cluster 2024-09-11T09:06:03.742109+0000 mgr.y (mgr.54105) 302 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2024-09-11T09:06:05.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:04 smithi120 bash[53671]: cluster 2024-09-11T09:06:03.742109+0000 mgr.y (mgr.54105) 302 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2024-09-11T09:06:05.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:04 smithi120 bash[59345]: cluster 2024-09-11T09:06:03.742109+0000 mgr.y (mgr.54105) 302 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 147 B/s rd, 0 op/s 2024-09-11T09:06:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:06 smithi120 bash[53671]: cluster 2024-09-11T09:06:05.742623+0000 mgr.y (mgr.54105) 303 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T09:06:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:06 smithi120 bash[59345]: cluster 2024-09-11T09:06:05.742623+0000 mgr.y (mgr.54105) 303 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T09:06:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:06 smithi130 bash[38112]: cluster 2024-09-11T09:06:05.742623+0000 mgr.y (mgr.54105) 303 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.481034+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.492616+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.505305+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.515925+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.571638+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.579365+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.582289+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.584746+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.587855+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.481034+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.492616+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.505305+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.515925+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.571638+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.579365+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.582289+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.584746+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[59345]: audit 2024-09-11T09:06:07.587855+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.481034+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.492616+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.505305+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.515925+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.571638+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.579365+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.582289+0000 mon.b (mon.2) 375 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.584746+0000 mon.b (mon.2) 376 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:08.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:07 smithi120 bash[53671]: audit 2024-09-11T09:06:07.587855+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:09.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:07.591315+0000 mgr.y (mgr.54105) 304 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:09.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: cephadm 2024-09-11T09:06:07.594048+0000 mgr.y (mgr.54105) 305 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T09:06:09.234 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: cluster 2024-09-11T09:06:07.743528+0000 mgr.y (mgr.54105) 306 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T09:06:09.235 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:08 smithi130 bash[38112]: audit 2024-09-11T09:06:08.907406+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[59345]: audit 2024-09-11T09:06:07.591315+0000 mgr.y (mgr.54105) 304 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[59345]: cephadm 2024-09-11T09:06:07.594048+0000 mgr.y (mgr.54105) 305 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[59345]: cluster 2024-09-11T09:06:07.743528+0000 mgr.y (mgr.54105) 306 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[59345]: audit 2024-09-11T09:06:08.907406+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[53671]: audit 2024-09-11T09:06:07.591315+0000 mgr.y (mgr.54105) 304 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[53671]: cephadm 2024-09-11T09:06:07.594048+0000 mgr.y (mgr.54105) 305 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[53671]: cluster 2024-09-11T09:06:07.743528+0000 mgr.y (mgr.54105) 306 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-09-11T09:06:09.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:08 smithi120 bash[53671]: audit 2024-09-11T09:06:08.907406+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:10.828 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: cluster 2024-09-11T09:06:09.744782+0000 mgr.y (mgr.54105) 307 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: cephadm 2024-09-11T09:06:09.919303+0000 mgr.y (mgr.54105) 308 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: audit 2024-09-11T09:06:09.927778+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: audit 2024-09-11T09:06:09.928484+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: audit 2024-09-11T09:06:09.929547+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: audit 2024-09-11T09:06:09.932591+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[59345]: cephadm 2024-09-11T09:06:09.934755+0000 mgr.y (mgr.54105) 309 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: cluster 2024-09-11T09:06:09.744782+0000 mgr.y (mgr.54105) 307 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-09-11T09:06:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: cephadm 2024-09-11T09:06:09.919303+0000 mgr.y (mgr.54105) 308 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T09:06:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: audit 2024-09-11T09:06:09.927778+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:06:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: audit 2024-09-11T09:06:09.928484+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: audit 2024-09-11T09:06:09.929547+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: audit 2024-09-11T09:06:09.932591+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:06:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:10 smithi120 bash[53671]: cephadm 2024-09-11T09:06:09.934755+0000 mgr.y (mgr.54105) 309 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: cluster 2024-09-11T09:06:09.744782+0000 mgr.y (mgr.54105) 307 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: cephadm 2024-09-11T09:06:09.919303+0000 mgr.y (mgr.54105) 308 : cephadm [INF] Upgrade: Updating osd.4 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: audit 2024-09-11T09:06:09.927778+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: audit 2024-09-11T09:06:09.928484+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: audit 2024-09-11T09:06:09.929547+0000 mon.b (mon.2) 379 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: audit 2024-09-11T09:06:09.932591+0000 mon.b (mon.2) 380 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-11T09:06:11.199 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:10 smithi130 bash[38112]: cephadm 2024-09-11T09:06:09.934755+0000 mgr.y (mgr.54105) 309 : cephadm [INF] Deploying daemon osd.4 on smithi130 2024-09-11T09:06:11.629 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (9m) 16s ago 34m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (8m) 5m ago 34m 79.6M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (10m) 5m ago 39m 391M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (20m) 16s ago 41m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (5m) 16s ago 41m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (6m) 5m ago 39m 41.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (5m) 16s ago 40m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (10m) 16s ago 35m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (10m) 5m ago 35m 10.9M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:06:11.630 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (2m) 16s ago 39m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (2m) 16s ago 38m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (83s) 16s ago 38m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (20s) 16s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (37m) 5m ago 37m 58.7M 4096M 15.2.0 204a01f9b0b6 56b16657d883 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (36m) 5m ago 36m 53.8M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (36m) 5m ago 36m 55.1M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (35m) 5m ago 35m 57.2M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (9m) 5m ago 35m 43.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (33m) 16s ago 33m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:06:11.631 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (33m) 5m ago 33m 56.6M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:06:12.081 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:06:12.082 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 9 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:06:12.083 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:10.815630+0000 mgr.y (mgr.54105) 310 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.206933+0000 mgr.y (mgr.54105) 311 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.595332+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.596606+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.597626+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.598653+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.599671+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.600689+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.606053+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.607158+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.608287+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.609264+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[59345]: audit 2024-09-11T09:06:11.610329+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:10.815630+0000 mgr.y (mgr.54105) 310 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.206933+0000 mgr.y (mgr.54105) 311 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.595332+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.596606+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.597626+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.598653+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.599671+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.600689+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.606053+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.607158+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.608287+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.609264+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:11 smithi120 bash[53671]: audit 2024-09-11T09:06:11.610329+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:10.815630+0000 mgr.y (mgr.54105) 310 : audit [DBG] from='client.64402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.206933+0000 mgr.y (mgr.54105) 311 : audit [DBG] from='client.64408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.595332+0000 mon.b (mon.2) 381 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.596606+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.597626+0000 mon.b (mon.2) 383 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.598653+0000 mon.b (mon.2) 384 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.599671+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.600689+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.606053+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.607158+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.608287+0000 mon.b (mon.2) 389 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.609264+0000 mon.b (mon.2) 390 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:11 smithi130 bash[38112]: audit 2024-09-11T09:06:11.610329+0000 mon.b (mon.2) 391 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:12.471 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:06:12.471 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "4/8 daemons upgraded", 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:06:12.472 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:06:13.350 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:12 smithi130 bash[38112]: audit 2024-09-11T09:06:11.592792+0000 mgr.y (mgr.54105) 312 : audit [DBG] from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:13.350 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:12 smithi130 bash[38112]: cluster 2024-09-11T09:06:11.745400+0000 mgr.y (mgr.54105) 313 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:13.350 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:12 smithi130 bash[38112]: audit 2024-09-11T09:06:12.082411+0000 mon.a (mon.0) 522 : audit [DBG] from='client.54483 172.21.15.120:0/2227716310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[53671]: audit 2024-09-11T09:06:11.592792+0000 mgr.y (mgr.54105) 312 : audit [DBG] from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[53671]: cluster 2024-09-11T09:06:11.745400+0000 mgr.y (mgr.54105) 313 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[53671]: audit 2024-09-11T09:06:12.082411+0000 mon.a (mon.0) 522 : audit [DBG] from='client.54483 172.21.15.120:0/2227716310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[59345]: audit 2024-09-11T09:06:11.592792+0000 mgr.y (mgr.54105) 312 : audit [DBG] from='client.54477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[59345]: cluster 2024-09-11T09:06:11.745400+0000 mgr.y (mgr.54105) 313 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:12 smithi120 bash[59345]: audit 2024-09-11T09:06:12.082411+0000 mon.a (mon.0) 522 : audit [DBG] from='client.54483 172.21.15.120:0/2227716310' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:14.287 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:13 smithi130 bash[38112]: audit 2024-09-11T09:06:12.472602+0000 mgr.y (mgr.54105) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:14.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:13 smithi120 bash[53671]: audit 2024-09-11T09:06:12.472602+0000 mgr.y (mgr.54105) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:14.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:13 smithi120 bash[59345]: audit 2024-09-11T09:06:12.472602+0000 mgr.y (mgr.54105) 314 : audit [DBG] from='client.54489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:14.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:14 smithi130 systemd[1]: Stopping Ceph osd.4 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:06:14.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[16914]: debug 2024-09-11T09:06:14.389+0000 7f72de082700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:06:14.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[16914]: debug 2024-09-11T09:06:14.389+0000 7f72de082700 -1 osd.4 86 *** Got signal Terminated *** 2024-09-11T09:06:14.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[16914]: debug 2024-09-11T09:06:14.389+0000 7f72de082700 -1 osd.4 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:06:15.238 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:15 smithi130 bash[47812]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.4 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:13.746793+0000 mgr.y (mgr.54105) 315 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.540369+0000 mon.a (mon.0) 523 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.540444+0000 mon.a (mon.0) 524 : cluster [INF] osd.4 failed (root=default,host=smithi130) (connection refused reported by osd.6) 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.684291+0000 mon.a (mon.0) 525 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.684880+0000 mon.a (mon.0) 526 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.685122+0000 mon.a (mon.0) 527 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.685336+0000 mon.a (mon.0) 528 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.239 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.685652+0000 mon.a (mon.0) 529 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.685994+0000 mon.a (mon.0) 530 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.686196+0000 mon.a (mon.0) 531 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.686418+0000 mon.a (mon.0) 532 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.686630+0000 mon.a (mon.0) 533 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.687032+0000 mon.a (mon.0) 534 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.687333+0000 mon.a (mon.0) 535 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.687685+0000 mon.a (mon.0) 536 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.687968+0000 mon.a (mon.0) 537 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.688186+0000 mon.a (mon.0) 538 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.743625+0000 mon.a (mon.0) 539 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.847567+0000 mon.a (mon.0) 540 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.849471+0000 mon.a (mon.0) 541 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.853027+0000 mon.a (mon.0) 542 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.240 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.855210+0000 mon.a (mon.0) 543 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.858427+0000 mon.a (mon.0) 544 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.241 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:14 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.912166+0000 mon.a (mon.0) 545 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:13.746793+0000 mgr.y (mgr.54105) 315 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:15.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.540369+0000 mon.a (mon.0) 523 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.540444+0000 mon.a (mon.0) 524 : cluster [INF] osd.4 failed (root=default,host=smithi130) (connection refused reported by osd.6) 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.684291+0000 mon.a (mon.0) 525 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.684880+0000 mon.a (mon.0) 526 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.685122+0000 mon.a (mon.0) 527 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.685336+0000 mon.a (mon.0) 528 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.685652+0000 mon.a (mon.0) 529 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.685994+0000 mon.a (mon.0) 530 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.686196+0000 mon.a (mon.0) 531 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.686418+0000 mon.a (mon.0) 532 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.686630+0000 mon.a (mon.0) 533 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.687032+0000 mon.a (mon.0) 534 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.687333+0000 mon.a (mon.0) 535 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.687685+0000 mon.a (mon.0) 536 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.687968+0000 mon.a (mon.0) 537 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.688186+0000 mon.a (mon.0) 538 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.743625+0000 mon.a (mon.0) 539 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.847567+0000 mon.a (mon.0) 540 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.849471+0000 mon.a (mon.0) 541 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.853027+0000 mon.a (mon.0) 542 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.855210+0000 mon.a (mon.0) 543 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.858427+0000 mon.a (mon.0) 544 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.912166+0000 mon.a (mon.0) 545 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:13.746793+0000 mgr.y (mgr.54105) 315 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.540369+0000 mon.a (mon.0) 523 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.540444+0000 mon.a (mon.0) 524 : cluster [INF] osd.4 failed (root=default,host=smithi130) (connection refused reported by osd.6) 2024-09-11T09:06:15.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.684291+0000 mon.a (mon.0) 525 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.684880+0000 mon.a (mon.0) 526 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.685122+0000 mon.a (mon.0) 527 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.685336+0000 mon.a (mon.0) 528 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.685652+0000 mon.a (mon.0) 529 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.685994+0000 mon.a (mon.0) 530 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.686196+0000 mon.a (mon.0) 531 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.686418+0000 mon.a (mon.0) 532 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.686630+0000 mon.a (mon.0) 533 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.687032+0000 mon.a (mon.0) 534 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.687333+0000 mon.a (mon.0) 535 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.687685+0000 mon.a (mon.0) 536 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.687968+0000 mon.a (mon.0) 537 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.688186+0000 mon.a (mon.0) 538 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.743625+0000 mon.a (mon.0) 539 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-09-11T09:06:15.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.847567+0000 mon.a (mon.0) 540 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-09-11T09:06:15.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.849471+0000 mon.a (mon.0) 541 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-09-11T09:06:15.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.853027+0000 mon.a (mon.0) 542 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-09-11T09:06:15.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.855210+0000 mon.a (mon.0) 543 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-09-11T09:06:15.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.858427+0000 mon.a (mon.0) 544 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-09-11T09:06:15.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:14 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.912166+0000 mon.a (mon.0) 545 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-09-11T09:06:15.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:15 smithi130 bash[47883]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.4 2024-09-11T09:06:16.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:15 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.949523+0000 mon.a (mon.0) 546 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:16.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:15 smithi130 bash[38112]: cluster 2024-09-11T09:06:14.966939+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-11T09:06:16.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:15 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.949523+0000 mon.a (mon.0) 546 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:16.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:15 smithi120 bash[53671]: cluster 2024-09-11T09:06:14.966939+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-11T09:06:16.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:15 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.949523+0000 mon.a (mon.0) 546 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:16.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:15 smithi120 bash[59345]: cluster 2024-09-11T09:06:14.966939+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-09-11T09:06:17.351 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:16 smithi130 bash[38112]: cluster 2024-09-11T09:06:15.747535+0000 mgr.y (mgr.54105) 316 : cluster [DBG] pgmap v195: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T09:06:17.351 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:16 smithi130 bash[38112]: cluster 2024-09-11T09:06:15.974301+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-11T09:06:17.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:16 smithi120 bash[53671]: cluster 2024-09-11T09:06:15.747535+0000 mgr.y (mgr.54105) 316 : cluster [DBG] pgmap v195: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T09:06:17.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:16 smithi120 bash[53671]: cluster 2024-09-11T09:06:15.974301+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-11T09:06:17.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:16 smithi120 bash[59345]: cluster 2024-09-11T09:06:15.747535+0000 mgr.y (mgr.54105) 316 : cluster [DBG] pgmap v195: 129 pgs: 18 stale+active+clean, 111 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail 2024-09-11T09:06:17.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:16 smithi120 bash[59345]: cluster 2024-09-11T09:06:15.974301+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-09-11T09:06:17.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:17 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.4.service: Succeeded. 2024-09-11T09:06:17.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:17 smithi130 systemd[1]: Stopped Ceph osd.4 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:06:17.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:17 smithi130 systemd[1]: Started Ceph osd.4 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:06:18.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:17 smithi130 bash[38112]: audit 2024-09-11T09:06:17.616645+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:17 smithi130 bash[38112]: audit 2024-09-11T09:06:17.629487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:17 smithi130 bash[38112]: audit 2024-09-11T09:06:17.640018+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:17 smithi130 bash[38112]: audit 2024-09-11T09:06:17.640816+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[53671]: audit 2024-09-11T09:06:17.616645+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[53671]: audit 2024-09-11T09:06:17.629487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[53671]: audit 2024-09-11T09:06:17.640018+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[53671]: audit 2024-09-11T09:06:17.640816+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[59345]: audit 2024-09-11T09:06:17.616645+0000 mon.b (mon.2) 392 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[59345]: audit 2024-09-11T09:06:17.629487+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[59345]: audit 2024-09-11T09:06:17.640018+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:18.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:17 smithi120 bash[59345]: audit 2024-09-11T09:06:17.640816+0000 mon.b (mon.2) 393 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:18 smithi130 bash[38112]: cluster 2024-09-11T09:06:17.748601+0000 mgr.y (mgr.54105) 317 : cluster [DBG] pgmap v197: 129 pgs: 13 active+undersized, 11 stale+active+clean, 4 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 16/612 objects degraded (2.614%) 2024-09-11T09:06:19.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:18 smithi130 bash[38112]: cluster 2024-09-11T09:06:18.637119+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: Degraded data redundancy: 16/612 objects degraded (2.614%), 4 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:19.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:18 smithi120 bash[53671]: cluster 2024-09-11T09:06:17.748601+0000 mgr.y (mgr.54105) 317 : cluster [DBG] pgmap v197: 129 pgs: 13 active+undersized, 11 stale+active+clean, 4 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 16/612 objects degraded (2.614%) 2024-09-11T09:06:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:18 smithi120 bash[53671]: cluster 2024-09-11T09:06:18.637119+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: Degraded data redundancy: 16/612 objects degraded (2.614%), 4 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:18 smithi120 bash[59345]: cluster 2024-09-11T09:06:17.748601+0000 mgr.y (mgr.54105) 317 : cluster [DBG] pgmap v197: 129 pgs: 13 active+undersized, 11 stale+active+clean, 4 active+undersized+degraded, 101 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 16/612 objects degraded (2.614%) 2024-09-11T09:06:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:18 smithi120 bash[59345]: cluster 2024-09-11T09:06:18.637119+0000 mon.a (mon.0) 551 : cluster [WRN] Health check failed: Degraded data redundancy: 16/612 objects degraded (2.614%), 4 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:19.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: 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-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T09:06:19.616 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:19 smithi130 bash[48063]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T09:06:21.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:20 smithi130 bash[38112]: cluster 2024-09-11T09:06:19.750080+0000 mgr.y (mgr.54105) 318 : cluster [DBG] pgmap v198: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:21.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:21 smithi130 bash[48358]: debug 2024-09-11T09:06:21.037+0000 7fe4698d4640 1 -- 172.21.15.130:0/857804054 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e6ea664d00 con 0x55e6ea637400 2024-09-11T09:06:21.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:20 smithi120 bash[53671]: cluster 2024-09-11T09:06:19.750080+0000 mgr.y (mgr.54105) 318 : cluster [DBG] pgmap v198: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:20 smithi120 bash[59345]: cluster 2024-09-11T09:06:19.750080+0000 mgr.y (mgr.54105) 318 : cluster [DBG] pgmap v198: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:21.865 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:21 smithi130 bash[48358]: debug 2024-09-11T09:06:21.577+0000 7fe46c13c440 -1 Falling back to public interface 2024-09-11T09:06:23.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:22 smithi130 bash[38112]: cluster 2024-09-11T09:06:21.751017+0000 mgr.y (mgr.54105) 319 : cluster [DBG] pgmap v199: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:23.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:22 smithi120 bash[53671]: cluster 2024-09-11T09:06:21.751017+0000 mgr.y (mgr.54105) 319 : cluster [DBG] pgmap v199: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:23.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:22 smithi120 bash[59345]: cluster 2024-09-11T09:06:21.751017+0000 mgr.y (mgr.54105) 319 : cluster [DBG] pgmap v199: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:24.865 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:24 smithi130 bash[48358]: debug 2024-09-11T09:06:24.585+0000 7fe46c13c440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-11T09:06:24.865 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:24 smithi130 bash[48358]: debug 2024-09-11T09:06:24.629+0000 7fe46c13c440 -1 osd.4 86 log_to_monitors true 2024-09-11T09:06:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:25 smithi130 bash[38112]: cluster 2024-09-11T09:06:23.752633+0000 mgr.y (mgr.54105) 320 : cluster [DBG] pgmap v200: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:25 smithi130 bash[38112]: audit 2024-09-11T09:06:24.641541+0000 mon.b (mon.2) 394 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:25.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:25 smithi130 bash[38112]: audit 2024-09-11T09:06:24.645583+0000 mon.a (mon.0) 552 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:25.366 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:06:25 smithi130 bash[48358]: debug 2024-09-11T09:06:25.041+0000 7fe4606e1640 -1 osd.4 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:06:25.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[53671]: cluster 2024-09-11T09:06:23.752633+0000 mgr.y (mgr.54105) 320 : cluster [DBG] pgmap v200: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[53671]: audit 2024-09-11T09:06:24.641541+0000 mon.b (mon.2) 394 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[53671]: audit 2024-09-11T09:06:24.645583+0000 mon.a (mon.0) 552 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[59345]: cluster 2024-09-11T09:06:23.752633+0000 mgr.y (mgr.54105) 320 : cluster [DBG] pgmap v200: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.1 GiB used, 710 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[59345]: audit 2024-09-11T09:06:24.641541+0000 mon.b (mon.2) 394 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:25 smithi120 bash[59345]: audit 2024-09-11T09:06:24.645583+0000 mon.a (mon.0) 552 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.006444+0000 mon.b (mon.2) 395 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.007842+0000 mon.a (mon.0) 553 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: cluster 2024-09-11T09:06:25.007937+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.018487+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.020228+0000 mon.a (mon.0) 555 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.026818+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.034318+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.410010+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.632636+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.645328+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.657574+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:26 smithi130 bash[38112]: audit 2024-09-11T09:06:25.658699+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.006444+0000 mon.b (mon.2) 395 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.007842+0000 mon.a (mon.0) 553 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: cluster 2024-09-11T09:06:25.007937+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.018487+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.020228+0000 mon.a (mon.0) 555 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.026818+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.034318+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.410010+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.632636+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.645328+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.657574+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[53671]: audit 2024-09-11T09:06:25.658699+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.006444+0000 mon.b (mon.2) 395 : audit [INF] from='osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.007842+0000 mon.a (mon.0) 553 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: cluster 2024-09-11T09:06:25.007937+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.018487+0000 mon.b (mon.2) 396 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.020228+0000 mon.a (mon.0) 555 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.026818+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.034318+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.410010+0000 mon.b (mon.2) 397 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.632636+0000 mon.b (mon.2) 398 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.645328+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.657574+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:26 smithi120 bash[59345]: audit 2024-09-11T09:06:25.658699+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: cluster 2024-09-11T09:06:25.753577+0000 mgr.y (mgr.54105) 321 : cluster [DBG] pgmap v202: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: cluster 2024-09-11T09:06:26.031662+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: audit 2024-09-11T09:06:26.034921+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T09:06:27.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: cluster 2024-09-11T09:06:26.037057+0000 mon.a (mon.0) 561 : cluster [INF] osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844] boot 2024-09-11T09:06:27.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: cluster 2024-09-11T09:06:26.037116+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-11T09:06:27.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:27 smithi130 bash[38112]: cluster 2024-09-11T09:06:26.668163+0000 mon.a (mon.0) 563 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: cluster 2024-09-11T09:06:25.753577+0000 mgr.y (mgr.54105) 321 : cluster [DBG] pgmap v202: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: cluster 2024-09-11T09:06:26.031662+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: audit 2024-09-11T09:06:26.034921+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: cluster 2024-09-11T09:06:26.037057+0000 mon.a (mon.0) 561 : cluster [INF] osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844] boot 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: cluster 2024-09-11T09:06:26.037116+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-11T09:06:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[53671]: cluster 2024-09-11T09:06:26.668163+0000 mon.a (mon.0) 563 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: cluster 2024-09-11T09:06:25.753577+0000 mgr.y (mgr.54105) 321 : cluster [DBG] pgmap v202: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 103/612 objects degraded (16.830%) 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: cluster 2024-09-11T09:06:26.031662+0000 mon.a (mon.0) 560 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: audit 2024-09-11T09:06:26.034921+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: cluster 2024-09-11T09:06:26.037057+0000 mon.a (mon.0) 561 : cluster [INF] osd.4 [v2:172.21.15.130:6800/3822534844,v1:172.21.15.130:6801/3822534844] boot 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: cluster 2024-09-11T09:06:26.037116+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-11T09:06:27.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:27 smithi120 bash[59345]: cluster 2024-09-11T09:06:26.668163+0000 mon.a (mon.0) 563 : cluster [WRN] Health check update: Degraded data redundancy: 103/612 objects degraded (16.830%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:28.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:28 smithi130 bash[38112]: cluster 2024-09-11T09:06:27.048163+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-11T09:06:28.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:28 smithi120 bash[53671]: cluster 2024-09-11T09:06:27.048163+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-11T09:06:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:28 smithi120 bash[59345]: cluster 2024-09-11T09:06:27.048163+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-11T09:06:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:29 smithi130 bash[38112]: cluster 2024-09-11T09:06:27.754620+0000 mgr.y (mgr.54105) 322 : cluster [DBG] pgmap v205: 129 pgs: 3 peering, 25 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 92/612 objects degraded (15.033%) 2024-09-11T09:06:29.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:29 smithi130 bash[38112]: audit 2024-09-11T09:06:28.935284+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:29.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:29 smithi120 bash[59345]: cluster 2024-09-11T09:06:27.754620+0000 mgr.y (mgr.54105) 322 : cluster [DBG] pgmap v205: 129 pgs: 3 peering, 25 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 92/612 objects degraded (15.033%) 2024-09-11T09:06:29.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:29 smithi120 bash[59345]: audit 2024-09-11T09:06:28.935284+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:29.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:29 smithi120 bash[53671]: cluster 2024-09-11T09:06:27.754620+0000 mgr.y (mgr.54105) 322 : cluster [DBG] pgmap v205: 129 pgs: 3 peering, 25 active+undersized, 21 active+undersized+degraded, 80 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 92/612 objects degraded (15.033%) 2024-09-11T09:06:29.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:29 smithi120 bash[53671]: audit 2024-09-11T09:06:28.935284+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:31 smithi130 bash[38112]: cluster 2024-09-11T09:06:29.755952+0000 mgr.y (mgr.54105) 323 : cluster [DBG] pgmap v206: 129 pgs: 3 peering, 10 active+undersized, 8 active+undersized+degraded, 108 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-11T09:06:31.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:31 smithi120 bash[53671]: cluster 2024-09-11T09:06:29.755952+0000 mgr.y (mgr.54105) 323 : cluster [DBG] pgmap v206: 129 pgs: 3 peering, 10 active+undersized, 8 active+undersized+degraded, 108 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-11T09:06:31.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:31 smithi120 bash[59345]: cluster 2024-09-11T09:06:29.755952+0000 mgr.y (mgr.54105) 323 : cluster [DBG] pgmap v206: 129 pgs: 3 peering, 10 active+undersized, 8 active+undersized+degraded, 108 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 27/612 objects degraded (4.412%) 2024-09-11T09:06:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:32 smithi130 bash[38112]: cluster 2024-09-11T09:06:31.701876+0000 mon.a (mon.0) 566 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:32.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:32 smithi120 bash[53671]: cluster 2024-09-11T09:06:31.701876+0000 mon.a (mon.0) 566 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:32.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:32 smithi120 bash[59345]: cluster 2024-09-11T09:06:31.701876+0000 mon.a (mon.0) 566 : cluster [WRN] Health check update: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:33.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:33 smithi130 bash[38112]: cluster 2024-09-11T09:06:31.756831+0000 mgr.y (mgr.54105) 324 : cluster [DBG] pgmap v207: 129 pgs: 3 peering, 126 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:33 smithi130 bash[38112]: cluster 2024-09-11T09:06:32.055497+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-11T09:06:33.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:33 smithi130 bash[38112]: cluster 2024-09-11T09:06:32.055556+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[59345]: cluster 2024-09-11T09:06:31.756831+0000 mgr.y (mgr.54105) 324 : cluster [DBG] pgmap v207: 129 pgs: 3 peering, 126 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[59345]: cluster 2024-09-11T09:06:32.055497+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[59345]: cluster 2024-09-11T09:06:32.055556+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[53671]: cluster 2024-09-11T09:06:31.756831+0000 mgr.y (mgr.54105) 324 : cluster [DBG] pgmap v207: 129 pgs: 3 peering, 126 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[53671]: cluster 2024-09-11T09:06:32.055497+0000 mon.a (mon.0) 567 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/612 objects degraded (4.412%), 8 pgs degraded) 2024-09-11T09:06:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:33 smithi120 bash[53671]: cluster 2024-09-11T09:06:32.055556+0000 mon.a (mon.0) 568 : cluster [INF] Cluster is now healthy 2024-09-11T09:06:35.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:35 smithi130 bash[38112]: cluster 2024-09-11T09:06:33.758134+0000 mgr.y (mgr.54105) 325 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:35.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:35 smithi120 bash[59345]: cluster 2024-09-11T09:06:33.758134+0000 mgr.y (mgr.54105) 325 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:35.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:35 smithi120 bash[53671]: cluster 2024-09-11T09:06:33.758134+0000 mgr.y (mgr.54105) 325 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:36.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:36 smithi130 bash[38112]: audit 2024-09-11T09:06:36.051260+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:36.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:36 smithi130 bash[38112]: audit 2024-09-11T09:06:36.064430+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:36.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:36 smithi120 bash[59345]: audit 2024-09-11T09:06:36.051260+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:36.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:36 smithi120 bash[59345]: audit 2024-09-11T09:06:36.064430+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:36.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:36 smithi120 bash[53671]: audit 2024-09-11T09:06:36.051260+0000 mon.b (mon.2) 401 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:36.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:36 smithi120 bash[53671]: audit 2024-09-11T09:06:36.064430+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: cluster 2024-09-11T09:06:35.758912+0000 mgr.y (mgr.54105) 326 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.077418+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.094652+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.147676+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.157727+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.161893+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.166067+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.170855+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: audit 2024-09-11T09:06:36.174252+0000 mgr.y (mgr.54105) 327 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:37 smithi130 bash[38112]: cephadm 2024-09-11T09:06:36.177025+0000 mgr.y (mgr.54105) 328 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: cluster 2024-09-11T09:06:35.758912+0000 mgr.y (mgr.54105) 326 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.077418+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.094652+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.147676+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.157727+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.161893+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.166067+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.170855+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: audit 2024-09-11T09:06:36.174252+0000 mgr.y (mgr.54105) 327 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[53671]: cephadm 2024-09-11T09:06:36.177025+0000 mgr.y (mgr.54105) 328 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T09:06:37.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: cluster 2024-09-11T09:06:35.758912+0000 mgr.y (mgr.54105) 326 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.077418+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.094652+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.147676+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.157727+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.161893+0000 mon.b (mon.2) 404 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.166067+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.170855+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: audit 2024-09-11T09:06:36.174252+0000 mgr.y (mgr.54105) 327 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T09:06:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:37 smithi120 bash[59345]: cephadm 2024-09-11T09:06:36.177025+0000 mgr.y (mgr.54105) 328 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-09-11T09:06:39.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: cluster 2024-09-11T09:06:37.759843+0000 mgr.y (mgr.54105) 329 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:39.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: audit 2024-09-11T09:06:38.375147+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:06:39.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: audit 2024-09-11T09:06:38.376220+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:39.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: audit 2024-09-11T09:06:38.376303+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:39.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: audit 2024-09-11T09:06:38.378805+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:06:39.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:39 smithi130 bash[38112]: audit 2024-09-11T09:06:38.956849+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: cluster 2024-09-11T09:06:37.759843+0000 mgr.y (mgr.54105) 329 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: audit 2024-09-11T09:06:38.375147+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: audit 2024-09-11T09:06:38.376220+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: audit 2024-09-11T09:06:38.376303+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: audit 2024-09-11T09:06:38.378805+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[53671]: audit 2024-09-11T09:06:38.956849+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: cluster 2024-09-11T09:06:37.759843+0000 mgr.y (mgr.54105) 329 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: audit 2024-09-11T09:06:38.375147+0000 mon.b (mon.2) 407 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T09:06:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: audit 2024-09-11T09:06:38.376220+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: audit 2024-09-11T09:06:38.376303+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:06:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: audit 2024-09-11T09:06:38.378805+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-11T09:06:39.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:39 smithi120 bash[59345]: audit 2024-09-11T09:06:38.956849+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:40.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:40 smithi130 bash[38112]: cephadm 2024-09-11T09:06:38.365863+0000 mgr.y (mgr.54105) 330 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T09:06:40.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:40 smithi130 bash[38112]: cephadm 2024-09-11T09:06:38.381189+0000 mgr.y (mgr.54105) 331 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T09:06:40.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:40 smithi120 bash[53671]: cephadm 2024-09-11T09:06:38.365863+0000 mgr.y (mgr.54105) 330 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T09:06:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:40 smithi120 bash[53671]: cephadm 2024-09-11T09:06:38.381189+0000 mgr.y (mgr.54105) 331 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T09:06:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:40 smithi120 bash[59345]: cephadm 2024-09-11T09:06:38.365863+0000 mgr.y (mgr.54105) 330 : cephadm [INF] Upgrade: Updating osd.5 2024-09-11T09:06:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:40 smithi120 bash[59345]: cephadm 2024-09-11T09:06:38.381189+0000 mgr.y (mgr.54105) 331 : cephadm [INF] Deploying daemon osd.5 on smithi130 2024-09-11T09:06:41.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:41 smithi130 bash[38112]: cluster 2024-09-11T09:06:39.760964+0000 mgr.y (mgr.54105) 332 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:41.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:41 smithi120 bash[53671]: cluster 2024-09-11T09:06:39.760964+0000 mgr.y (mgr.54105) 332 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:41 smithi120 bash[59345]: cluster 2024-09-11T09:06:39.760964+0000 mgr.y (mgr.54105) 332 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:42.842 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:42 smithi130 systemd[1]: Stopping Ceph osd.5 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:06:42.893 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:06:43.106 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:42 smithi130 bash[18491]: debug 2024-09-11T09:06:42.837+0000 7f84cea68700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:06:43.106 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:42 smithi130 bash[18491]: debug 2024-09-11T09:06:42.837+0000 7f84cea68700 -1 osd.5 91 *** Got signal Terminated *** 2024-09-11T09:06:43.106 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:42 smithi130 bash[18491]: debug 2024-09-11T09:06:42.837+0000 7f84cea68700 -1 osd.5 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:06:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[38112]: cluster 2024-09-11T09:06:41.761797+0000 mgr.y (mgr.54105) 333 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:43.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.066370+0000 mon.a (mon.0) 574 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T09:06:43.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.066486+0000 mon.a (mon.0) 575 : cluster [INF] osd.5 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:06:43.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.067377+0000 mon.a (mon.0) 576 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T09:06:43.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.070504+0000 mon.a (mon.0) 577 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[53671]: cluster 2024-09-11T09:06:41.761797+0000 mgr.y (mgr.54105) 333 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.066370+0000 mon.a (mon.0) 574 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.066486+0000 mon.a (mon.0) 575 : cluster [INF] osd.5 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.067377+0000 mon.a (mon.0) 576 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.070504+0000 mon.a (mon.0) 577 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[59345]: cluster 2024-09-11T09:06:41.761797+0000 mgr.y (mgr.54105) 333 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.066370+0000 mon.a (mon.0) 574 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.066486+0000 mon.a (mon.0) 575 : cluster [INF] osd.5 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.067377+0000 mon.a (mon.0) 576 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-09-11T09:06:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:43 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.070504+0000 mon.a (mon.0) 577 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-09-11T09:06:43.685 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (9m) 48s ago 35m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (8m) 18s ago 34m 82.3M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (11m) 18s ago 40m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (21m) 48s ago 41m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (6m) 48s ago 41m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (7m) 18s ago 40m 69.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (5m) 48s ago 40m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (10m) 48s ago 35m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (10m) 18s ago 35m 11.6M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (3m) 48s ago 39m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (3m) 48s ago 39m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (116s) 48s ago 38m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:06:43.686 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (52s) 48s ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (23s) 18s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (37m) 18s ago 37m 58.6M 4096M 15.2.0 204a01f9b0b6 7771e39f01ba 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (36m) 18s ago 36m 59.7M 4096M 15.2.0 204a01f9b0b6 37c842cf9c4a 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (36m) 18s ago 36m 62.5M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (10m) 18s ago 35m 55.2M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (33m) 48s ago 33m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:06:43.687 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (33m) 18s ago 33m 58.2M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:06:43.865 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[53052]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.5 2024-09-11T09:06:43.865 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:43 smithi130 bash[53125]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.5 2024-09-11T09:06:44.143 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:44.144 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 4, 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:06:44.145 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:42.880912+0000 mgr.y (mgr.54105) 334 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.103191+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.113056+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.285949+0000 mgr.y (mgr.54105) 335 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.658366+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.659507+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.660391+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.661258+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.662209+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.663094+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.668551+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.669524+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.670377+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.671275+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: audit 2024-09-11T09:06:43.672133+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:44 smithi130 bash[38112]: cluster 2024-09-11T09:06:44.118676+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-11T09:06:44.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:42.880912+0000 mgr.y (mgr.54105) 334 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.103191+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.113056+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.285949+0000 mgr.y (mgr.54105) 335 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.658366+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.659507+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.660391+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.661258+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.662209+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.663094+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.668551+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.669524+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.670377+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.671275+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: audit 2024-09-11T09:06:43.672133+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[53671]: cluster 2024-09-11T09:06:44.118676+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:42.880912+0000 mgr.y (mgr.54105) 334 : audit [DBG] from='client.64438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.103191+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.113056+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.285949+0000 mgr.y (mgr.54105) 335 : audit [DBG] from='client.64444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:44.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.658366+0000 mon.b (mon.2) 410 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.659507+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.660391+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.661258+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.662209+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.663094+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.668551+0000 mon.b (mon.2) 416 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.669524+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.670377+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.671275+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: audit 2024-09-11T09:06:43.672133+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:06:44.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:44 smithi120 bash[59345]: cluster 2024-09-11T09:06:44.118676+0000 mon.a (mon.0) 580 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-09-11T09:06:44.533 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:06:44.533 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "5/8 daemons upgraded", 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:06:44.534 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:06:45.329 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:45 smithi130 bash[38112]: audit 2024-09-11T09:06:43.658738+0000 mgr.y (mgr.54105) 336 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:45.329 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:45 smithi130 bash[38112]: cluster 2024-09-11T09:06:43.762637+0000 mgr.y (mgr.54105) 337 : cluster [DBG] pgmap v214: 129 pgs: 18 peering, 12 stale+active+clean, 99 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:45.329 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:45 smithi130 bash[38112]: cluster 2024-09-11T09:06:44.123697+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:06:45.329 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:45 smithi130 bash[38112]: audit 2024-09-11T09:06:44.145423+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64456 172.21.15.120:0/1687778826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:45.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[53671]: audit 2024-09-11T09:06:43.658738+0000 mgr.y (mgr.54105) 336 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:45.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[53671]: cluster 2024-09-11T09:06:43.762637+0000 mgr.y (mgr.54105) 337 : cluster [DBG] pgmap v214: 129 pgs: 18 peering, 12 stale+active+clean, 99 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[53671]: cluster 2024-09-11T09:06:44.123697+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:06:45.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[53671]: audit 2024-09-11T09:06:44.145423+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64456 172.21.15.120:0/1687778826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:45.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[59345]: audit 2024-09-11T09:06:43.658738+0000 mgr.y (mgr.54105) 336 : audit [DBG] from='client.64450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:45.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[59345]: cluster 2024-09-11T09:06:43.762637+0000 mgr.y (mgr.54105) 337 : cluster [DBG] pgmap v214: 129 pgs: 18 peering, 12 stale+active+clean, 99 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail 2024-09-11T09:06:45.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[59345]: cluster 2024-09-11T09:06:44.123697+0000 mon.a (mon.0) 581 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:06:45.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:45 smithi120 bash[59345]: audit 2024-09-11T09:06:44.145423+0000 mon.c (mon.1) 15 : audit [DBG] from='client.64456 172.21.15.120:0/1687778826' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:06:46.221 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:46 smithi130 bash[38112]: audit 2024-09-11T09:06:44.534440+0000 mgr.y (mgr.54105) 338 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:46.221 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:45 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.5.service: Succeeded. 2024-09-11T09:06:46.221 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:45 smithi130 systemd[1]: Stopped Ceph osd.5 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:06:46.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:46 smithi120 bash[53671]: audit 2024-09-11T09:06:44.534440+0000 mgr.y (mgr.54105) 338 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:46.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:46 smithi120 bash[59345]: audit 2024-09-11T09:06:44.534440+0000 mgr.y (mgr.54105) 338 : audit [DBG] from='client.64462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:06:46.615 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:46 smithi130 systemd[1]: Started Ceph osd.5 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: cluster 2024-09-11T09:06:45.763665+0000 mgr.y (mgr.54105) 339 : cluster [DBG] pgmap v216: 129 pgs: 4 active+undersized, 18 peering, 8 stale+active+clean, 2 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 13/612 objects degraded (2.124%) 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: cluster 2024-09-11T09:06:46.129613+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: Degraded data redundancy: 13/612 objects degraded (2.124%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: audit 2024-09-11T09:06:46.258717+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: audit 2024-09-11T09:06:46.270772+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: audit 2024-09-11T09:06:46.281698+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[53671]: audit 2024-09-11T09:06:46.282199+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: cluster 2024-09-11T09:06:45.763665+0000 mgr.y (mgr.54105) 339 : cluster [DBG] pgmap v216: 129 pgs: 4 active+undersized, 18 peering, 8 stale+active+clean, 2 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 13/612 objects degraded (2.124%) 2024-09-11T09:06:47.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: cluster 2024-09-11T09:06:46.129613+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: Degraded data redundancy: 13/612 objects degraded (2.124%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: audit 2024-09-11T09:06:46.258717+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: audit 2024-09-11T09:06:46.270772+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: audit 2024-09-11T09:06:46.281698+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:47 smithi120 bash[59345]: audit 2024-09-11T09:06:46.282199+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: cluster 2024-09-11T09:06:45.763665+0000 mgr.y (mgr.54105) 339 : cluster [DBG] pgmap v216: 129 pgs: 4 active+undersized, 18 peering, 8 stale+active+clean, 2 active+undersized+degraded, 97 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 13/612 objects degraded (2.124%) 2024-09-11T09:06:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: cluster 2024-09-11T09:06:46.129613+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: Degraded data redundancy: 13/612 objects degraded (2.124%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: audit 2024-09-11T09:06:46.258717+0000 mon.b (mon.2) 421 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: audit 2024-09-11T09:06:46.270772+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: audit 2024-09-11T09:06:46.281698+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:47.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[38112]: audit 2024-09-11T09:06:46.282199+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:48.115 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: 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-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T09:06:48.116 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:47 smithi130 bash[53303]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T09:06:49.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:49 smithi120 bash[53671]: cluster 2024-09-11T09:06:47.764886+0000 mgr.y (mgr.54105) 340 : cluster [DBG] pgmap v217: 129 pgs: 12 active+undersized, 18 peering, 1 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 42/612 objects degraded (6.863%) 2024-09-11T09:06:49.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:49 smithi120 bash[59345]: cluster 2024-09-11T09:06:47.764886+0000 mgr.y (mgr.54105) 340 : cluster [DBG] pgmap v217: 129 pgs: 12 active+undersized, 18 peering, 1 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 42/612 objects degraded (6.863%) 2024-09-11T09:06:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:49 smithi130 bash[38112]: cluster 2024-09-11T09:06:47.764886+0000 mgr.y (mgr.54105) 340 : cluster [DBG] pgmap v217: 129 pgs: 12 active+undersized, 18 peering, 1 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 42/612 objects degraded (6.863%) 2024-09-11T09:06:49.616 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:49 smithi130 bash[53572]: debug 2024-09-11T09:06:49.357+0000 7f28892dd640 1 -- 172.21.15.130:0/3897036014 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56155864cd00 con 0x56155861f400 2024-09-11T09:06:50.199 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:49 smithi130 bash[53572]: debug 2024-09-11T09:06:49.897+0000 7f288bb45440 -1 Falling back to public interface 2024-09-11T09:06:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:50 smithi130 bash[38112]: cluster 2024-09-11T09:06:50.145139+0000 mon.a (mon.0) 585 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2024-09-11T09:06:50.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:50 smithi120 bash[53671]: cluster 2024-09-11T09:06:50.145139+0000 mon.a (mon.0) 585 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2024-09-11T09:06:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:50 smithi120 bash[59345]: cluster 2024-09-11T09:06:50.145139+0000 mon.a (mon.0) 585 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 5 pgs peering) 2024-09-11T09:06:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:51 smithi130 bash[38112]: cluster 2024-09-11T09:06:49.766222+0000 mgr.y (mgr.54105) 341 : cluster [DBG] pgmap v218: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:51.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:51 smithi120 bash[53671]: cluster 2024-09-11T09:06:49.766222+0000 mgr.y (mgr.54105) 341 : cluster [DBG] pgmap v218: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:51.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:51 smithi120 bash[59345]: cluster 2024-09-11T09:06:49.766222+0000 mgr.y (mgr.54105) 341 : cluster [DBG] pgmap v218: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:52 smithi130 bash[38112]: cluster 2024-09-11T09:06:51.706172+0000 mon.a (mon.0) 586 : cluster [WRN] Health check update: Degraded data redundancy: 69/612 objects degraded (11.275%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:52.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:52 smithi120 bash[53671]: cluster 2024-09-11T09:06:51.706172+0000 mon.a (mon.0) 586 : cluster [WRN] Health check update: Degraded data redundancy: 69/612 objects degraded (11.275%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:52.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:52 smithi120 bash[59345]: cluster 2024-09-11T09:06:51.706172+0000 mon.a (mon.0) 586 : cluster [WRN] Health check update: Degraded data redundancy: 69/612 objects degraded (11.275%), 19 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:53.216 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:52 smithi130 bash[53572]: debug 2024-09-11T09:06:52.897+0000 7f288bb45440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-11T09:06:53.216 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:52 smithi130 bash[53572]: debug 2024-09-11T09:06:52.925+0000 7f288bb45440 -1 osd.5 91 log_to_monitors true 2024-09-11T09:06:53.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: cluster 2024-09-11T09:06:51.767312+0000 mgr.y (mgr.54105) 342 : cluster [DBG] pgmap v219: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:52.597132+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:52.609769+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:52.621105+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:52.932255+0000 mon.b (mon.2) 424 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:52.935826+0000 mon.a (mon.0) 589 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[38112]: audit 2024-09-11T09:06:53.001856+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: cluster 2024-09-11T09:06:51.767312+0000 mgr.y (mgr.54105) 342 : cluster [DBG] pgmap v219: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:52.597132+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:52.609769+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:52.621105+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:52.932255+0000 mon.b (mon.2) 424 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:52.935826+0000 mon.a (mon.0) 589 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[53671]: audit 2024-09-11T09:06:53.001856+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: cluster 2024-09-11T09:06:51.767312+0000 mgr.y (mgr.54105) 342 : cluster [DBG] pgmap v219: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.4 GiB used, 711 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:52.597132+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:52.609769+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:52.621105+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:52.932255+0000 mon.b (mon.2) 424 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:52.935826+0000 mon.a (mon.0) 589 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T09:06:53.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:53 smithi120 bash[59345]: audit 2024-09-11T09:06:53.001856+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:06:54.115 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:06:53 smithi130 bash[53572]: debug 2024-09-11T09:06:53.645+0000 7f28800ea640 -1 osd.5 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.226384+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.236272+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.247089+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.247119+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.627995+0000 mon.b (mon.2) 428 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.629802+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: cluster 2024-09-11T09:06:53.629940+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.631616+0000 mon.a (mon.0) 594 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:54 smithi130 bash[38112]: audit 2024-09-11T09:06:53.982693+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.226384+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.236272+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.247089+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.247119+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.627995+0000 mon.b (mon.2) 428 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.629802+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: cluster 2024-09-11T09:06:53.629940+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.631616+0000 mon.a (mon.0) 594 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[53671]: audit 2024-09-11T09:06:53.982693+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.226384+0000 mon.b (mon.2) 426 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.236272+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.247089+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.247119+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.627995+0000 mon.b (mon.2) 428 : audit [INF] from='osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.629802+0000 mon.a (mon.0) 592 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: cluster 2024-09-11T09:06:53.629940+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.631616+0000 mon.a (mon.0) 594 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:06:54.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:54 smithi120 bash[59345]: audit 2024-09-11T09:06:53.982693+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:06:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:55 smithi130 bash[38112]: cluster 2024-09-11T09:06:53.768334+0000 mgr.y (mgr.54105) 343 : cluster [DBG] pgmap v221: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:55.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:55 smithi130 bash[38112]: cluster 2024-09-11T09:06:54.623037+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:55.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:55 smithi130 bash[38112]: audit 2024-09-11T09:06:54.636138+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T09:06:55.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:55 smithi130 bash[38112]: cluster 2024-09-11T09:06:54.638511+0000 mon.a (mon.0) 597 : cluster [INF] osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785] boot 2024-09-11T09:06:55.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:55 smithi130 bash[38112]: cluster 2024-09-11T09:06:54.638569+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-11T09:06:55.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[53671]: cluster 2024-09-11T09:06:53.768334+0000 mgr.y (mgr.54105) 343 : cluster [DBG] pgmap v221: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[53671]: cluster 2024-09-11T09:06:54.623037+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[53671]: audit 2024-09-11T09:06:54.636138+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[53671]: cluster 2024-09-11T09:06:54.638511+0000 mon.a (mon.0) 597 : cluster [INF] osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785] boot 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[53671]: cluster 2024-09-11T09:06:54.638569+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[59345]: cluster 2024-09-11T09:06:53.768334+0000 mgr.y (mgr.54105) 343 : cluster [DBG] pgmap v221: 129 pgs: 25 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[59345]: cluster 2024-09-11T09:06:54.623037+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[59345]: audit 2024-09-11T09:06:54.636138+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[59345]: cluster 2024-09-11T09:06:54.638511+0000 mon.a (mon.0) 597 : cluster [INF] osd.5 [v2:172.21.15.130:6808/2975646785,v1:172.21.15.130:6809/2975646785] boot 2024-09-11T09:06:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:55 smithi120 bash[59345]: cluster 2024-09-11T09:06:54.638569+0000 mon.a (mon.0) 598 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-11T09:06:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:56 smithi120 bash[53671]: cluster 2024-09-11T09:06:55.640686+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-11T09:06:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:56 smithi120 bash[53671]: cluster 2024-09-11T09:06:55.769275+0000 mgr.y (mgr.54105) 344 : cluster [DBG] pgmap v224: 129 pgs: 2 peering, 23 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:56.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:56 smithi120 bash[59345]: cluster 2024-09-11T09:06:55.640686+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-11T09:06:56.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:56 smithi120 bash[59345]: cluster 2024-09-11T09:06:55.769275+0000 mgr.y (mgr.54105) 344 : cluster [DBG] pgmap v224: 129 pgs: 2 peering, 23 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:56 smithi130 bash[38112]: cluster 2024-09-11T09:06:55.640686+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-11T09:06:57.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:56 smithi130 bash[38112]: cluster 2024-09-11T09:06:55.769275+0000 mgr.y (mgr.54105) 344 : cluster [DBG] pgmap v224: 129 pgs: 2 peering, 23 active+undersized, 19 active+undersized+degraded, 85 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:06:58.151 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:57 smithi130 bash[38112]: cluster 2024-09-11T09:06:57.822874+0000 mon.a (mon.0) 600 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:58.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:57 smithi120 bash[53671]: cluster 2024-09-11T09:06:57.822874+0000 mon.a (mon.0) 600 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:58.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:57 smithi120 bash[59345]: cluster 2024-09-11T09:06:57.822874+0000 mon.a (mon.0) 600 : cluster [WRN] Health check update: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T09:06:59.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:58 smithi120 bash[53671]: cluster 2024-09-11T09:06:57.770436+0000 mgr.y (mgr.54105) 345 : cluster [DBG] pgmap v225: 129 pgs: 2 peering, 18 active+undersized, 16 active+undersized+degraded, 93 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:06:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:58 smithi120 bash[59345]: cluster 2024-09-11T09:06:57.770436+0000 mgr.y (mgr.54105) 345 : cluster [DBG] pgmap v225: 129 pgs: 2 peering, 18 active+undersized, 16 active+undersized+degraded, 93 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:06:59.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:58 smithi130 bash[38112]: cluster 2024-09-11T09:06:57.770436+0000 mgr.y (mgr.54105) 345 : cluster [DBG] pgmap v225: 129 pgs: 2 peering, 18 active+undersized, 16 active+undersized+degraded, 93 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 54/612 objects degraded (8.824%) 2024-09-11T09:07:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:59 smithi120 bash[53671]: cluster 2024-09-11T09:06:59.878063+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded) 2024-09-11T09:07:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:06:59 smithi120 bash[53671]: cluster 2024-09-11T09:06:59.878111+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:59 smithi120 bash[59345]: cluster 2024-09-11T09:06:59.878063+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded) 2024-09-11T09:07:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:06:59 smithi120 bash[59345]: cluster 2024-09-11T09:06:59.878111+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:59 smithi130 bash[38112]: cluster 2024-09-11T09:06:59.878063+0000 mon.a (mon.0) 601 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 54/612 objects degraded (8.824%), 16 pgs degraded) 2024-09-11T09:07:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:06:59 smithi130 bash[38112]: cluster 2024-09-11T09:06:59.878111+0000 mon.a (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:01.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:00 smithi130 bash[38112]: cluster 2024-09-11T09:06:59.771606+0000 mgr.y (mgr.54105) 346 : cluster [DBG] pgmap v226: 129 pgs: 2 peering, 127 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:01.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:00 smithi120 bash[53671]: cluster 2024-09-11T09:06:59.771606+0000 mgr.y (mgr.54105) 346 : cluster [DBG] pgmap v226: 129 pgs: 2 peering, 127 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:01.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:00 smithi120 bash[59345]: cluster 2024-09-11T09:06:59.771606+0000 mgr.y (mgr.54105) 346 : cluster [DBG] pgmap v226: 129 pgs: 2 peering, 127 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:02 smithi130 bash[38112]: cluster 2024-09-11T09:07:01.772404+0000 mgr.y (mgr.54105) 347 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:03.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:02 smithi120 bash[53671]: cluster 2024-09-11T09:07:01.772404+0000 mgr.y (mgr.54105) 347 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:03.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:02 smithi120 bash[59345]: cluster 2024-09-11T09:07:01.772404+0000 mgr.y (mgr.54105) 347 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.436202+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.447145+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.457222+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.466728+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.519737+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.527234+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.529830+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.531905+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:03 smithi130 bash[38112]: audit 2024-09-11T09:07:03.534434+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.436202+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.447145+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.457222+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.466728+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.519737+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.527234+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.529830+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.531905+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[53671]: audit 2024-09-11T09:07:03.534434+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.436202+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.447145+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.457222+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.466728+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.519737+0000 mon.b (mon.2) 431 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.527234+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.529830+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.531905+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:04.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:03 smithi120 bash[59345]: audit 2024-09-11T09:07:03.534434+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:05 smithi130 bash[38112]: audit 2024-09-11T09:07:03.537682+0000 mgr.y (mgr.54105) 348 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:05.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:05 smithi130 bash[38112]: cephadm 2024-09-11T09:07:03.539935+0000 mgr.y (mgr.54105) 349 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T09:07:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:05 smithi130 bash[38112]: cluster 2024-09-11T09:07:03.773749+0000 mgr.y (mgr.54105) 350 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:05.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:05 smithi130 bash[38112]: audit 2024-09-11T09:07:04.005830+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[53671]: audit 2024-09-11T09:07:03.537682+0000 mgr.y (mgr.54105) 348 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[53671]: cephadm 2024-09-11T09:07:03.539935+0000 mgr.y (mgr.54105) 349 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[53671]: cluster 2024-09-11T09:07:03.773749+0000 mgr.y (mgr.54105) 350 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[53671]: audit 2024-09-11T09:07:04.005830+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[59345]: audit 2024-09-11T09:07:03.537682+0000 mgr.y (mgr.54105) 348 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[59345]: cephadm 2024-09-11T09:07:03.539935+0000 mgr.y (mgr.54105) 349 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[59345]: cluster 2024-09-11T09:07:03.773749+0000 mgr.y (mgr.54105) 350 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:05 smithi120 bash[59345]: audit 2024-09-11T09:07:04.005830+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: cephadm 2024-09-11T09:07:05.744229+0000 mgr.y (mgr.54105) 351 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: audit 2024-09-11T09:07:05.753151+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: audit 2024-09-11T09:07:05.754052+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: audit 2024-09-11T09:07:05.755680+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: audit 2024-09-11T09:07:05.758377+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:07:07.024 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: cephadm 2024-09-11T09:07:05.760645+0000 mgr.y (mgr.54105) 352 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T09:07:07.025 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:06 smithi130 bash[38112]: cluster 2024-09-11T09:07:05.774538+0000 mgr.y (mgr.54105) 353 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: cephadm 2024-09-11T09:07:05.744229+0000 mgr.y (mgr.54105) 351 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: audit 2024-09-11T09:07:05.753151+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: audit 2024-09-11T09:07:05.754052+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: audit 2024-09-11T09:07:05.755680+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: audit 2024-09-11T09:07:05.758377+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: cephadm 2024-09-11T09:07:05.760645+0000 mgr.y (mgr.54105) 352 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T09:07:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[53671]: cluster 2024-09-11T09:07:05.774538+0000 mgr.y (mgr.54105) 353 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: cephadm 2024-09-11T09:07:05.744229+0000 mgr.y (mgr.54105) 351 : cephadm [INF] Upgrade: Updating osd.6 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: audit 2024-09-11T09:07:05.753151+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: audit 2024-09-11T09:07:05.754052+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: audit 2024-09-11T09:07:05.755680+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: audit 2024-09-11T09:07:05.758377+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: cephadm 2024-09-11T09:07:05.760645+0000 mgr.y (mgr.54105) 352 : cephadm [INF] Deploying daemon osd.6 on smithi130 2024-09-11T09:07:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:06 smithi120 bash[59345]: cluster 2024-09-11T09:07:05.774538+0000 mgr.y (mgr.54105) 353 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:09.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:08 smithi130 bash[38112]: cluster 2024-09-11T09:07:07.775471+0000 mgr.y (mgr.54105) 354 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:08 smithi120 bash[53671]: cluster 2024-09-11T09:07:07.775471+0000 mgr.y (mgr.54105) 354 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:08 smithi120 bash[59345]: cluster 2024-09-11T09:07:07.775471+0000 mgr.y (mgr.54105) 354 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:10.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 systemd[1]: Stopping Ceph osd.6 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:07:10.615 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[20094]: debug 2024-09-11T09:07:10.125+0000 7f4850285700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:07:10.616 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[20094]: debug 2024-09-11T09:07:10.125+0000 7f4850285700 -1 osd.6 96 *** Got signal Terminated *** 2024-09-11T09:07:10.616 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[20094]: debug 2024-09-11T09:07:10.125+0000 7f4850285700 -1 osd.6 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:07:11.026 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[58255]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.6 2024-09-11T09:07:11.026 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[58338]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.6 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:09.776605+0000 mgr.y (mgr.54105) 355 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.395935+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.396018+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.396508+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.396768+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.396878+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.397201+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.397386+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.397700+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.397922+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.027 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.398206+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.398488+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.398812+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.399089+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.399435+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.399765+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.800267+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.800635+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.800845+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.801254+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.801449+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.801674+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.801948+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.802151+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.028 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.802442+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.029 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.802720+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.029 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.802947+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.029 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.803349+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.029 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.803679+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.029 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:10 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.803969+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:09.776605+0000 mgr.y (mgr.54105) 355 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.395935+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.396018+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:07:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.396508+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.396768+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.396878+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.397201+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.397386+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.397700+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.397922+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.398206+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.398488+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.398812+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.399089+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.399435+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.399765+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.800267+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.800635+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.800845+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.801254+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.801449+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.801674+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.801948+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.802151+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.802442+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:09.776605+0000 mgr.y (mgr.54105) 355 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.395935+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.396018+0000 mon.a (mon.0) 609 : cluster [INF] osd.6 failed (root=default,host=smithi130) (connection refused reported by osd.4) 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.396508+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.396768+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.396878+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.397201+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.397386+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.397700+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.397922+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.398206+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.398488+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.398812+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.399089+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.399435+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.399765+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.800267+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.800635+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.800845+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.801254+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.801449+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.801674+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.801948+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.802151+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.802442+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.802720+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.802947+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.803349+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.185 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.803679+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.803969+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.802720+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.802947+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.803349+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.803679+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-11T09:07:11.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:10 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.803969+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-11T09:07:12.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:11 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.835521+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:12.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:11 smithi130 bash[38112]: cluster 2024-09-11T09:07:10.852575+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-11T09:07:12.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:11 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.835521+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:12.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:11 smithi120 bash[53671]: cluster 2024-09-11T09:07:10.852575+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-11T09:07:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:11 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.835521+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:12.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:11 smithi120 bash[59345]: cluster 2024-09-11T09:07:10.852575+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-09-11T09:07:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:12 smithi130 bash[38112]: cluster 2024-09-11T09:07:11.777280+0000 mgr.y (mgr.54105) 356 : cluster [DBG] pgmap v233: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:13.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:12 smithi130 bash[38112]: cluster 2024-09-11T09:07:11.866620+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-11T09:07:13.116 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:12 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.6.service: Succeeded. 2024-09-11T09:07:13.116 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:12 smithi130 systemd[1]: Stopped Ceph osd.6 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:07:13.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:12 smithi120 bash[53671]: cluster 2024-09-11T09:07:11.777280+0000 mgr.y (mgr.54105) 356 : cluster [DBG] pgmap v233: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:12 smithi120 bash[53671]: cluster 2024-09-11T09:07:11.866620+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-11T09:07:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:12 smithi120 bash[59345]: cluster 2024-09-11T09:07:11.777280+0000 mgr.y (mgr.54105) 356 : cluster [DBG] pgmap v233: 129 pgs: 13 stale+active+clean, 116 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:12 smithi120 bash[59345]: cluster 2024-09-11T09:07:11.866620+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-09-11T09:07:13.615 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:13 smithi130 systemd[1]: Started Ceph osd.6 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:07:14.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.184354+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.198047+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.210956+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.507483+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.517201+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.520139+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.527401+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.535862+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.542529+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:14.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:13 smithi130 bash[38112]: audit 2024-09-11T09:07:13.542860+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.184354+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.198047+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.210956+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.507483+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.517201+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.520139+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.527401+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.535862+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.542529+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:14.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[53671]: audit 2024-09-11T09:07:13.542860+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.184354+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.198047+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.210956+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.507483+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.517201+0000 mon.b (mon.2) 441 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.520139+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.527401+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.535862+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.542529+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:14.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:13 smithi120 bash[59345]: audit 2024-09-11T09:07:13.542860+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:14.909 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[38112]: cluster 2024-09-11T09:07:13.778439+0000 mgr.y (mgr.54105) 357 : cluster [DBG] pgmap v235: 129 pgs: 11 active+undersized, 7 peering, 6 stale+active+clean, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 40/612 objects degraded (6.536%) 2024-09-11T09:07:14.910 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[38112]: cluster 2024-09-11T09:07:14.540607+0000 mon.a (mon.0) 646 : cluster [WRN] Health check failed: Degraded data redundancy: 40/612 objects degraded (6.536%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: 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-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T09:07:14.910 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:14 smithi130 bash[58519]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T09:07:14.966 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:07:15.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:14 smithi120 bash[59345]: cluster 2024-09-11T09:07:13.778439+0000 mgr.y (mgr.54105) 357 : cluster [DBG] pgmap v235: 129 pgs: 11 active+undersized, 7 peering, 6 stale+active+clean, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 40/612 objects degraded (6.536%) 2024-09-11T09:07:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:14 smithi120 bash[59345]: cluster 2024-09-11T09:07:14.540607+0000 mon.a (mon.0) 646 : cluster [WRN] Health check failed: Degraded data redundancy: 40/612 objects degraded (6.536%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:14 smithi120 bash[53671]: cluster 2024-09-11T09:07:13.778439+0000 mgr.y (mgr.54105) 357 : cluster [DBG] pgmap v235: 129 pgs: 11 active+undersized, 7 peering, 6 stale+active+clean, 11 active+undersized+degraded, 94 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 40/612 objects degraded (6.536%) 2024-09-11T09:07:15.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:14 smithi120 bash[53671]: cluster 2024-09-11T09:07:14.540607+0000 mon.a (mon.0) 646 : cluster [WRN] Health check failed: Degraded data redundancy: 40/612 objects degraded (6.536%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:15.726 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (10m) 80s ago 35m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (9m) 23s ago 35m 83.2M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (11m) 23s ago 40m 395M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (21m) 80s ago 42m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (6m) 80s ago 42m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (7m) 23s ago 40m 75.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (6m) 80s ago 41m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (11m) 80s ago 36m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (11m) 23s ago 36m 11.5M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (4m) 80s ago 40m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (3m) 80s ago 39m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (2m) 80s ago 39m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (84s) 80s ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (55s) 23s ago 38m 48.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:07:15.727 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (27s) 23s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:07:15.728 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 starting - - - 4096M 2024-09-11T09:07:15.728 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (36m) 23s ago 36m 63.7M 4096M 15.2.0 204a01f9b0b6 5099fcf8141d 2024-09-11T09:07:15.728 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (10m) 23s ago 36m 55.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:07:15.728 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (34m) 80s ago 34m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:07:15.728 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (34m) 23s ago 34m 58.2M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:14.953325+0000 mgr.y (mgr.54105) 358 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.695624+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.696815+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.697859+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.698998+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.700029+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.701113+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.704473+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.705535+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.706656+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.707723+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[53671]: audit 2024-09-11T09:07:15.708561+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:14.953325+0000 mgr.y (mgr.54105) 358 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.695624+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.696815+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.697859+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.698998+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.700029+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.701113+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.704473+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.705535+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.706656+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.707723+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:15 smithi120 bash[59345]: audit 2024-09-11T09:07:15.708561+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.205 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:07:16.205 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:07:16.206 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3, 2024-09-11T09:07:16.207 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 11 2024-09-11T09:07:16.207 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:07:16.207 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:14.953325+0000 mgr.y (mgr.54105) 358 : audit [DBG] from='client.64471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.695624+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.696815+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.697859+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.698998+0000 mon.b (mon.2) 446 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.700029+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.701113+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.704473+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.705535+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.706656+0000 mon.b (mon.2) 451 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.707723+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:15 smithi130 bash[38112]: audit 2024-09-11T09:07:15.708561+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:16.592 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:07:16.592 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:07:16.592 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "6/8 daemons upgraded", 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:07:16.593 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:07:16.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:16 smithi130 bash[58836]: debug 2024-09-11T09:07:16.612+0000 7f03951be640 1 -- 172.21.15.130:0/2053229973 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557726abad00 con 0x557726a8d400 2024-09-11T09:07:17.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:16 smithi130 bash[38112]: audit 2024-09-11T09:07:15.333935+0000 mgr.y (mgr.54105) 359 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:16 smithi130 bash[38112]: audit 2024-09-11T09:07:15.692999+0000 mgr.y (mgr.54105) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:16 smithi130 bash[38112]: cluster 2024-09-11T09:07:15.779295+0000 mgr.y (mgr.54105) 361 : cluster [DBG] pgmap v236: 129 pgs: 20 active+undersized, 7 peering, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T09:07:17.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:16 smithi130 bash[38112]: audit 2024-09-11T09:07:16.207010+0000 mon.a (mon.0) 647 : audit [DBG] from='client.54546 172.21.15.120:0/1476702376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:17.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[53671]: audit 2024-09-11T09:07:15.333935+0000 mgr.y (mgr.54105) 359 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[53671]: audit 2024-09-11T09:07:15.692999+0000 mgr.y (mgr.54105) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[53671]: cluster 2024-09-11T09:07:15.779295+0000 mgr.y (mgr.54105) 361 : cluster [DBG] pgmap v236: 129 pgs: 20 active+undersized, 7 peering, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[53671]: audit 2024-09-11T09:07:16.207010+0000 mon.a (mon.0) 647 : audit [DBG] from='client.54546 172.21.15.120:0/1476702376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[59345]: audit 2024-09-11T09:07:15.333935+0000 mgr.y (mgr.54105) 359 : audit [DBG] from='client.54534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[59345]: audit 2024-09-11T09:07:15.692999+0000 mgr.y (mgr.54105) 360 : audit [DBG] from='client.54540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[59345]: cluster 2024-09-11T09:07:15.779295+0000 mgr.y (mgr.54105) 361 : cluster [DBG] pgmap v236: 129 pgs: 20 active+undersized, 7 peering, 16 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 64/612 objects degraded (10.458%) 2024-09-11T09:07:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:16 smithi120 bash[59345]: audit 2024-09-11T09:07:16.207010+0000 mon.a (mon.0) 647 : audit [DBG] from='client.54546 172.21.15.120:0/1476702376' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:17.615 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:17 smithi130 bash[58836]: debug 2024-09-11T09:07:17.148+0000 7f0397a26440 -1 Falling back to public interface 2024-09-11T09:07:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:17 smithi120 bash[53671]: audit 2024-09-11T09:07:16.593304+0000 mgr.y (mgr.54105) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:18.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:17 smithi120 bash[59345]: audit 2024-09-11T09:07:16.593304+0000 mgr.y (mgr.54105) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:18.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:17 smithi130 bash[38112]: audit 2024-09-11T09:07:16.593304+0000 mgr.y (mgr.54105) 362 : audit [DBG] from='client.64495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:19.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:18 smithi120 bash[53671]: cluster 2024-09-11T09:07:17.780432+0000 mgr.y (mgr.54105) 363 : cluster [DBG] pgmap v237: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:19.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:18 smithi120 bash[59345]: cluster 2024-09-11T09:07:17.780432+0000 mgr.y (mgr.54105) 363 : cluster [DBG] pgmap v237: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:18 smithi130 bash[38112]: cluster 2024-09-11T09:07:17.780432+0000 mgr.y (mgr.54105) 363 : cluster [DBG] pgmap v237: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:20.615 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[58836]: debug 2024-09-11T09:07:20.196+0000 7f0397a26440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-11T09:07:20.615 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[58836]: debug 2024-09-11T09:07:20.236+0000 7f0397a26440 -1 osd.6 96 log_to_monitors true 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: cluster 2024-09-11T09:07:19.781755+0000 mgr.y (mgr.54105) 364 : cluster [DBG] pgmap v238: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.245770+0000 mon.b (mon.2) 454 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.249318+0000 mon.a (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.462984+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.475344+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.485171+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[53671]: audit 2024-09-11T09:07:20.864543+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: cluster 2024-09-11T09:07:19.781755+0000 mgr.y (mgr.54105) 364 : cluster [DBG] pgmap v238: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.245770+0000 mon.b (mon.2) 454 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.249318+0000 mon.a (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.462984+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.475344+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.485171+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:20 smithi120 bash[59345]: audit 2024-09-11T09:07:20.864543+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:21.365 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[58836]: debug 2024-09-11T09:07:20.920+0000 7f038e7d0640 -1 osd.6 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: cluster 2024-09-11T09:07:19.781755+0000 mgr.y (mgr.54105) 364 : cluster [DBG] pgmap v238: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 1.7 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.245770+0000 mon.b (mon.2) 454 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.249318+0000 mon.a (mon.0) 648 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.462984+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.475344+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.485171+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:21.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:20 smithi130 bash[38112]: audit 2024-09-11T09:07:20.864543+0000 mon.b (mon.2) 456 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:20.910944+0000 mon.b (mon.2) 457 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:20.911665+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: cluster 2024-09-11T09:07:20.911794+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:20.914355+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:21.101140+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:21.112784+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:21.124065+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: audit 2024-09-11T09:07:21.124383+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[53671]: cluster 2024-09-11T09:07:21.712627+0000 mon.a (mon.0) 656 : cluster [WRN] Health check update: Degraded data redundancy: 74/612 objects degraded (12.092%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:20.910944+0000 mon.b (mon.2) 457 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:20.911665+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: cluster 2024-09-11T09:07:20.911794+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:20.914355+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:21.101140+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:21.112784+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:21.124065+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: audit 2024-09-11T09:07:21.124383+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:22.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:21 smithi120 bash[59345]: cluster 2024-09-11T09:07:21.712627+0000 mon.a (mon.0) 656 : cluster [WRN] Health check update: Degraded data redundancy: 74/612 objects degraded (12.092%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:20.910944+0000 mon.b (mon.2) 457 : audit [INF] from='osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:20.911665+0000 mon.a (mon.0) 651 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T09:07:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: cluster 2024-09-11T09:07:20.911794+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-09-11T09:07:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:20.914355+0000 mon.a (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:22.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:21.101140+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:22.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:21.112784+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:21.124065+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:22.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: audit 2024-09-11T09:07:21.124383+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:22.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:21 smithi130 bash[38112]: cluster 2024-09-11T09:07:21.712627+0000 mon.a (mon.0) 656 : cluster [WRN] Health check update: Degraded data redundancy: 74/612 objects degraded (12.092%), 18 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: cluster 2024-09-11T09:07:21.782675+0000 mgr.y (mgr.54105) 365 : cluster [DBG] pgmap v240: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: cluster 2024-09-11T09:07:21.906804+0000 mon.a (mon.0) 657 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: audit 2024-09-11T09:07:21.914426+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: cluster 2024-09-11T09:07:21.915394+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787] boot 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: cluster 2024-09-11T09:07:21.915460+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[53671]: cluster 2024-09-11T09:07:22.918766+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: cluster 2024-09-11T09:07:21.782675+0000 mgr.y (mgr.54105) 365 : cluster [DBG] pgmap v240: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:23.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: cluster 2024-09-11T09:07:21.906804+0000 mon.a (mon.0) 657 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:23.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: audit 2024-09-11T09:07:21.914426+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T09:07:23.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: cluster 2024-09-11T09:07:21.915394+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787] boot 2024-09-11T09:07:23.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: cluster 2024-09-11T09:07:21.915460+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-11T09:07:23.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:22 smithi120 bash[59345]: cluster 2024-09-11T09:07:22.918766+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-11T09:07:23.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: cluster 2024-09-11T09:07:21.782675+0000 mgr.y (mgr.54105) 365 : cluster [DBG] pgmap v240: 129 pgs: 25 active+undersized, 18 active+undersized+degraded, 86 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 74/612 objects degraded (12.092%) 2024-09-11T09:07:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: cluster 2024-09-11T09:07:21.906804+0000 mon.a (mon.0) 657 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: audit 2024-09-11T09:07:21.914426+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T09:07:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: cluster 2024-09-11T09:07:21.915394+0000 mon.a (mon.0) 658 : cluster [INF] osd.6 [v2:172.21.15.130:6816/2099177787,v1:172.21.15.130:6817/2099177787] boot 2024-09-11T09:07:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: cluster 2024-09-11T09:07:21.915460+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-11T09:07:23.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:22 smithi130 bash[38112]: cluster 2024-09-11T09:07:22.918766+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-11T09:07:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:25 smithi130 bash[38112]: cluster 2024-09-11T09:07:23.783812+0000 mgr.y (mgr.54105) 366 : cluster [DBG] pgmap v243: 129 pgs: 4 peering, 16 active+undersized, 11 active+undersized+degraded, 98 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-11T09:07:25.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:25 smithi130 bash[38112]: audit 2024-09-11T09:07:24.034329+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:25.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:25 smithi120 bash[53671]: cluster 2024-09-11T09:07:23.783812+0000 mgr.y (mgr.54105) 366 : cluster [DBG] pgmap v243: 129 pgs: 4 peering, 16 active+undersized, 11 active+undersized+degraded, 98 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-11T09:07:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:25 smithi120 bash[53671]: audit 2024-09-11T09:07:24.034329+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:25 smithi120 bash[59345]: cluster 2024-09-11T09:07:23.783812+0000 mgr.y (mgr.54105) 366 : cluster [DBG] pgmap v243: 129 pgs: 4 peering, 16 active+undersized, 11 active+undersized+degraded, 98 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 39/612 objects degraded (6.373%) 2024-09-11T09:07:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:25 smithi120 bash[59345]: audit 2024-09-11T09:07:24.034329+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:27.290 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:27 smithi130 bash[38112]: cluster 2024-09-11T09:07:25.784825+0000 mgr.y (mgr.54105) 367 : cluster [DBG] pgmap v244: 129 pgs: 4 peering, 11 active+undersized, 8 active+undersized+degraded, 106 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 25/612 objects degraded (4.085%) 2024-09-11T09:07:27.291 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:27 smithi130 bash[38112]: cluster 2024-09-11T09:07:26.713742+0000 mon.a (mon.0) 662 : cluster [WRN] Health check update: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:27.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:27 smithi120 bash[53671]: cluster 2024-09-11T09:07:25.784825+0000 mgr.y (mgr.54105) 367 : cluster [DBG] pgmap v244: 129 pgs: 4 peering, 11 active+undersized, 8 active+undersized+degraded, 106 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 25/612 objects degraded (4.085%) 2024-09-11T09:07:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:27 smithi120 bash[53671]: cluster 2024-09-11T09:07:26.713742+0000 mon.a (mon.0) 662 : cluster [WRN] Health check update: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:27 smithi120 bash[59345]: cluster 2024-09-11T09:07:25.784825+0000 mgr.y (mgr.54105) 367 : cluster [DBG] pgmap v244: 129 pgs: 4 peering, 11 active+undersized, 8 active+undersized+degraded, 106 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 25/612 objects degraded (4.085%) 2024-09-11T09:07:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:27 smithi120 bash[59345]: cluster 2024-09-11T09:07:26.713742+0000 mon.a (mon.0) 662 : cluster [WRN] Health check update: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:28 smithi130 bash[38112]: cluster 2024-09-11T09:07:28.036560+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded) 2024-09-11T09:07:28.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:28 smithi130 bash[38112]: cluster 2024-09-11T09:07:28.036632+0000 mon.a (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:28.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:28 smithi120 bash[53671]: cluster 2024-09-11T09:07:28.036560+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded) 2024-09-11T09:07:28.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:28 smithi120 bash[53671]: cluster 2024-09-11T09:07:28.036632+0000 mon.a (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:28 smithi120 bash[59345]: cluster 2024-09-11T09:07:28.036560+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/612 objects degraded (4.085%), 8 pgs degraded) 2024-09-11T09:07:28.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:28 smithi120 bash[59345]: cluster 2024-09-11T09:07:28.036632+0000 mon.a (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-09-11T09:07:29.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:29 smithi130 bash[38112]: cluster 2024-09-11T09:07:27.785938+0000 mgr.y (mgr.54105) 368 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:29.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:29 smithi120 bash[53671]: cluster 2024-09-11T09:07:27.785938+0000 mgr.y (mgr.54105) 368 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:29.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:29 smithi120 bash[59345]: cluster 2024-09-11T09:07:27.785938+0000 mgr.y (mgr.54105) 368 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:31.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:31 smithi130 bash[38112]: cluster 2024-09-11T09:07:29.786913+0000 mgr.y (mgr.54105) 369 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:31.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:31 smithi120 bash[53671]: cluster 2024-09-11T09:07:29.786913+0000 mgr.y (mgr.54105) 369 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:31.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:31 smithi120 bash[59345]: cluster 2024-09-11T09:07:29.786913+0000 mgr.y (mgr.54105) 369 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.436022+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.447749+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.459511+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.470972+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.521931+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:32.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.528670+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.531604+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.534270+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:32 smithi130 bash[38112]: audit 2024-09-11T09:07:31.537742+0000 mon.b (mon.2) 466 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.436022+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.447749+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.459511+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.470972+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.521931+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.528670+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.531604+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.534270+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[53671]: audit 2024-09-11T09:07:31.537742+0000 mon.b (mon.2) 466 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:32.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.436022+0000 mon.b (mon.2) 461 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.447749+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.459511+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.470972+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.521931+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.528670+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.531604+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.534270+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:32.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:32 smithi120 bash[59345]: audit 2024-09-11T09:07:31.537742+0000 mon.b (mon.2) 466 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:33.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:33 smithi130 bash[38112]: audit 2024-09-11T09:07:31.540889+0000 mgr.y (mgr.54105) 370 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:33.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:33 smithi130 bash[38112]: cephadm 2024-09-11T09:07:31.543388+0000 mgr.y (mgr.54105) 371 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T09:07:33.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:33 smithi130 bash[38112]: cluster 2024-09-11T09:07:31.787800+0000 mgr.y (mgr.54105) 372 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:33.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[53671]: audit 2024-09-11T09:07:31.540889+0000 mgr.y (mgr.54105) 370 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[53671]: cephadm 2024-09-11T09:07:31.543388+0000 mgr.y (mgr.54105) 371 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T09:07:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[53671]: cluster 2024-09-11T09:07:31.787800+0000 mgr.y (mgr.54105) 372 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[59345]: audit 2024-09-11T09:07:31.540889+0000 mgr.y (mgr.54105) 370 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T09:07:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[59345]: cephadm 2024-09-11T09:07:31.543388+0000 mgr.y (mgr.54105) 371 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-09-11T09:07:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:33 smithi120 bash[59345]: cluster 2024-09-11T09:07:31.787800+0000 mgr.y (mgr.54105) 372 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.666757+0000 mon.b (mon.2) 467 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.667080+0000 mon.b (mon.2) 468 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.667358+0000 mon.b (mon.2) 469 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.667666+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.670144+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.671426+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.671975+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.672809+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.723032+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.723367+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.724533+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:33.727786+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:07:34.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:34 smithi130 bash[38112]: audit 2024-09-11T09:07:34.056483+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.666757+0000 mon.b (mon.2) 467 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.667080+0000 mon.b (mon.2) 468 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.667358+0000 mon.b (mon.2) 469 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.667666+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.670144+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.671426+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.671975+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.672809+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.723032+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:07:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.723367+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.724533+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:33.727786+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[53671]: audit 2024-09-11T09:07:34.056483+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.666757+0000 mon.b (mon.2) 467 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.667080+0000 mon.b (mon.2) 468 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.667358+0000 mon.b (mon.2) 469 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.667666+0000 mon.b (mon.2) 470 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.670144+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.671426+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.671975+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.672809+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.723032+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.723367+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.724533+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:33.727786+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-11T09:07:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:34 smithi120 bash[59345]: audit 2024-09-11T09:07:34.056483+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:35.273 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:35 smithi130 bash[38112]: cephadm 2024-09-11T09:07:33.713080+0000 mgr.y (mgr.54105) 373 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T09:07:35.273 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:35 smithi130 bash[38112]: cephadm 2024-09-11T09:07:33.729801+0000 mgr.y (mgr.54105) 374 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T09:07:35.273 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:35 smithi130 bash[38112]: cluster 2024-09-11T09:07:33.788980+0000 mgr.y (mgr.54105) 375 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[53671]: cephadm 2024-09-11T09:07:33.713080+0000 mgr.y (mgr.54105) 373 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[53671]: cephadm 2024-09-11T09:07:33.729801+0000 mgr.y (mgr.54105) 374 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[53671]: cluster 2024-09-11T09:07:33.788980+0000 mgr.y (mgr.54105) 375 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[59345]: cephadm 2024-09-11T09:07:33.713080+0000 mgr.y (mgr.54105) 373 : cephadm [INF] Upgrade: Updating osd.7 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[59345]: cephadm 2024-09-11T09:07:33.729801+0000 mgr.y (mgr.54105) 374 : cephadm [INF] Deploying daemon osd.7 on smithi130 2024-09-11T09:07:35.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:35 smithi120 bash[59345]: cluster 2024-09-11T09:07:33.788980+0000 mgr.y (mgr.54105) 375 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:37.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:37 smithi130 bash[38112]: cluster 2024-09-11T09:07:35.789772+0000 mgr.y (mgr.54105) 376 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:37 smithi120 bash[53671]: cluster 2024-09-11T09:07:35.789772+0000 mgr.y (mgr.54105) 376 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:37.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:37 smithi120 bash[59345]: cluster 2024-09-11T09:07:35.789772+0000 mgr.y (mgr.54105) 376 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:38.098 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:37 smithi130 systemd[1]: Stopping Ceph osd.7 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:07:38.357 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:38 smithi130 bash[21683]: debug 2024-09-11T09:07:38.092+0000 7f633d1cc700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-11T09:07:38.358 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:38 smithi130 bash[21683]: debug 2024-09-11T09:07:38.092+0000 7f633d1cc700 -1 osd.7 101 *** Got signal Terminated *** 2024-09-11T09:07:38.358 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:38 smithi130 bash[21683]: debug 2024-09-11T09:07:38.092+0000 7f633d1cc700 -1 osd.7 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:07:39.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:38 smithi130 bash[64260]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.7 2024-09-11T09:07:39.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:38 smithi130 bash[64332]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd.7 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:37.790888+0000 mgr.y (mgr.54105) 377 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.394948+0000 mon.a (mon.0) 674 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.395052+0000 mon.a (mon.0) 675 : cluster [INF] osd.7 failed (root=default,host=smithi130) (connection refused reported by osd.0) 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.395353+0000 mon.a (mon.0) 676 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.395741+0000 mon.a (mon.0) 677 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.396102+0000 mon.a (mon.0) 678 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.396447+0000 mon.a (mon.0) 679 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.396646+0000 mon.a (mon.0) 680 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.396917+0000 mon.a (mon.0) 681 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.397233+0000 mon.a (mon.0) 682 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.397481+0000 mon.a (mon.0) 683 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.397795+0000 mon.a (mon.0) 684 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.398041+0000 mon.a (mon.0) 685 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.398344+0000 mon.a (mon.0) 686 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.398522+0000 mon.a (mon.0) 687 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.398819+0000 mon.a (mon.0) 688 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.800184+0000 mon.a (mon.0) 689 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.800658+0000 mon.a (mon.0) 690 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.800904+0000 mon.a (mon.0) 691 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.801360+0000 mon.a (mon.0) 692 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.801829+0000 mon.a (mon.0) 693 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.802279+0000 mon.a (mon.0) 694 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.802602+0000 mon.a (mon.0) 695 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.802940+0000 mon.a (mon.0) 696 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.803433+0000 mon.a (mon.0) 697 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:37.790888+0000 mgr.y (mgr.54105) 377 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.394948+0000 mon.a (mon.0) 674 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.395052+0000 mon.a (mon.0) 675 : cluster [INF] osd.7 failed (root=default,host=smithi130) (connection refused reported by osd.0) 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.395353+0000 mon.a (mon.0) 676 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.395741+0000 mon.a (mon.0) 677 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.396102+0000 mon.a (mon.0) 678 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.396447+0000 mon.a (mon.0) 679 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.396646+0000 mon.a (mon.0) 680 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.396917+0000 mon.a (mon.0) 681 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.397233+0000 mon.a (mon.0) 682 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.397481+0000 mon.a (mon.0) 683 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.397795+0000 mon.a (mon.0) 684 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.398041+0000 mon.a (mon.0) 685 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.398344+0000 mon.a (mon.0) 686 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.398522+0000 mon.a (mon.0) 687 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.398819+0000 mon.a (mon.0) 688 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.800184+0000 mon.a (mon.0) 689 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.800658+0000 mon.a (mon.0) 690 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.800904+0000 mon.a (mon.0) 691 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.801360+0000 mon.a (mon.0) 692 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.801829+0000 mon.a (mon.0) 693 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.802279+0000 mon.a (mon.0) 694 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.802602+0000 mon.a (mon.0) 695 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.802940+0000 mon.a (mon.0) 696 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.803433+0000 mon.a (mon.0) 697 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.803894+0000 mon.a (mon.0) 698 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.804343+0000 mon.a (mon.0) 699 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.804798+0000 mon.a (mon.0) 700 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.805226+0000 mon.a (mon.0) 701 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.805679+0000 mon.a (mon.0) 702 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.935061+0000 mon.a (mon.0) 703 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.939456+0000 mon.a (mon.0) 704 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.941197+0000 mon.a (mon.0) 705 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.436 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:38.945753+0000 mon.a (mon.0) 706 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[53671]: cluster 2024-09-11T09:07:39.073333+0000 mon.a (mon.0) 707 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.803894+0000 mon.a (mon.0) 698 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.804343+0000 mon.a (mon.0) 699 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.804798+0000 mon.a (mon.0) 700 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.805226+0000 mon.a (mon.0) 701 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.805679+0000 mon.a (mon.0) 702 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.935061+0000 mon.a (mon.0) 703 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.939456+0000 mon.a (mon.0) 704 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.941197+0000 mon.a (mon.0) 705 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:38.945753+0000 mon.a (mon.0) 706 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.437 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:39 smithi120 bash[59345]: cluster 2024-09-11T09:07:39.073333+0000 mon.a (mon.0) 707 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:37.790888+0000 mgr.y (mgr.54105) 377 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:39.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.394948+0000 mon.a (mon.0) 674 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.395052+0000 mon.a (mon.0) 675 : cluster [INF] osd.7 failed (root=default,host=smithi130) (connection refused reported by osd.0) 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.395353+0000 mon.a (mon.0) 676 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.395741+0000 mon.a (mon.0) 677 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.396102+0000 mon.a (mon.0) 678 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.396447+0000 mon.a (mon.0) 679 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.396646+0000 mon.a (mon.0) 680 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.396917+0000 mon.a (mon.0) 681 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.397233+0000 mon.a (mon.0) 682 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.397481+0000 mon.a (mon.0) 683 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.397795+0000 mon.a (mon.0) 684 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.398041+0000 mon.a (mon.0) 685 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.398344+0000 mon.a (mon.0) 686 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.398522+0000 mon.a (mon.0) 687 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.398819+0000 mon.a (mon.0) 688 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.800184+0000 mon.a (mon.0) 689 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.800658+0000 mon.a (mon.0) 690 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.800904+0000 mon.a (mon.0) 691 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.801360+0000 mon.a (mon.0) 692 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.801829+0000 mon.a (mon.0) 693 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.802279+0000 mon.a (mon.0) 694 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.802602+0000 mon.a (mon.0) 695 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.802940+0000 mon.a (mon.0) 696 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.803433+0000 mon.a (mon.0) 697 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.803894+0000 mon.a (mon.0) 698 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.804343+0000 mon.a (mon.0) 699 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.804798+0000 mon.a (mon.0) 700 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.805226+0000 mon.a (mon.0) 701 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.805679+0000 mon.a (mon.0) 702 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.935061+0000 mon.a (mon.0) 703 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.939456+0000 mon.a (mon.0) 704 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.941197+0000 mon.a (mon.0) 705 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:38.945753+0000 mon.a (mon.0) 706 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-09-11T09:07:39.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:39 smithi130 bash[38112]: cluster 2024-09-11T09:07:39.073333+0000 mon.a (mon.0) 707 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[53671]: cluster 2024-09-11T09:07:39.114392+0000 mon.a (mon.0) 708 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[53671]: cluster 2024-09-11T09:07:39.114437+0000 mon.a (mon.0) 709 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[53671]: cluster 2024-09-11T09:07:39.126264+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[53671]: cluster 2024-09-11T09:07:40.126917+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[59345]: cluster 2024-09-11T09:07:39.114392+0000 mon.a (mon.0) 708 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[59345]: cluster 2024-09-11T09:07:39.114437+0000 mon.a (mon.0) 709 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[59345]: cluster 2024-09-11T09:07:39.126264+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-11T09:07:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:40 smithi120 bash[59345]: cluster 2024-09-11T09:07:40.126917+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-11T09:07:40.476 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:40 smithi130 bash[38112]: cluster 2024-09-11T09:07:39.114392+0000 mon.a (mon.0) 708 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T09:07:40.476 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:40 smithi130 bash[38112]: cluster 2024-09-11T09:07:39.114437+0000 mon.a (mon.0) 709 : cluster [WRN] Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T09:07:40.476 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:40 smithi130 bash[38112]: cluster 2024-09-11T09:07:39.126264+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-09-11T09:07:40.476 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:40 smithi130 bash[38112]: cluster 2024-09-11T09:07:40.126917+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-09-11T09:07:41.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:41 smithi130 bash[38112]: cluster 2024-09-11T09:07:39.791628+0000 mgr.y (mgr.54105) 378 : cluster [DBG] pgmap v252: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:41.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:41 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.7.service: Succeeded. 2024-09-11T09:07:41.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:41 smithi130 systemd[1]: Stopped Ceph osd.7 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:07:41.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:41 smithi130 systemd[1]: Started Ceph osd.7 for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:07:41.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:41 smithi120 bash[53671]: cluster 2024-09-11T09:07:39.791628+0000 mgr.y (mgr.54105) 378 : cluster [DBG] pgmap v252: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:41 smithi120 bash[59345]: cluster 2024-09-11T09:07:39.791628+0000 mgr.y (mgr.54105) 378 : cluster [DBG] pgmap v252: 129 pgs: 17 stale+active+clean, 112 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T09:07:42.420 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[38112]: audit 2024-09-11T09:07:41.353169+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:42.420 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[38112]: audit 2024-09-11T09:07:41.364712+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.420 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[38112]: audit 2024-09-11T09:07:41.376355+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.420 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[38112]: audit 2024-09-11T09:07:41.377404+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:42.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[53671]: audit 2024-09-11T09:07:41.353169+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[53671]: audit 2024-09-11T09:07:41.364712+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[53671]: audit 2024-09-11T09:07:41.376355+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[53671]: audit 2024-09-11T09:07:41.377404+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[59345]: audit 2024-09-11T09:07:41.353169+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[59345]: audit 2024-09-11T09:07:41.364712+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[59345]: audit 2024-09-11T09:07:41.376355+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:42 smithi120 bash[59345]: audit 2024-09-11T09:07:41.377404+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:43.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T09:07:43.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: 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-11T09:07:43.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T09:07:43.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T09:07:43.116 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T09:07:43.116 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T09:07:43.116 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:42 smithi130 bash[64523]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T09:07:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:43 smithi130 bash[38112]: cluster 2024-09-11T09:07:41.792573+0000 mgr.y (mgr.54105) 379 : cluster [DBG] pgmap v254: 129 pgs: 7 active+undersized, 11 peering, 8 stale+active+clean, 1 active+undersized+degraded, 102 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/612 objects degraded (0.163%) 2024-09-11T09:07:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:43 smithi130 bash[38112]: cluster 2024-09-11T09:07:42.372046+0000 mon.a (mon.0) 714 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:07:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:43 smithi130 bash[38112]: cluster 2024-09-11T09:07:42.372131+0000 mon.a (mon.0) 715 : cluster [WRN] Health check failed: Degraded data redundancy: 1/612 objects degraded (0.163%), 1 pg degraded (PG_DEGRADED) 2024-09-11T09:07:43.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[53671]: cluster 2024-09-11T09:07:41.792573+0000 mgr.y (mgr.54105) 379 : cluster [DBG] pgmap v254: 129 pgs: 7 active+undersized, 11 peering, 8 stale+active+clean, 1 active+undersized+degraded, 102 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/612 objects degraded (0.163%) 2024-09-11T09:07:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[53671]: cluster 2024-09-11T09:07:42.372046+0000 mon.a (mon.0) 714 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:07:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[53671]: cluster 2024-09-11T09:07:42.372131+0000 mon.a (mon.0) 715 : cluster [WRN] Health check failed: Degraded data redundancy: 1/612 objects degraded (0.163%), 1 pg degraded (PG_DEGRADED) 2024-09-11T09:07:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[59345]: cluster 2024-09-11T09:07:41.792573+0000 mgr.y (mgr.54105) 379 : cluster [DBG] pgmap v254: 129 pgs: 7 active+undersized, 11 peering, 8 stale+active+clean, 1 active+undersized+degraded, 102 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 1/612 objects degraded (0.163%) 2024-09-11T09:07:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[59345]: cluster 2024-09-11T09:07:42.372046+0000 mon.a (mon.0) 714 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-11T09:07:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:43 smithi120 bash[59345]: cluster 2024-09-11T09:07:42.372131+0000 mon.a (mon.0) 715 : cluster [WRN] Health check failed: Degraded data redundancy: 1/612 objects degraded (0.163%), 1 pg degraded (PG_DEGRADED) 2024-09-11T09:07:44.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:44 smithi130 bash[64799]: debug 2024-09-11T09:07:44.520+0000 7f140a537640 1 -- 172.21.15.130:0/2348358320 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5597be97ed00 con 0x5597be951400 2024-09-11T09:07:45.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:45 smithi130 bash[38112]: cluster 2024-09-11T09:07:43.794086+0000 mgr.y (mgr.54105) 380 : cluster [DBG] pgmap v255: 129 pgs: 27 active+undersized, 11 peering, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T09:07:45.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:45 smithi130 bash[64799]: debug 2024-09-11T09:07:45.060+0000 7f140cd9f440 -1 Falling back to public interface 2024-09-11T09:07:45.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:45 smithi120 bash[53671]: cluster 2024-09-11T09:07:43.794086+0000 mgr.y (mgr.54105) 380 : cluster [DBG] pgmap v255: 129 pgs: 27 active+undersized, 11 peering, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T09:07:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:45 smithi120 bash[59345]: cluster 2024-09-11T09:07:43.794086+0000 mgr.y (mgr.54105) 380 : cluster [DBG] pgmap v255: 129 pgs: 27 active+undersized, 11 peering, 19 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 48/612 objects degraded (7.843%) 2024-09-11T09:07:46.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:46 smithi130 bash[38112]: cluster 2024-09-11T09:07:46.161780+0000 mon.a (mon.0) 716 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 5 pgs peering) 2024-09-11T09:07:46.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:46 smithi120 bash[53671]: cluster 2024-09-11T09:07:46.161780+0000 mon.a (mon.0) 716 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 5 pgs peering) 2024-09-11T09:07:46.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:46 smithi120 bash[59345]: cluster 2024-09-11T09:07:46.161780+0000 mon.a (mon.0) 716 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 5 pgs peering) 2024-09-11T09:07:47.012 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:07:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:47 smithi130 bash[38112]: cluster 2024-09-11T09:07:45.795289+0000 mgr.y (mgr.54105) 381 : cluster [DBG] pgmap v256: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:47.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:47 smithi120 bash[59345]: cluster 2024-09-11T09:07:45.795289+0000 mgr.y (mgr.54105) 381 : cluster [DBG] pgmap v256: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:47 smithi120 bash[53671]: cluster 2024-09-11T09:07:45.795289+0000 mgr.y (mgr.54105) 381 : cluster [DBG] pgmap v256: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:47.813 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:07:47.813 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (10m) 112s ago 36m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:07:47.813 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (9m) 0s ago 36m 81.2M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:07:47.813 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (12m) 0s ago 41m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:07:47.813 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (22m) 112s ago 42m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (7m) 112s ago 42m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (8m) 0s ago 41m 76.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (6m) 112s ago 41m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (11m) 112s ago 36m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (11m) 0s ago 36m 11.8M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (4m) 112s ago 40m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (4m) 112s ago 40m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (3m) 112s ago 39m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (116s) 112s ago 39m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (87s) 0s ago 38m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (59s) 0s ago 38m 46.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (32s) 0s ago 37m 46.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:07:47.814 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (4s) 0s ago 37m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:07:47.815 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (11m) 0s ago 36m 55.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:07:47.815 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (34m) 112s ago 34m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:07:47.815 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (34m) 0s ago 34m 58.5M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:07:48.297 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 12 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:07:48.298 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:07:48.615 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[64799]: debug 2024-09-11T09:07:48.120+0000 7f140cd9f440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-11T09:07:48.615 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[64799]: debug 2024-09-11T09:07:48.152+0000 7f140cd9f440 -1 osd.7 101 log_to_monitors true 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:46.999716+0000 mgr.y (mgr.54105) 382 : audit [DBG] from='client.64507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.648906+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.659088+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.672954+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.785281+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.786417+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.787305+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.788121+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.788974+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.789830+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.795085+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.796053+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.797060+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.797933+0000 mon.b (mon.2) 486 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:47.798783+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:48.044900+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:48.163996+0000 mon.b (mon.2) 489 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:48.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[38112]: audit 2024-09-11T09:07:48.167136+0000 mon.a (mon.0) 719 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:48.666 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:07:48.666 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:07:48.666 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:07:48.666 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-11T09:07:48.666 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [ 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout: "osd" 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout: ], 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "8/8 daemons upgraded", 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:07:48.667 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:46.999716+0000 mgr.y (mgr.54105) 382 : audit [DBG] from='client.64507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.648906+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.659088+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.672954+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.785281+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.786417+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.787305+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.788121+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.788974+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.789830+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.795085+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.796053+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.797060+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.797933+0000 mon.b (mon.2) 486 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:47.798783+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:48.044900+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:48.163996+0000 mon.b (mon.2) 489 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:48.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[59345]: audit 2024-09-11T09:07:48.167136+0000 mon.a (mon.0) 719 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:46.999716+0000 mgr.y (mgr.54105) 382 : audit [DBG] from='client.64507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.648906+0000 mon.b (mon.2) 476 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.659088+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.672954+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.785281+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.786417+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.787305+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.788121+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.788974+0000 mon.b (mon.2) 481 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.789830+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.795085+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.796053+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.797060+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.797933+0000 mon.b (mon.2) 486 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:47.798783+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:48.044900+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:48.163996+0000 mon.b (mon.2) 489 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:48.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:48 smithi120 bash[53671]: audit 2024-09-11T09:07:48.167136+0000 mon.a (mon.0) 719 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T09:07:49.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:07:48 smithi130 bash[64799]: debug 2024-09-11T09:07:48.692+0000 7f1403b49640 -1 osd.7 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T09:07:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:47.396644+0000 mgr.y (mgr.54105) 383 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:47.782923+0000 mgr.y (mgr.54105) 384 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: cluster 2024-09-11T09:07:47.796026+0000 mgr.y (mgr.54105) 385 : cluster [DBG] pgmap v257: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.275859+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.286592+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.297567+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.298020+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.298233+0000 mon.a (mon.0) 722 : audit [DBG] from='client.54582 172.21.15.120:0/3174183466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.681316+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: cluster 2024-09-11T09:07:48.681396+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.682206+0000 mon.b (mon.2) 492 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:49.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:49 smithi130 bash[38112]: audit 2024-09-11T09:07:48.685366+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:47.396644+0000 mgr.y (mgr.54105) 383 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:47.782923+0000 mgr.y (mgr.54105) 384 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: cluster 2024-09-11T09:07:47.796026+0000 mgr.y (mgr.54105) 385 : cluster [DBG] pgmap v257: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.275859+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.286592+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.297567+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.298020+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.298233+0000 mon.a (mon.0) 722 : audit [DBG] from='client.54582 172.21.15.120:0/3174183466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.681316+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: cluster 2024-09-11T09:07:48.681396+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.682206+0000 mon.b (mon.2) 492 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[53671]: audit 2024-09-11T09:07:48.685366+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:47.396644+0000 mgr.y (mgr.54105) 383 : audit [DBG] from='client.64513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:47.782923+0000 mgr.y (mgr.54105) 384 : audit [DBG] from='client.54576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: cluster 2024-09-11T09:07:47.796026+0000 mgr.y (mgr.54105) 385 : cluster [DBG] pgmap v257: 129 pgs: 31 active+undersized, 26 active+undersized+degraded, 72 active+clean; 584 KiB data, 2.0 GiB used, 712 GiB / 715 GiB avail; 82/612 objects degraded (13.399%) 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.275859+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:49.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.286592+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.297567+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.298020+0000 mon.b (mon.2) 491 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.298233+0000 mon.a (mon.0) 722 : audit [DBG] from='client.54582 172.21.15.120:0/3174183466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.681316+0000 mon.a (mon.0) 723 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: cluster 2024-09-11T09:07:48.681396+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.682206+0000 mon.b (mon.2) 492 : audit [INF] from='osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:49.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:49 smithi120 bash[59345]: audit 2024-09-11T09:07:48.685366+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-09-11T09:07:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:50 smithi130 bash[38112]: audit 2024-09-11T09:07:48.667214+0000 mgr.y (mgr.54105) 386 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:50 smithi130 bash[38112]: cluster 2024-09-11T09:07:49.678606+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:50 smithi130 bash[38112]: audit 2024-09-11T09:07:49.688972+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T09:07:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:50 smithi130 bash[38112]: cluster 2024-09-11T09:07:49.690123+0000 mon.a (mon.0) 727 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340] boot 2024-09-11T09:07:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:50 smithi130 bash[38112]: cluster 2024-09-11T09:07:49.690289+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[59345]: audit 2024-09-11T09:07:48.667214+0000 mgr.y (mgr.54105) 386 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[59345]: cluster 2024-09-11T09:07:49.678606+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[59345]: audit 2024-09-11T09:07:49.688972+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[59345]: cluster 2024-09-11T09:07:49.690123+0000 mon.a (mon.0) 727 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340] boot 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[59345]: cluster 2024-09-11T09:07:49.690289+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[53671]: audit 2024-09-11T09:07:48.667214+0000 mgr.y (mgr.54105) 386 : audit [DBG] from='client.64534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[53671]: cluster 2024-09-11T09:07:49.678606+0000 mon.a (mon.0) 726 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[53671]: audit 2024-09-11T09:07:49.688972+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T09:07:50.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[53671]: cluster 2024-09-11T09:07:49.690123+0000 mon.a (mon.0) 727 : cluster [INF] osd.7 [v2:172.21.15.130:6824/3128741340,v1:172.21.15.130:6825/3128741340] boot 2024-09-11T09:07:50.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:50 smithi120 bash[53671]: cluster 2024-09-11T09:07:49.690289+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-11T09:07:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:51 smithi130 bash[38112]: cluster 2024-09-11T09:07:49.796880+0000 mgr.y (mgr.54105) 387 : cluster [DBG] pgmap v260: 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-11T09:07:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:51 smithi130 bash[38112]: cluster 2024-09-11T09:07:50.698998+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-11T09:07:51.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:51 smithi120 bash[53671]: cluster 2024-09-11T09:07:49.796880+0000 mgr.y (mgr.54105) 387 : cluster [DBG] pgmap v260: 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-11T09:07:51.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:51 smithi120 bash[53671]: cluster 2024-09-11T09:07:50.698998+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-11T09:07:51.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:51 smithi120 bash[59345]: cluster 2024-09-11T09:07:49.796880+0000 mgr.y (mgr.54105) 387 : cluster [DBG] pgmap v260: 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-11T09:07:51.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:51 smithi120 bash[59345]: cluster 2024-09-11T09:07:50.698998+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-11T09:07:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:52 smithi130 bash[38112]: cluster 2024-09-11T09:07:51.718921+0000 mon.a (mon.0) 730 : cluster [WRN] Health check update: Degraded data redundancy: 82/612 objects degraded (13.399%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:52.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:52 smithi120 bash[53671]: cluster 2024-09-11T09:07:51.718921+0000 mon.a (mon.0) 730 : cluster [WRN] Health check update: Degraded data redundancy: 82/612 objects degraded (13.399%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:52.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:52 smithi120 bash[59345]: cluster 2024-09-11T09:07:51.718921+0000 mon.a (mon.0) 730 : cluster [WRN] Health check update: Degraded data redundancy: 82/612 objects degraded (13.399%), 26 pgs degraded (PG_DEGRADED) 2024-09-11T09:07:53.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:53 smithi130 bash[38112]: cluster 2024-09-11T09:07:51.797938+0000 mgr.y (mgr.54105) 388 : cluster [DBG] pgmap v262: 129 pgs: 4 peering, 25 active+undersized, 22 active+undersized+degraded, 78 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:07:53.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:53 smithi120 bash[53671]: cluster 2024-09-11T09:07:51.797938+0000 mgr.y (mgr.54105) 388 : cluster [DBG] pgmap v262: 129 pgs: 4 peering, 25 active+undersized, 22 active+undersized+degraded, 78 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:07:53.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:53 smithi120 bash[59345]: cluster 2024-09-11T09:07:51.797938+0000 mgr.y (mgr.54105) 388 : cluster [DBG] pgmap v262: 129 pgs: 4 peering, 25 active+undersized, 22 active+undersized+degraded, 78 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69/612 objects degraded (11.275%) 2024-09-11T09:07:54.611 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:54 smithi130 bash[38112]: cluster 2024-09-11T09:07:54.239929+0000 mon.a (mon.0) 731 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/612 objects degraded (11.275%), 22 pgs degraded) 2024-09-11T09:07:54.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:54 smithi120 bash[53671]: cluster 2024-09-11T09:07:54.239929+0000 mon.a (mon.0) 731 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/612 objects degraded (11.275%), 22 pgs degraded) 2024-09-11T09:07:54.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:54 smithi120 bash[59345]: cluster 2024-09-11T09:07:54.239929+0000 mon.a (mon.0) 731 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/612 objects degraded (11.275%), 22 pgs degraded) 2024-09-11T09:07:55.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:55 smithi130 bash[38112]: cluster 2024-09-11T09:07:53.799297+0000 mgr.y (mgr.54105) 389 : cluster [DBG] pgmap v263: 129 pgs: 4 peering, 125 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T09:07:55.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:55 smithi120 bash[53671]: cluster 2024-09-11T09:07:53.799297+0000 mgr.y (mgr.54105) 389 : cluster [DBG] pgmap v263: 129 pgs: 4 peering, 125 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T09:07:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:55 smithi120 bash[59345]: cluster 2024-09-11T09:07:53.799297+0000 mgr.y (mgr.54105) 389 : cluster [DBG] pgmap v263: 129 pgs: 4 peering, 125 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T09:07:57.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:57 smithi130 bash[38112]: cluster 2024-09-11T09:07:55.800153+0000 mgr.y (mgr.54105) 390 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 B/s rd, 0 op/s 2024-09-11T09:07:57.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:57 smithi120 bash[53671]: cluster 2024-09-11T09:07:55.800153+0000 mgr.y (mgr.54105) 390 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 B/s rd, 0 op/s 2024-09-11T09:07:57.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:57 smithi120 bash[59345]: cluster 2024-09-11T09:07:55.800153+0000 mgr.y (mgr.54105) 390 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 B/s rd, 0 op/s 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: cluster 2024-09-11T09:07:57.801265+0000 mgr.y (mgr.54105) 391 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.796648+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.810771+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.824734+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.838534+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.891520+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.897937+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.900524+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.902992+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.907306+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.923105+0000 mon.b (mon.2) 500 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.923368+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.926333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.934293+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.934919+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.937385+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.946076+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.946672+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.949358+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.957119+0000 mon.b (mon.2) 503 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.957802+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T09:07:59.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.960358+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.967232+0000 mon.b (mon.2) 504 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.967283+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.970389+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.978796+0000 mon.b (mon.2) 505 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.979687+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.981910+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.989037+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.989211+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.992143+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.999143+0000 mon.b (mon.2) 507 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:58.999343+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T09:07:59.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:59.002270+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:59.011096+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T09:07:59.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:59.011879+0000 mon.b (mon.2) 508 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:07:59.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:07:59 smithi130 bash[38112]: audit 2024-09-11T09:07:59.015085+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: cluster 2024-09-11T09:07:57.801265+0000 mgr.y (mgr.54105) 391 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.796648+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.810771+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.824734+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.838534+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.891520+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.897937+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.900524+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.902992+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.907306+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.923105+0000 mon.b (mon.2) 500 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.923368+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.926333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.934293+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.934919+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.937385+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.946076+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.946672+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T09:07:59.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.949358+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: cluster 2024-09-11T09:07:57.801265+0000 mgr.y (mgr.54105) 391 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 126 B/s rd, 0 op/s 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.796648+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.810771+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.824734+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.838534+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.891520+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.897937+0000 mon.b (mon.2) 496 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.900524+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.902992+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.907306+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:07:59.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.923105+0000 mon.b (mon.2) 500 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.923368+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.926333+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.934293+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.934919+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.937385+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.946076+0000 mon.b (mon.2) 502 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.946672+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.949358+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.957119+0000 mon.b (mon.2) 503 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.957802+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T09:07:59.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.960358+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.967232+0000 mon.b (mon.2) 504 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.967283+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.970389+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.978796+0000 mon.b (mon.2) 505 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.979687+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.981910+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.989037+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.989211+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.992143+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.999143+0000 mon.b (mon.2) 507 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:58.999343+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:59.002270+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:59.011096+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:59.011879+0000 mon.b (mon.2) 508 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[59345]: audit 2024-09-11T09:07:59.015085+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.957119+0000 mon.b (mon.2) 503 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.957802+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.960358+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.967232+0000 mon.b (mon.2) 504 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.967283+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.970389+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.978796+0000 mon.b (mon.2) 505 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.979687+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.981910+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.989037+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.989211+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.992143+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.999143+0000 mon.b (mon.2) 507 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:58.999343+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:59.002270+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:59.011096+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:59.011879+0000 mon.b (mon.2) 508 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:07:59.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:07:59 smithi120 bash[53671]: audit 2024-09-11T09:07:59.015085+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: cephadm 2024-09-11T09:07:58.911534+0000 mgr.y (mgr.54105) 392 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: cephadm 2024-09-11T09:07:59.013962+0000 mgr.y (mgr.54105) 393 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: cluster 2024-09-11T09:08:00.006103+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: cluster 2024-09-11T09:08:00.006156+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.014795+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: cluster 2024-09-11T09:08:00.015014+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.015808+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.025217+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.026882+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.035720+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.036448+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.037279+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.046356+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.047348+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.060798+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.061390+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.063919+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.065884+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.067714+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.617 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.069461+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.071236+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.074849+0000 mon.b (mon.2) 520 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.077872+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.087002+0000 mon.b (mon.2) 521 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.087414+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.090090+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.097598+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.098775+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.101987+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.109692+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.111114+0000 mon.b (mon.2) 523 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.114513+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.618 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.122637+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.123112+0000 mon.b (mon.2) 524 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.126419+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.134809+0000 mon.b (mon.2) 525 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.135440+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.137592+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.138102+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.619 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.140995+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.149314+0000 mon.b (mon.2) 527 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.149682+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.151656+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.152584+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.154824+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.162966+0000 mon.b (mon.2) 529 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.163043+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.166091+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.174661+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.175308+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.177245+0000 mon.b (mon.2) 531 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.177896+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.620 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.180400+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.180638+0000 mon.b (mon.2) 532 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.183903+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.185255+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.188548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.189891+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.193211+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.193346+0000 mon.b (mon.2) 535 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.196618+0000 mon.b (mon.2) 536 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.196673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.199993+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.207107+0000 mon.b (mon.2) 537 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.207193+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:08:00.621 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.210254+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.622 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.216244+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:08:00.622 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.225634+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.622 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:00 smithi130 bash[38112]: audit 2024-09-11T09:08:00.288696+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: cephadm 2024-09-11T09:07:58.911534+0000 mgr.y (mgr.54105) 392 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:00.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: cephadm 2024-09-11T09:07:59.013962+0000 mgr.y (mgr.54105) 393 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T09:08:00.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: cluster 2024-09-11T09:08:00.006103+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T09:08:00.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: cluster 2024-09-11T09:08:00.006156+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.014795+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: cluster 2024-09-11T09:08:00.015014+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.015808+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.025217+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.026882+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.035720+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.036448+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.037279+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.046356+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.047348+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.060798+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.061390+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.063919+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.065884+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.067714+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.069461+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.071236+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: cephadm 2024-09-11T09:07:58.911534+0000 mgr.y (mgr.54105) 392 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: cephadm 2024-09-11T09:07:59.013962+0000 mgr.y (mgr.54105) 393 : cephadm [INF] Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: cluster 2024-09-11T09:08:00.006103+0000 mon.a (mon.0) 753 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: cluster 2024-09-11T09:08:00.006156+0000 mon.a (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-09-11T09:08:00.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.014795+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: cluster 2024-09-11T09:08:00.015014+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.015808+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.025217+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.026882+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.035720+0000 mon.b (mon.2) 511 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.036448+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.037279+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.046356+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.047348+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.060798+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.061390+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.063919+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.065884+0000 mon.b (mon.2) 516 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.067714+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.069461+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.071236+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.074849+0000 mon.b (mon.2) 520 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.077872+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.087002+0000 mon.b (mon.2) 521 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.087414+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.090090+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.097598+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:08:00.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.098775+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.101987+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.109692+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.111114+0000 mon.b (mon.2) 523 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.114513+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.122637+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.123112+0000 mon.b (mon.2) 524 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.126419+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.134809+0000 mon.b (mon.2) 525 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.135440+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.137592+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.138102+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.074849+0000 mon.b (mon.2) 520 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.077872+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.087002+0000 mon.b (mon.2) 521 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.087414+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.090090+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.097598+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.098775+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.101987+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:08:00.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.109692+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.111114+0000 mon.b (mon.2) 523 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.114513+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.122637+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.123112+0000 mon.b (mon.2) 524 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.126419+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.134809+0000 mon.b (mon.2) 525 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.135440+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.137592+0000 mon.b (mon.2) 526 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.138102+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:08:00.688 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.140995+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.149314+0000 mon.b (mon.2) 527 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.149682+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.151656+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.152584+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.154824+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.162966+0000 mon.b (mon.2) 529 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.163043+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.166091+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.174661+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.175308+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.177245+0000 mon.b (mon.2) 531 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.177896+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.689 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.180400+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.180638+0000 mon.b (mon.2) 532 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.183903+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.185255+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.140995+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.149314+0000 mon.b (mon.2) 527 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.149682+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.151656+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.152584+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.690 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.154824+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.162966+0000 mon.b (mon.2) 529 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.163043+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.166091+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.174661+0000 mon.b (mon.2) 530 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.175308+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.177245+0000 mon.b (mon.2) 531 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.177896+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.180400+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.180638+0000 mon.b (mon.2) 532 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.183903+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.185255+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.188548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.189891+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.193211+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.193346+0000 mon.b (mon.2) 535 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.196618+0000 mon.b (mon.2) 536 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.196673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.199993+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.207107+0000 mon.b (mon.2) 537 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.692 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.207193+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.210254+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.216244+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.225634+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[53671]: audit 2024-09-11T09:08:00.288696+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.188548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.189891+0000 mon.b (mon.2) 534 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.193211+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.193346+0000 mon.b (mon.2) 535 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.196618+0000 mon.b (mon.2) 536 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.196673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.199993+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.207107+0000 mon.b (mon.2) 537 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.207193+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.210254+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.216244+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.225634+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:00.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:00 smithi120 bash[59345]: audit 2024-09-11T09:08:00.288696+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:01.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cluster 2024-09-11T09:07:59.802261+0000 mgr.y (mgr.54105) 394 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:01.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.019497+0000 mgr.y (mgr.54105) 395 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:01.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.030338+0000 mgr.y (mgr.54105) 396 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:08:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.040843+0000 mgr.y (mgr.54105) 397 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:08:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.051093+0000 mgr.y (mgr.54105) 398 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:08:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.074943+0000 mgr.y (mgr.54105) 399 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:08:01.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:01 smithi130 bash[38112]: cephadm 2024-09-11T09:08:00.208799+0000 mgr.y (mgr.54105) 400 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cluster 2024-09-11T09:07:59.802261+0000 mgr.y (mgr.54105) 394 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.019497+0000 mgr.y (mgr.54105) 395 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.030338+0000 mgr.y (mgr.54105) 396 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.040843+0000 mgr.y (mgr.54105) 397 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.051093+0000 mgr.y (mgr.54105) 398 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.074943+0000 mgr.y (mgr.54105) 399 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:08:01.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[53671]: cephadm 2024-09-11T09:08:00.208799+0000 mgr.y (mgr.54105) 400 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cluster 2024-09-11T09:07:59.802261+0000 mgr.y (mgr.54105) 394 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.019497+0000 mgr.y (mgr.54105) 395 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.030338+0000 mgr.y (mgr.54105) 396 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.040843+0000 mgr.y (mgr.54105) 397 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.051093+0000 mgr.y (mgr.54105) 398 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.074943+0000 mgr.y (mgr.54105) 399 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:08:01.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:01 smithi120 bash[59345]: cephadm 2024-09-11T09:08:00.208799+0000 mgr.y (mgr.54105) 400 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:08:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:03 smithi130 bash[38112]: cluster 2024-09-11T09:08:01.803241+0000 mgr.y (mgr.54105) 401 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:03.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:03 smithi120 bash[53671]: cluster 2024-09-11T09:08:01.803241+0000 mgr.y (mgr.54105) 401 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:03.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:03 smithi120 bash[59345]: cluster 2024-09-11T09:08:01.803241+0000 mgr.y (mgr.54105) 401 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-09-11T09:08:05.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:05 smithi130 bash[38112]: cluster 2024-09-11T09:08:03.804513+0000 mgr.y (mgr.54105) 402 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:05.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:05 smithi130 bash[38112]: audit 2024-09-11T09:08:04.085989+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:05 smithi120 bash[59345]: cluster 2024-09-11T09:08:03.804513+0000 mgr.y (mgr.54105) 402 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:05.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:05 smithi120 bash[59345]: audit 2024-09-11T09:08:04.085989+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:05 smithi120 bash[53671]: cluster 2024-09-11T09:08:03.804513+0000 mgr.y (mgr.54105) 402 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:05.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:05 smithi120 bash[53671]: audit 2024-09-11T09:08:04.085989+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:07 smithi130 bash[38112]: cluster 2024-09-11T09:08:05.805360+0000 mgr.y (mgr.54105) 403 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:07.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:07 smithi120 bash[53671]: cluster 2024-09-11T09:08:05.805360+0000 mgr.y (mgr.54105) 403 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:07.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:07 smithi120 bash[59345]: cluster 2024-09-11T09:08:05.805360+0000 mgr.y (mgr.54105) 403 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:09.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:09 smithi130 bash[38112]: cluster 2024-09-11T09:08:07.806476+0000 mgr.y (mgr.54105) 404 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:09.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:09 smithi120 bash[53671]: cluster 2024-09-11T09:08:07.806476+0000 mgr.y (mgr.54105) 404 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:09.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:09 smithi120 bash[59345]: cluster 2024-09-11T09:08:07.806476+0000 mgr.y (mgr.54105) 404 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:11.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:11 smithi130 bash[38112]: cluster 2024-09-11T09:08:09.807533+0000 mgr.y (mgr.54105) 405 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:11.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:11 smithi120 bash[53671]: cluster 2024-09-11T09:08:09.807533+0000 mgr.y (mgr.54105) 405 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:11.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:11 smithi120 bash[59345]: cluster 2024-09-11T09:08:09.807533+0000 mgr.y (mgr.54105) 405 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:13.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:13 smithi130 bash[38112]: cluster 2024-09-11T09:08:11.808474+0000 mgr.y (mgr.54105) 406 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:13.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:13 smithi120 bash[53671]: cluster 2024-09-11T09:08:11.808474+0000 mgr.y (mgr.54105) 406 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:13.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:13 smithi120 bash[59345]: cluster 2024-09-11T09:08:11.808474+0000 mgr.y (mgr.54105) 406 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:15.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:15 smithi130 bash[38112]: cluster 2024-09-11T09:08:13.809743+0000 mgr.y (mgr.54105) 407 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:15.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:15 smithi120 bash[53671]: cluster 2024-09-11T09:08:13.809743+0000 mgr.y (mgr.54105) 407 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:15.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:15 smithi120 bash[59345]: cluster 2024-09-11T09:08:13.809743+0000 mgr.y (mgr.54105) 407 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:17.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:17 smithi130 bash[38112]: cluster 2024-09-11T09:08:15.810567+0000 mgr.y (mgr.54105) 408 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:17.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:17 smithi120 bash[53671]: cluster 2024-09-11T09:08:15.810567+0000 mgr.y (mgr.54105) 408 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:17.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:17 smithi120 bash[59345]: cluster 2024-09-11T09:08:15.810567+0000 mgr.y (mgr.54105) 408 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:19.451 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:19 smithi120 bash[53671]: cluster 2024-09-11T09:08:17.811734+0000 mgr.y (mgr.54105) 409 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:19.451 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:19 smithi120 bash[59345]: cluster 2024-09-11T09:08:17.811734+0000 mgr.y (mgr.54105) 409 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:19.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:19 smithi130 bash[38112]: cluster 2024-09-11T09:08:17.811734+0000 mgr.y (mgr.54105) 409 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:20.071 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:08:20.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:20 smithi120 bash[53671]: audit 2024-09-11T09:08:19.085073+0000 mgr.y (mgr.54105) 410 : audit [DBG] from='client.54597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:20.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:20 smithi120 bash[59345]: audit 2024-09-11T09:08:19.085073+0000 mgr.y (mgr.54105) 410 : audit [DBG] from='client.54597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:20.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:20 smithi130 bash[38112]: audit 2024-09-11T09:08:19.085073+0000 mgr.y (mgr.54105) 410 : audit [DBG] from='client.54597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:21.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:21 smithi120 bash[59345]: cluster 2024-09-11T09:08:19.812740+0000 mgr.y (mgr.54105) 411 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:21.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:21 smithi120 bash[53671]: cluster 2024-09-11T09:08:19.812740+0000 mgr.y (mgr.54105) 411 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:21.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:21 smithi130 bash[38112]: cluster 2024-09-11T09:08:19.812740+0000 mgr.y (mgr.54105) 411 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:23.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:23 smithi120 bash[53671]: cluster 2024-09-11T09:08:21.813708+0000 mgr.y (mgr.54105) 412 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:23.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:23 smithi120 bash[59345]: cluster 2024-09-11T09:08:21.813708+0000 mgr.y (mgr.54105) 412 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:23 smithi130 bash[38112]: cluster 2024-09-11T09:08:21.813708+0000 mgr.y (mgr.54105) 412 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (11m) 2m ago 37m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (10m) 36s ago 36m 81.2M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (12m) 36s ago 41m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (22m) 2m ago 43m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:08:24.007 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (8m) 2m ago 43m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (9m) 36s ago 42m 76.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (7m) 2m ago 42m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (12m) 2m ago 37m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (12m) 36s ago 37m 11.8M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (5m) 2m ago 41m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (4m) 2m ago 40m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (3m) 2m ago 40m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (2m) 2m ago 39m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (2m) 36s ago 39m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (95s) 36s ago 39m 46.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (68s) 36s ago 38m 46.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:08:24.008 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (40s) 36s ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:08:24.009 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (11m) 36s ago 37m 55.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:08:24.009 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (35m) 2m ago 35m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:08:24.009 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (35m) 36s ago 35m 58.5M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.983937+0000 mon.b (mon.2) 538 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.984802+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.985619+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.986497+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.987324+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.988209+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.990830+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.991730+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.992505+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.993182+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[53671]: audit 2024-09-11T09:08:23.993885+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.983937+0000 mon.b (mon.2) 538 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.984802+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.985619+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.986497+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.987324+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.988209+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.990830+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.991730+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.992505+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.993182+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:24 smithi120 bash[59345]: audit 2024-09-11T09:08:23.993885+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.983937+0000 mon.b (mon.2) 538 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.984802+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.985619+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.986497+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.987324+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.988209+0000 mon.b (mon.2) 543 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.990830+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.991730+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.992505+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.993182+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:24 smithi130 bash[38112]: audit 2024-09-11T09:08:23.993885+0000 mon.b (mon.2) 548 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:24.847 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-11T09:08:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:25 smithi120 bash[53671]: cluster 2024-09-11T09:08:23.815054+0000 mgr.y (mgr.54105) 413 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:25.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:25 smithi120 bash[53671]: audit 2024-09-11T09:08:23.983843+0000 mgr.y (mgr.54105) 414 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:25 smithi120 bash[59345]: cluster 2024-09-11T09:08:23.815054+0000 mgr.y (mgr.54105) 413 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:25 smithi120 bash[59345]: audit 2024-09-11T09:08:23.983843+0000 mgr.y (mgr.54105) 414 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:25 smithi130 bash[38112]: cluster 2024-09-11T09:08:23.815054+0000 mgr.y (mgr.54105) 413 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:25 smithi130 bash[38112]: audit 2024-09-11T09:08:23.983843+0000 mgr.y (mgr.54105) 414 : audit [DBG] from='client.64546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:26.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:08:25 smithi130 bash[36671]: logger=sqlstore.transactions t=2024-09-11T09:08:25.682847304Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T09:08:26.115 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:08:25 smithi130 bash[36671]: logger=cleanup t=2024-09-11T09:08:25.76474877Z level=info msg="Completed cleanup jobs" duration=93.487119ms 2024-09-11T09:08:27.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:27 smithi120 bash[53671]: cluster 2024-09-11T09:08:25.815947+0000 mgr.y (mgr.54105) 415 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:27 smithi120 bash[59345]: cluster 2024-09-11T09:08:25.815947+0000 mgr.y (mgr.54105) 415 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:27 smithi130 bash[38112]: cluster 2024-09-11T09:08:25.815947+0000 mgr.y (mgr.54105) 415 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:29.005 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:08:29.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:29 smithi120 bash[53671]: cluster 2024-09-11T09:08:27.817055+0000 mgr.y (mgr.54105) 416 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:29.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:29 smithi120 bash[53671]: audit 2024-09-11T09:08:28.992408+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.120:0/852929627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:29.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:29 smithi120 bash[59345]: cluster 2024-09-11T09:08:27.817055+0000 mgr.y (mgr.54105) 416 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:29.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:29 smithi120 bash[59345]: audit 2024-09-11T09:08:28.992408+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.120:0/852929627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:29.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:29 smithi130 bash[38112]: cluster 2024-09-11T09:08:27.817055+0000 mgr.y (mgr.54105) 416 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:29.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:29 smithi130 bash[38112]: audit 2024-09-11T09:08:28.992408+0000 mon.a (mon.0) 792 : audit [DBG] from='client.? 172.21.15.120:0/852929627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:29.842 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-11T09:08:31.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:31 smithi120 bash[53671]: cluster 2024-09-11T09:08:29.818120+0000 mgr.y (mgr.54105) 417 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:31.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:31 smithi120 bash[59345]: cluster 2024-09-11T09:08:29.818120+0000 mgr.y (mgr.54105) 417 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:31.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:31 smithi130 bash[38112]: cluster 2024-09-11T09:08:29.818120+0000 mgr.y (mgr.54105) 417 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:33.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:33 smithi120 bash[59345]: cluster 2024-09-11T09:08:31.819102+0000 mgr.y (mgr.54105) 418 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:33 smithi120 bash[53671]: cluster 2024-09-11T09:08:31.819102+0000 mgr.y (mgr.54105) 418 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:33.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:33 smithi130 bash[38112]: cluster 2024-09-11T09:08:31.819102+0000 mgr.y (mgr.54105) 418 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:33.820 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.674619+0000 mon.b (mon.2) 549 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.675081+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.675425+0000 mon.b (mon.2) 551 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.675797+0000 mon.b (mon.2) 552 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.677977+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.679470+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.680237+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.680969+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[53671]: audit 2024-09-11T09:08:33.807406+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64558 172.21.15.120:0/1383773328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.674619+0000 mon.b (mon.2) 549 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.675081+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.675425+0000 mon.b (mon.2) 551 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.675797+0000 mon.b (mon.2) 552 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.677977+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.679470+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.680237+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.680969+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:34 smithi120 bash[59345]: audit 2024-09-11T09:08:33.807406+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64558 172.21.15.120:0/1383773328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.674619+0000 mon.b (mon.2) 549 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.675081+0000 mon.b (mon.2) 550 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.675425+0000 mon.b (mon.2) 551 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.675797+0000 mon.b (mon.2) 552 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.677977+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.679470+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.680237+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.680969+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:08:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:34 smithi130 bash[38112]: audit 2024-09-11T09:08:33.807406+0000 mon.c (mon.1) 16 : audit [DBG] from='client.64558 172.21.15.120:0/1383773328' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:34.644 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:08:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:35 smithi130 bash[38112]: cluster 2024-09-11T09:08:33.820358+0000 mgr.y (mgr.54105) 419 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:35.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:35 smithi120 bash[53671]: cluster 2024-09-11T09:08:33.820358+0000 mgr.y (mgr.54105) 419 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:35.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:35 smithi120 bash[59345]: cluster 2024-09-11T09:08:33.820358+0000 mgr.y (mgr.54105) 419 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:37 smithi120 bash[53671]: cluster 2024-09-11T09:08:35.821170+0000 mgr.y (mgr.54105) 420 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:37.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:37 smithi120 bash[59345]: cluster 2024-09-11T09:08:35.821170+0000 mgr.y (mgr.54105) 420 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:37.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:37 smithi130 bash[38112]: cluster 2024-09-11T09:08:35.821170+0000 mgr.y (mgr.54105) 420 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:39 smithi130 bash[38112]: cluster 2024-09-11T09:08:37.822269+0000 mgr.y (mgr.54105) 421 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:39.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:39 smithi120 bash[53671]: cluster 2024-09-11T09:08:37.822269+0000 mgr.y (mgr.54105) 421 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:39.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:39 smithi120 bash[59345]: cluster 2024-09-11T09:08:37.822269+0000 mgr.y (mgr.54105) 421 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:40.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:40 smithi120 bash[53671]: audit 2024-09-11T09:08:38.568167+0000 mgr.y (mgr.54105) 422 : audit [DBG] from='client.64564 -' 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-11T09:08:40.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:40 smithi120 bash[59345]: audit 2024-09-11T09:08:38.568167+0000 mgr.y (mgr.54105) 422 : audit [DBG] from='client.64564 -' 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-11T09:08:40.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:40 smithi130 bash[38112]: audit 2024-09-11T09:08:38.568167+0000 mgr.y (mgr.54105) 422 : audit [DBG] from='client.64564 -' 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-11T09:08:41.069 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:41.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:41 smithi120 bash[53671]: cluster 2024-09-11T09:08:39.823359+0000 mgr.y (mgr.54105) 423 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:41.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:41 smithi120 bash[53671]: audit 2024-09-11T09:08:41.069944+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:41.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:41 smithi120 bash[59345]: cluster 2024-09-11T09:08:39.823359+0000 mgr.y (mgr.54105) 423 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:41.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:41 smithi120 bash[59345]: audit 2024-09-11T09:08:41.069944+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:41 smithi130 bash[38112]: cluster 2024-09-11T09:08:39.823359+0000 mgr.y (mgr.54105) 423 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:41 smithi130 bash[38112]: audit 2024-09-11T09:08:41.069944+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:42.027 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:08:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:42 smithi130 bash[38112]: cephadm 2024-09-11T09:08:41.061115+0000 mgr.y (mgr.54105) 424 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:42 smithi130 bash[38112]: audit 2024-09-11T09:08:41.453817+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:42 smithi120 bash[53671]: cephadm 2024-09-11T09:08:41.061115+0000 mgr.y (mgr.54105) 424 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:42 smithi120 bash[53671]: audit 2024-09-11T09:08:41.453817+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:42 smithi120 bash[59345]: cephadm 2024-09-11T09:08:41.061115+0000 mgr.y (mgr.54105) 424 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:42 smithi120 bash[59345]: audit 2024-09-11T09:08:41.453817+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:43 smithi130 bash[38112]: cephadm 2024-09-11T09:08:41.503893+0000 mgr.y (mgr.54105) 425 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:43 smithi130 bash[38112]: cluster 2024-09-11T09:08:41.824246+0000 mgr.y (mgr.54105) 426 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:43.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:43 smithi120 bash[53671]: cephadm 2024-09-11T09:08:41.503893+0000 mgr.y (mgr.54105) 425 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:43.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:43 smithi120 bash[53671]: cluster 2024-09-11T09:08:41.824246+0000 mgr.y (mgr.54105) 426 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:43.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:43 smithi120 bash[59345]: cephadm 2024-09-11T09:08:41.503893+0000 mgr.y (mgr.54105) 425 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:08:43.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:43 smithi120 bash[59345]: cluster 2024-09-11T09:08:41.824246+0000 mgr.y (mgr.54105) 426 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:45.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:45 smithi120 bash[53671]: cluster 2024-09-11T09:08:43.825501+0000 mgr.y (mgr.54105) 427 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:45 smithi120 bash[59345]: cluster 2024-09-11T09:08:43.825501+0000 mgr.y (mgr.54105) 427 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:45.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:45 smithi130 bash[38112]: cluster 2024-09-11T09:08:43.825501+0000 mgr.y (mgr.54105) 427 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:47.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.697169+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.699514+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.700128+0000 mgr.y (mgr.54105) 428 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.700243+0000 mgr.y (mgr.54105) 429 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.711696+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.712747+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.716617+0000 mgr.y (mgr.54105) 430 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.723921+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.724180+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.727962+0000 mgr.y (mgr.54105) 431 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.734881+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.735430+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.739382+0000 mgr.y (mgr.54105) 432 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:08:47.116 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.745664+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.748405+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.752297+0000 mgr.y (mgr.54105) 433 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.761450+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.761992+0000 mon.b (mon.2) 558 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cephadm 2024-09-11T09:08:45.765514+0000 mgr.y (mgr.54105) 434 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: audit 2024-09-11T09:08:45.772161+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.117 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:46 smithi130 bash[38112]: cluster 2024-09-11T09:08:45.826376+0000 mgr.y (mgr.54105) 435 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.697169+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.699514+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:08:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.700128+0000 mgr.y (mgr.54105) 428 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:08:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.700243+0000 mgr.y (mgr.54105) 429 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:08:47.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.711696+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.712747+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.716617+0000 mgr.y (mgr.54105) 430 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.723921+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.724180+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.727962+0000 mgr.y (mgr.54105) 431 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.734881+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.735430+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.739382+0000 mgr.y (mgr.54105) 432 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.745664+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.748405+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.752297+0000 mgr.y (mgr.54105) 433 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.761450+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.761992+0000 mon.b (mon.2) 558 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cephadm 2024-09-11T09:08:45.765514+0000 mgr.y (mgr.54105) 434 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: audit 2024-09-11T09:08:45.772161+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[53671]: cluster 2024-09-11T09:08:45.826376+0000 mgr.y (mgr.54105) 435 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.697169+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.699514+0000 mon.b (mon.2) 553 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.700128+0000 mgr.y (mgr.54105) 428 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.700243+0000 mgr.y (mgr.54105) 429 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.711696+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.712747+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.716617+0000 mgr.y (mgr.54105) 430 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.723921+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.724180+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.727962+0000 mgr.y (mgr.54105) 431 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.734881+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.735430+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.739382+0000 mgr.y (mgr.54105) 432 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.745664+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.748405+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.752297+0000 mgr.y (mgr.54105) 433 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.761450+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.761992+0000 mon.b (mon.2) 558 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:47.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cephadm 2024-09-11T09:08:45.765514+0000 mgr.y (mgr.54105) 434 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:08:47.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: audit 2024-09-11T09:08:45.772161+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:47.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:46 smithi120 bash[59345]: cluster 2024-09-11T09:08:45.826376+0000 mgr.y (mgr.54105) 435 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:48.516 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:08:49.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:48 smithi120 bash[53671]: cluster 2024-09-11T09:08:47.827454+0000 mgr.y (mgr.54105) 436 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:49.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:48 smithi120 bash[59345]: cluster 2024-09-11T09:08:47.827454+0000 mgr.y (mgr.54105) 436 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:49.325 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:08:49.325 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (11m) 2m ago 37m 18.1M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:08:49.325 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (10m) 61s ago 37m 81.2M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:08:49.325 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (13m) 61s ago 42m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:08:49.325 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (23m) 2m ago 43m 439M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (8m) 2m ago 43m 110M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (9m) 61s ago 42m 76.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (7m) 2m ago 42m 62.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (12m) 2m ago 37m 11.7M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (12m) 61s ago 37m 11.8M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (5m) 2m ago 41m 47.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (5m) 2m ago 41m 47.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (4m) 2m ago 40m 45.2M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (2m) 2m ago 40m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (2m) 61s ago 39m 50.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (2m) 61s ago 39m 46.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:08:49.326 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (93s) 61s ago 38m 46.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:08:49.327 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (65s) 61s ago 38m - 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:08:49.327 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (12m) 61s ago 37m 55.8M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:08:49.327 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (35m) 2m ago 35m 56.9M - 15.2.0 204a01f9b0b6 d72597595359 2024-09-11T09:08:49.327 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (35m) 61s ago 35m 58.5M - 15.2.0 204a01f9b0b6 9cbfa6bbf666 2024-09-11T09:08:49.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:48 smithi130 bash[38112]: cluster 2024-09-11T09:08:47.827454+0000 mgr.y (mgr.54105) 436 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:49.782 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:08:49.782 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:08:49.782 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:08:49.782 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:08:49.782 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 13 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:08:49.783 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:08:50.182 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:08:50.182 INFO:teuthology.orchestra.run.smithi120.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T09:08:50.182 INFO:teuthology.orchestra.run.smithi120.stdout: "in_progress": true, 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout: "which": "Upgrading daemons in service(s) rgw.r.z", 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout: "services_complete": [], 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout: "progress": "0/2 daemons upgraded", 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout: "message": "Currently upgrading rgw daemons", 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout: "is_paused": false 2024-09-11T09:08:50.183 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:48.504357+0000 mgr.y (mgr.54105) 437 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:48.903469+0000 mgr.y (mgr.54105) 438 : audit [DBG] from='client.54633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: cephadm 2024-09-11T09:08:49.033952+0000 mgr.y (mgr.54105) 439 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi120.fpvwgw (1/2) 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.045500+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.048660+0000 mon.b (mon.2) 559 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.051720+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.052979+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.054761+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: cephadm 2024-09-11T09:08:49.056540+0000 mgr.y (mgr.54105) 440 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.296362+0000 mgr.y (mgr.54105) 441 : audit [DBG] from='client.64582 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.298533+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.299453+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.300329+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.301107+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.301850+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.302595+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.306180+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.306983+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.307825+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.308775+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.309649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:50 smithi130 bash[38112]: audit 2024-09-11T09:08:49.783275+0000 mon.a (mon.0) 808 : audit [DBG] from='client.64588 172.21.15.120:0/2572580399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:48.504357+0000 mgr.y (mgr.54105) 437 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:48.903469+0000 mgr.y (mgr.54105) 438 : audit [DBG] from='client.54633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: cephadm 2024-09-11T09:08:49.033952+0000 mgr.y (mgr.54105) 439 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi120.fpvwgw (1/2) 2024-09-11T09:08:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.045500+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.048660+0000 mon.b (mon.2) 559 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.051720+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.052979+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.054761+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: cephadm 2024-09-11T09:08:49.056540+0000 mgr.y (mgr.54105) 440 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.296362+0000 mgr.y (mgr.54105) 441 : audit [DBG] from='client.64582 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.298533+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.299453+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.300329+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.301107+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.301850+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.302595+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.306180+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:48.504357+0000 mgr.y (mgr.54105) 437 : audit [DBG] from='client.64570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:48.903469+0000 mgr.y (mgr.54105) 438 : audit [DBG] from='client.54633 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: cephadm 2024-09-11T09:08:49.033952+0000 mgr.y (mgr.54105) 439 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi120.fpvwgw (1/2) 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.045500+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.048660+0000 mon.b (mon.2) 559 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.051720+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi120.fpvwgw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.052979+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.054761+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi120.fpvwgw","key": "container_image"}]: dispatch 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: cephadm 2024-09-11T09:08:49.056540+0000 mgr.y (mgr.54105) 440 : cephadm [INF] Deploying daemon rgw.r.z.smithi120.fpvwgw on smithi120 2024-09-11T09:08:50.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.296362+0000 mgr.y (mgr.54105) 441 : audit [DBG] from='client.64582 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.298533+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.299453+0000 mon.b (mon.2) 563 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.300329+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.301107+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.301850+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.302595+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.306180+0000 mon.b (mon.2) 568 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.306983+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.307825+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.308775+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.309649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[53671]: audit 2024-09-11T09:08:49.783275+0000 mon.a (mon.0) 808 : audit [DBG] from='client.64588 172.21.15.120:0/2572580399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.306983+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.307825+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.308775+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.309649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:08:50.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:50 smithi120 bash[59345]: audit 2024-09-11T09:08:49.783275+0000 mon.a (mon.0) 808 : audit [DBG] from='client.64588 172.21.15.120:0/2572580399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:08:51.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:51 smithi130 bash[38112]: cluster 2024-09-11T09:08:49.828406+0000 mgr.y (mgr.54105) 442 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:51.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:51 smithi130 bash[38112]: audit 2024-09-11T09:08:50.183081+0000 mgr.y (mgr.54105) 443 : audit [DBG] from='client.64594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:51.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:51 smithi120 bash[53671]: cluster 2024-09-11T09:08:49.828406+0000 mgr.y (mgr.54105) 442 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:51.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:51 smithi120 bash[53671]: audit 2024-09-11T09:08:50.183081+0000 mgr.y (mgr.54105) 443 : audit [DBG] from='client.64594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:51.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:51 smithi120 bash[59345]: cluster 2024-09-11T09:08:49.828406+0000 mgr.y (mgr.54105) 442 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:51.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:51 smithi120 bash[59345]: audit 2024-09-11T09:08:50.183081+0000 mgr.y (mgr.54105) 443 : audit [DBG] from='client.64594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:08:53.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:53 smithi130 bash[38112]: cluster 2024-09-11T09:08:51.829284+0000 mgr.y (mgr.54105) 444 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:53.382 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:53 smithi120 bash[59345]: cluster 2024-09-11T09:08:51.829284+0000 mgr.y (mgr.54105) 444 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:53.382 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:53 smithi120 bash[53671]: cluster 2024-09-11T09:08:51.829284+0000 mgr.y (mgr.54105) 444 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:54 smithi130 bash[38112]: audit 2024-09-11T09:08:53.244204+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:08:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:54 smithi130 bash[38112]: audit 2024-09-11T09:08:53.252450+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:54.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:54 smithi130 bash[38112]: audit 2024-09-11T09:08:53.263319+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[53671]: audit 2024-09-11T09:08:53.244204+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[53671]: audit 2024-09-11T09:08:53.252450+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[53671]: audit 2024-09-11T09:08:53.263319+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[59345]: audit 2024-09-11T09:08:53.244204+0000 mon.b (mon.2) 573 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[59345]: audit 2024-09-11T09:08:53.252450+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:54.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:54 smithi120 bash[59345]: audit 2024-09-11T09:08:53.263319+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:55.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:55 smithi130 bash[38112]: cluster 2024-09-11T09:08:53.830541+0000 mgr.y (mgr.54105) 445 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:55.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:55 smithi120 bash[53671]: cluster 2024-09-11T09:08:53.830541+0000 mgr.y (mgr.54105) 445 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:55 smithi120 bash[59345]: cluster 2024-09-11T09:08:53.830541+0000 mgr.y (mgr.54105) 445 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:08:56.803 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: cephadm 2024-09-11T09:08:55.534221+0000 mgr.y (mgr.54105) 446 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi130.tjvaqs (2/2) 2024-09-11T09:08:56.803 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: audit 2024-09-11T09:08:55.545087+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: audit 2024-09-11T09:08:55.545528+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: audit 2024-09-11T09:08:55.548032+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: audit 2024-09-11T09:08:55.550318+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: audit 2024-09-11T09:08:55.552704+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: cephadm 2024-09-11T09:08:55.554373+0000 mgr.y (mgr.54105) 447 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:08:56.804 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:56 smithi130 bash[38112]: cluster 2024-09-11T09:08:55.831438+0000 mgr.y (mgr.54105) 448 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: cephadm 2024-09-11T09:08:55.534221+0000 mgr.y (mgr.54105) 446 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi130.tjvaqs (2/2) 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: audit 2024-09-11T09:08:55.545087+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: audit 2024-09-11T09:08:55.545528+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: audit 2024-09-11T09:08:55.548032+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: audit 2024-09-11T09:08:55.550318+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: audit 2024-09-11T09:08:55.552704+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: cephadm 2024-09-11T09:08:55.554373+0000 mgr.y (mgr.54105) 447 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:08:56.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[53671]: cluster 2024-09-11T09:08:55.831438+0000 mgr.y (mgr.54105) 448 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: cephadm 2024-09-11T09:08:55.534221+0000 mgr.y (mgr.54105) 446 : cephadm [INF] Upgrade: Updating rgw.r.z.smithi130.tjvaqs (2/2) 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: audit 2024-09-11T09:08:55.545087+0000 mon.b (mon.2) 574 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: audit 2024-09-11T09:08:55.545528+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: audit 2024-09-11T09:08:55.548032+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi130.tjvaqs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: audit 2024-09-11T09:08:55.550318+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: audit 2024-09-11T09:08:55.552704+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi130.tjvaqs","key": "container_image"}]: dispatch 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: cephadm 2024-09-11T09:08:55.554373+0000 mgr.y (mgr.54105) 447 : cephadm [INF] Deploying daemon rgw.r.z.smithi130.tjvaqs on smithi130 2024-09-11T09:08:56.932 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:56 smithi120 bash[59345]: cluster 2024-09-11T09:08:55.831438+0000 mgr.y (mgr.54105) 448 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-11T09:08:59.048 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:58 smithi130 bash[38112]: cluster 2024-09-11T09:08:57.832616+0000 mgr.y (mgr.54105) 449 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T09:08:59.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:58 smithi120 bash[53671]: cluster 2024-09-11T09:08:57.832616+0000 mgr.y (mgr.54105) 449 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T09:08:59.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:58 smithi120 bash[59345]: cluster 2024-09-11T09:08:57.832616+0000 mgr.y (mgr.54105) 449 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 170 B/s wr, 50 op/s 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[59345]: audit 2024-09-11T09:08:59.327170+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[59345]: audit 2024-09-11T09:08:59.338594+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[59345]: audit 2024-09-11T09:08:59.348769+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[59345]: audit 2024-09-11T09:08:59.350400+0000 mon.b (mon.2) 578 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[59345]: audit 2024-09-11T09:08:59.352763+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[53671]: audit 2024-09-11T09:08:59.327170+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:00.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[53671]: audit 2024-09-11T09:08:59.338594+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[53671]: audit 2024-09-11T09:08:59.348769+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[53671]: audit 2024-09-11T09:08:59.350400+0000 mon.b (mon.2) 578 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:00.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:08:59 smithi120 bash[53671]: audit 2024-09-11T09:08:59.352763+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:59 smithi130 bash[38112]: audit 2024-09-11T09:08:59.327170+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:59 smithi130 bash[38112]: audit 2024-09-11T09:08:59.338594+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:59 smithi130 bash[38112]: audit 2024-09-11T09:08:59.348769+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:59 smithi130 bash[38112]: audit 2024-09-11T09:08:59.350400+0000 mon.b (mon.2) 578 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:00.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:08:59 smithi130 bash[38112]: audit 2024-09-11T09:08:59.352763+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:01.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:01 smithi130 bash[38112]: cluster 2024-09-11T09:08:59.833668+0000 mgr.y (mgr.54105) 450 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 170 B/s wr, 78 op/s 2024-09-11T09:09:01.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:01 smithi120 bash[53671]: cluster 2024-09-11T09:08:59.833668+0000 mgr.y (mgr.54105) 450 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 170 B/s wr, 78 op/s 2024-09-11T09:09:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:01 smithi120 bash[59345]: cluster 2024-09-11T09:08:59.833668+0000 mgr.y (mgr.54105) 450 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 170 B/s wr, 78 op/s 2024-09-11T09:09:03.115 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:02 smithi130 bash[38112]: cluster 2024-09-11T09:09:01.834635+0000 mgr.y (mgr.54105) 451 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 170 B/s wr, 85 op/s 2024-09-11T09:09:03.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:02 smithi120 bash[53671]: cluster 2024-09-11T09:09:01.834635+0000 mgr.y (mgr.54105) 451 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 170 B/s wr, 85 op/s 2024-09-11T09:09:03.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:02 smithi120 bash[59345]: cluster 2024-09-11T09:09:01.834635+0000 mgr.y (mgr.54105) 451 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 170 B/s wr, 85 op/s 2024-09-11T09:09:05.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:04 smithi120 bash[53671]: cluster 2024-09-11T09:09:03.835935+0000 mgr.y (mgr.54105) 452 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 255 B/s wr, 153 op/s 2024-09-11T09:09:05.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:04 smithi120 bash[59345]: cluster 2024-09-11T09:09:03.835935+0000 mgr.y (mgr.54105) 452 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 255 B/s wr, 153 op/s 2024-09-11T09:09:05.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:04 smithi130 bash[38112]: cluster 2024-09-11T09:09:03.835935+0000 mgr.y (mgr.54105) 452 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 255 B/s wr, 153 op/s 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.084539+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.096621+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.109239+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.407427+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.418002+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.436219+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.484711+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.703663+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.716795+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.729604+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.730211+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[53671]: audit 2024-09-11T09:09:05.859728+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.084539+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.096621+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.109239+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.407427+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.418002+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.436219+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.484711+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.703663+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.716795+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.729604+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.730211+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:06.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:05 smithi120 bash[59345]: audit 2024-09-11T09:09:05.859728+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.084539+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.096621+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.109239+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.407427+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.418002+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.436219+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.484711+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.703663+0000 mon.b (mon.2) 583 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.716795+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.729604+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.730211+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:06.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:05 smithi130 bash[38112]: audit 2024-09-11T09:09:05.859728+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[53671]: cluster 2024-09-11T09:09:05.836832+0000 mgr.y (mgr.54105) 453 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 255 B/s wr, 164 op/s 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[53671]: audit 2024-09-11T09:09:06.079688+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[53671]: audit 2024-09-11T09:09:06.092598+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[53671]: audit 2024-09-11T09:09:06.106597+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[53671]: audit 2024-09-11T09:09:06.107363+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[59345]: cluster 2024-09-11T09:09:05.836832+0000 mgr.y (mgr.54105) 453 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 255 B/s wr, 164 op/s 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[59345]: audit 2024-09-11T09:09:06.079688+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[59345]: audit 2024-09-11T09:09:06.092598+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[59345]: audit 2024-09-11T09:09:06.106597+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:06 smithi120 bash[59345]: audit 2024-09-11T09:09:06.107363+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:06 smithi130 bash[38112]: cluster 2024-09-11T09:09:05.836832+0000 mgr.y (mgr.54105) 453 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 255 B/s wr, 164 op/s 2024-09-11T09:09:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:06 smithi130 bash[38112]: audit 2024-09-11T09:09:06.079688+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:06 smithi130 bash[38112]: audit 2024-09-11T09:09:06.092598+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:06 smithi130 bash[38112]: audit 2024-09-11T09:09:06.106597+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:07.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:06 smithi130 bash[38112]: audit 2024-09-11T09:09:06.107363+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-11T09:09:09.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:08 smithi120 bash[53671]: cluster 2024-09-11T09:09:07.837984+0000 mgr.y (mgr.54105) 454 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 255 B/s wr, 160 op/s 2024-09-11T09:09:09.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:08 smithi120 bash[59345]: cluster 2024-09-11T09:09:07.837984+0000 mgr.y (mgr.54105) 454 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 255 B/s wr, 160 op/s 2024-09-11T09:09:09.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:08 smithi130 bash[38112]: cluster 2024-09-11T09:09:07.837984+0000 mgr.y (mgr.54105) 454 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 255 B/s wr, 160 op/s 2024-09-11T09:09:11.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:10 smithi120 bash[53671]: cluster 2024-09-11T09:09:09.838979+0000 mgr.y (mgr.54105) 455 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 85 B/s wr, 116 op/s 2024-09-11T09:09:11.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:10 smithi120 bash[59345]: cluster 2024-09-11T09:09:09.838979+0000 mgr.y (mgr.54105) 455 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 85 B/s wr, 116 op/s 2024-09-11T09:09:11.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:10 smithi130 bash[38112]: cluster 2024-09-11T09:09:09.838979+0000 mgr.y (mgr.54105) 455 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 85 B/s wr, 116 op/s 2024-09-11T09:09:13.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:12 smithi120 bash[53671]: cluster 2024-09-11T09:09:11.839905+0000 mgr.y (mgr.54105) 456 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 88 op/s 2024-09-11T09:09:13.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:12 smithi120 bash[59345]: cluster 2024-09-11T09:09:11.839905+0000 mgr.y (mgr.54105) 456 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 88 op/s 2024-09-11T09:09:13.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:12 smithi130 bash[38112]: cluster 2024-09-11T09:09:11.839905+0000 mgr.y (mgr.54105) 456 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 88 op/s 2024-09-11T09:09:15.180 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:14 smithi120 bash[53671]: cluster 2024-09-11T09:09:13.841177+0000 mgr.y (mgr.54105) 457 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 80 op/s 2024-09-11T09:09:15.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:14 smithi120 bash[59345]: cluster 2024-09-11T09:09:13.841177+0000 mgr.y (mgr.54105) 457 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 80 op/s 2024-09-11T09:09:15.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:14 smithi130 bash[38112]: cluster 2024-09-11T09:09:13.841177+0000 mgr.y (mgr.54105) 457 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 85 B/s wr, 80 op/s 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: cluster 2024-09-11T09:09:15.841905+0000 mgr.y (mgr.54105) 458 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.674224+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.684978+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.699991+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.713989+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.724173+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.736359+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.749945+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.802403+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.808536+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.811078+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.813433+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.816341+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.819197+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.821854+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.836857+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.837499+0000 mon.b (mon.2) 597 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.840294+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.847650+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: cluster 2024-09-11T09:09:15.841905+0000 mgr.y (mgr.54105) 458 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.674224+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.684978+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.699991+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.713989+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.724173+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.736359+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.749945+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.802403+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.808536+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.811078+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.813433+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.816341+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.819197+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.821854+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.836857+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.837499+0000 mon.b (mon.2) 597 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.840294+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.184 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.847650+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.847932+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]': finished 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.850419+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.860587+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]': finished 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.861096+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.874947+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.875428+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.878025+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.893256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.893764+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.908243+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.910233+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.912927+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[59345]: audit 2024-09-11T09:09:16.915840+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.847932+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]': finished 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.850419+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.860587+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]': finished 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.861096+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.874947+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.875428+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.878025+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.893256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.893764+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.908243+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.910233+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.912927+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:16 smithi120 bash[53671]: audit 2024-09-11T09:09:16.915840+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: cluster 2024-09-11T09:09:15.841905+0000 mgr.y (mgr.54105) 458 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.674224+0000 mon.b (mon.2) 588 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.684978+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.699991+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.713989+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.724173+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.736359+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.749945+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.802403+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.808536+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.811078+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.813433+0000 mon.b (mon.2) 593 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.816341+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.819197+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.821854+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.836857+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.837499+0000 mon.b (mon.2) 597 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.840294+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.847650+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.847932+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi120.fpvwgw"}]': finished 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.850419+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]: dispatch 2024-09-11T09:09:17.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.860587+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.r.z.smithi130.tjvaqs"}]': finished 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.861096+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.874947+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.875428+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.878025+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.893256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.893764+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.908243+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.910233+0000 mon.b (mon.2) 603 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.912927+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:17.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:16 smithi130 bash[38112]: audit 2024-09-11T09:09:16.915840+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:16.825599+0000 mgr.y (mgr.54105) 459 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:16.865137+0000 mgr.y (mgr.54105) 460 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:18.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:16.882094+0000 mgr.y (mgr.54105) 461 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:16.897911+0000 mgr.y (mgr.54105) 462 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.918743+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.930779+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.933266+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:16.936662+0000 mgr.y (mgr.54105) 463 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.936849+0000 mon.b (mon.2) 609 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.939533+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.945109+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.945374+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.948021+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.954396+0000 mon.b (mon.2) 611 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.954523+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.957357+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.964139+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.964707+0000 mon.b (mon.2) 612 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.967523+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:16.825599+0000 mgr.y (mgr.54105) 459 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:16.865137+0000 mgr.y (mgr.54105) 460 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:16.882094+0000 mgr.y (mgr.54105) 461 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:16.897911+0000 mgr.y (mgr.54105) 462 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.918743+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.930779+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.933266+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:16.936662+0000 mgr.y (mgr.54105) 463 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.936849+0000 mon.b (mon.2) 609 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.939533+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.945109+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.945374+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.948021+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.954396+0000 mon.b (mon.2) 611 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.954523+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.957357+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.964139+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.964707+0000 mon.b (mon.2) 612 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.184 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.967523+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.973768+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.975197+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.978133+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.983785+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.985817+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.989689+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.999449+0000 mon.b (mon.2) 615 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:16.999818+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:18.185 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.002387+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.010635+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.011688+0000 mon.b (mon.2) 616 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.014154+0000 mon.b (mon.2) 617 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.014607+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.017052+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.025220+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.025273+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.028188+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.973768+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.975197+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.186 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.978133+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.983785+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.985817+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.989689+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.999449+0000 mon.b (mon.2) 615 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:16.999818+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.002387+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.187 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.010635+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.011688+0000 mon.b (mon.2) 616 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.014154+0000 mon.b (mon.2) 617 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.014607+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.017052+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.025220+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.025273+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.028188+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.188 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.037242+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.037708+0000 mon.b (mon.2) 619 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.040349+0000 mon.b (mon.2) 620 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.040763+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.043266+0000 mon.b (mon.2) 621 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.043286+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.046125+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.046316+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.048757+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.049015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.051388+0000 mon.b (mon.2) 624 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.051551+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.053776+0000 mon.b (mon.2) 625 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.054209+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.189 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.056624+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.064610+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.065652+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:17.067077+0000 mgr.y (mgr.54105) 464 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.068584+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.075745+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: cephadm 2024-09-11T09:09:17.082197+0000 mgr.y (mgr.54105) 465 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.874571+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.889031+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[59345]: audit 2024-09-11T09:09:17.899679+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.190 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.037242+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.037708+0000 mon.b (mon.2) 619 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.040349+0000 mon.b (mon.2) 620 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.040763+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.043266+0000 mon.b (mon.2) 621 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.043286+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.046125+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.046316+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.048757+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.049015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.051388+0000 mon.b (mon.2) 624 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.051551+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.053776+0000 mon.b (mon.2) 625 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.191 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.054209+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.056624+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.064610+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.065652+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:17.067077+0000 mgr.y (mgr.54105) 464 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.068584+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.075745+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: cephadm 2024-09-11T09:09:17.082197+0000 mgr.y (mgr.54105) 465 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.874571+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.889031+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.192 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:17 smithi120 bash[53671]: audit 2024-09-11T09:09:17.899679+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:16.825599+0000 mgr.y (mgr.54105) 459 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:18.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:16.865137+0000 mgr.y (mgr.54105) 460 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:16.882094+0000 mgr.y (mgr.54105) 461 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:16.897911+0000 mgr.y (mgr.54105) 462 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.918743+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.930779+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.933266+0000 mon.b (mon.2) 608 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:16.936662+0000 mgr.y (mgr.54105) 463 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.936849+0000 mon.b (mon.2) 609 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.939533+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.945109+0000 mon.b (mon.2) 610 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.945374+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.948021+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.954396+0000 mon.b (mon.2) 611 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.954523+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:18.366 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.957357+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.964139+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.964707+0000 mon.b (mon.2) 612 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.967523+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.973768+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.975197+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.978133+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.983785+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.985817+0000 mon.b (mon.2) 614 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.989689+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.999449+0000 mon.b (mon.2) 615 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:16.999818+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.002387+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.010635+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:18.367 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.011688+0000 mon.b (mon.2) 616 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.014154+0000 mon.b (mon.2) 617 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.014607+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.017052+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.025220+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.025273+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.028188+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.037242+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:18.368 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.037708+0000 mon.b (mon.2) 619 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.040349+0000 mon.b (mon.2) 620 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.040763+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.043266+0000 mon.b (mon.2) 621 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.043286+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.046125+0000 mon.b (mon.2) 622 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.046316+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.048757+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.049015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.051388+0000 mon.b (mon.2) 624 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.051551+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.053776+0000 mon.b (mon.2) 625 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.054209+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:18.369 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.056624+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.064610+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.065652+0000 mon.b (mon.2) 626 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:17.067077+0000 mgr.y (mgr.54105) 464 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.068584+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.075745+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: cephadm 2024-09-11T09:09:17.082197+0000 mgr.y (mgr.54105) 465 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.874571+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.889031+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:18.370 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:17 smithi130 bash[38112]: audit 2024-09-11T09:09:17.899679+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:18 smithi130 bash[38112]: cluster 2024-09-11T09:09:17.843440+0000 mgr.y (mgr.54105) 466 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-11T09:09:19.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:18 smithi130 bash[38112]: audit 2024-09-11T09:09:17.977616+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:18 smithi120 bash[53671]: cluster 2024-09-11T09:09:17.843440+0000 mgr.y (mgr.54105) 466 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-11T09:09:19.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:18 smithi120 bash[53671]: audit 2024-09-11T09:09:17.977616+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:18 smithi120 bash[59345]: cluster 2024-09-11T09:09:17.843440+0000 mgr.y (mgr.54105) 466 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-11T09:09:19.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:18 smithi120 bash[59345]: audit 2024-09-11T09:09:17.977616+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:20.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:20 smithi130 bash[38112]: audit 2024-09-11T09:09:19.106429+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:20.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:20 smithi120 bash[59345]: audit 2024-09-11T09:09:19.106429+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:20.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:20 smithi120 bash[53671]: audit 2024-09-11T09:09:19.106429+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:21.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:21 smithi130 bash[38112]: cluster 2024-09-11T09:09:19.844539+0000 mgr.y (mgr.54105) 467 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T09:09:21.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:21 smithi120 bash[53671]: cluster 2024-09-11T09:09:19.844539+0000 mgr.y (mgr.54105) 467 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T09:09:21.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:21 smithi120 bash[59345]: cluster 2024-09-11T09:09:19.844539+0000 mgr.y (mgr.54105) 467 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-11T09:09:21.527 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:09:22.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:22 smithi120 bash[53671]: audit 2024-09-11T09:09:20.593630+0000 mgr.y (mgr.54105) 468 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:22.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:22 smithi120 bash[59345]: audit 2024-09-11T09:09:20.593630+0000 mgr.y (mgr.54105) 468 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:22.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:22 smithi130 bash[38112]: audit 2024-09-11T09:09:20.593630+0000 mgr.y (mgr.54105) 468 : audit [DBG] from='client.64687 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:23.351 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:23 smithi120 bash[53671]: cluster 2024-09-11T09:09:21.845479+0000 mgr.y (mgr.54105) 469 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:23.351 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:23 smithi120 bash[59345]: cluster 2024-09-11T09:09:21.845479+0000 mgr.y (mgr.54105) 469 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:23 smithi130 bash[38112]: cluster 2024-09-11T09:09:21.845479+0000 mgr.y (mgr.54105) 469 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:25.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:25 smithi120 bash[53671]: cluster 2024-09-11T09:09:23.846788+0000 mgr.y (mgr.54105) 470 : cluster [DBG] pgmap v309: 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-11T09:09:25.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:25 smithi120 bash[59345]: cluster 2024-09-11T09:09:23.846788+0000 mgr.y (mgr.54105) 470 : cluster [DBG] pgmap v309: 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-11T09:09:25.522 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:09:25.522 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (12m) 20s ago 38m 18.5M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (11m) 20s ago 37m 84.0M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (14m) 20s ago 42m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (23m) 20s ago 44m 443M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (9m) 20s ago 44m 156M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (10m) 20s ago 43m 79.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (8m) 20s ago 43m 72.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (13m) 20s ago 38m 11.9M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (13m) 20s ago 38m 12.0M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (6m) 20s ago 42m 55.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (5m) 20s ago 41m 53.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (4m) 20s ago 41m 50.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (3m) 20s ago 40m 52.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (3m) 20s ago 40m 55.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:09:25.523 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (2m) 20s ago 40m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:09:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (2m) 20s ago 39m 49.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:09:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (101s) 20s ago 39m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:09:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (12m) 20s ago 38m 56.0M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:09:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (32s) 20s ago 36m 83.7M - 17.2.7-1623-gd0e6828a 4a918172a497 9bc67bd10f85 2024-09-11T09:09:25.524 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (26s) 20s ago 36m 83.6M - 17.2.7-1623-gd0e6828a 4a918172a497 21ff52287cc9 2024-09-11T09:09:25.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:25 smithi130 bash[38112]: cluster 2024-09-11T09:09:23.846788+0000 mgr.y (mgr.54105) 470 : cluster [DBG] pgmap v309: 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-11T09:09:26.347 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-11T09:09:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.496823+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.498130+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.499303+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.500228+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.501130+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.502018+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.506558+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.507443+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.508492+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.509363+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.433 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[53671]: audit 2024-09-11T09:09:25.510153+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.496823+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.433 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.498130+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.499303+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.500228+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.501130+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.502018+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.506558+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.434 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.507443+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.508492+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.509363+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:26 smithi120 bash[59345]: audit 2024-09-11T09:09:25.510153+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.496823+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.498130+0000 mon.b (mon.2) 628 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.499303+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.500228+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.501130+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.502018+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.506558+0000 mon.b (mon.2) 633 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.507443+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.508492+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.509363+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:26.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:26 smithi130 bash[38112]: audit 2024-09-11T09:09:25.510153+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:27.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:27 smithi120 bash[53671]: audit 2024-09-11T09:09:25.493413+0000 mgr.y (mgr.54105) 471 : audit [DBG] from='client.54750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:27 smithi120 bash[53671]: cluster 2024-09-11T09:09:25.847689+0000 mgr.y (mgr.54105) 472 : cluster [DBG] pgmap v310: 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-11T09:09:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:27 smithi120 bash[59345]: audit 2024-09-11T09:09:25.493413+0000 mgr.y (mgr.54105) 471 : audit [DBG] from='client.54750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:27 smithi120 bash[59345]: cluster 2024-09-11T09:09:25.847689+0000 mgr.y (mgr.54105) 472 : cluster [DBG] pgmap v310: 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-11T09:09:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:27 smithi130 bash[38112]: audit 2024-09-11T09:09:25.493413+0000 mgr.y (mgr.54105) 471 : audit [DBG] from='client.54750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:27.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:27 smithi130 bash[38112]: cluster 2024-09-11T09:09:25.847689+0000 mgr.y (mgr.54105) 472 : cluster [DBG] pgmap v310: 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-11T09:09:29.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:29 smithi120 bash[53671]: cluster 2024-09-11T09:09:27.848913+0000 mgr.y (mgr.54105) 473 : cluster [DBG] pgmap v311: 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-11T09:09:29.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:29 smithi120 bash[59345]: cluster 2024-09-11T09:09:27.848913+0000 mgr.y (mgr.54105) 473 : cluster [DBG] pgmap v311: 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-11T09:09:29.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:29 smithi130 bash[38112]: cluster 2024-09-11T09:09:27.848913+0000 mgr.y (mgr.54105) 473 : cluster [DBG] pgmap v311: 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-11T09:09:30.628 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:09:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:31 smithi120 bash[53671]: cluster 2024-09-11T09:09:29.849919+0000 mgr.y (mgr.54105) 474 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:31.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:31 smithi120 bash[53671]: audit 2024-09-11T09:09:30.616156+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64699 172.21.15.120:0/329814991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:31 smithi120 bash[59345]: cluster 2024-09-11T09:09:29.849919+0000 mgr.y (mgr.54105) 474 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:31.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:31 smithi120 bash[59345]: audit 2024-09-11T09:09:30.616156+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64699 172.21.15.120:0/329814991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:31.472 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.rgw | keys'"'"' | grep $sha1' 2024-09-11T09:09:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:31 smithi130 bash[38112]: cluster 2024-09-11T09:09:29.849919+0000 mgr.y (mgr.54105) 474 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-09-11T09:09:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:31 smithi130 bash[38112]: audit 2024-09-11T09:09:30.616156+0000 mon.c (mon.1) 17 : audit [DBG] from='client.64699 172.21.15.120:0/329814991' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:33.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:33 smithi120 bash[53671]: cluster 2024-09-11T09:09:31.850930+0000 mgr.y (mgr.54105) 475 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 1 op/s 2024-09-11T09:09:33.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:33 smithi120 bash[59345]: cluster 2024-09-11T09:09:31.850930+0000 mgr.y (mgr.54105) 475 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 1 op/s 2024-09-11T09:09:33.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:33 smithi130 bash[38112]: cluster 2024-09-11T09:09:31.850930+0000 mgr.y (mgr.54105) 475 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 170 B/s wr, 1 op/s 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.683372+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.684066+0000 mon.b (mon.2) 639 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.684703+0000 mon.b (mon.2) 640 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.685583+0000 mon.b (mon.2) 641 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.686603+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.687857+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.689087+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[53671]: audit 2024-09-11T09:09:33.689788+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.683372+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.684066+0000 mon.b (mon.2) 639 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.684703+0000 mon.b (mon.2) 640 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.685583+0000 mon.b (mon.2) 641 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.686603+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.687857+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.689087+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.432 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:34 smithi120 bash[59345]: audit 2024-09-11T09:09:33.689788+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.683372+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.684066+0000 mon.b (mon.2) 639 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.684703+0000 mon.b (mon.2) 640 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.685583+0000 mon.b (mon.2) 641 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.686603+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-11T09:09:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.687857+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.689087+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:09:34.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:34 smithi130 bash[38112]: audit 2024-09-11T09:09:33.689788+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T09:09:35.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:35 smithi120 bash[53671]: cluster 2024-09-11T09:09:33.852297+0000 mgr.y (mgr.54105) 476 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-09-11T09:09:35.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:35 smithi120 bash[59345]: cluster 2024-09-11T09:09:33.852297+0000 mgr.y (mgr.54105) 476 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-09-11T09:09:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:35 smithi130 bash[38112]: cluster 2024-09-11T09:09:33.852297+0000 mgr.y (mgr.54105) 476 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-09-11T09:09:35.656 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T09:09:36.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:36 smithi120 bash[53671]: audit 2024-09-11T09:09:35.643857+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54762 172.21.15.120:0/3243370683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:36.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:36 smithi120 bash[59345]: audit 2024-09-11T09:09:35.643857+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54762 172.21.15.120:0/3243370683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:36.502 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T09:09:36.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:36 smithi130 bash[38112]: audit 2024-09-11T09:09:35.643857+0000 mon.c (mon.1) 18 : audit [DBG] from='client.54762 172.21.15.120:0/3243370683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:37.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:37 smithi130 bash[38112]: cluster 2024-09-11T09:09:35.853153+0000 mgr.y (mgr.54105) 477 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:37.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:37 smithi120 bash[53671]: cluster 2024-09-11T09:09:35.853153+0000 mgr.y (mgr.54105) 477 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:37 smithi120 bash[59345]: cluster 2024-09-11T09:09:35.853153+0000 mgr.y (mgr.54105) 477 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:39.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:39 smithi120 bash[53671]: cluster 2024-09-11T09:09:37.854212+0000 mgr.y (mgr.54105) 478 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:39.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:39 smithi120 bash[59345]: cluster 2024-09-11T09:09:37.854212+0000 mgr.y (mgr.54105) 478 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:39 smithi130 bash[38112]: cluster 2024-09-11T09:09:37.854212+0000 mgr.y (mgr.54105) 478 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:40.720 INFO:teuthology.orchestra.run.smithi120.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:41.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[53671]: cluster 2024-09-11T09:09:39.855245+0000 mgr.y (mgr.54105) 479 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:41.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[53671]: audit 2024-09-11T09:09:40.720772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[53671]: audit 2024-09-11T09:09:40.731640+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[59345]: cluster 2024-09-11T09:09:39.855245+0000 mgr.y (mgr.54105) 479 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[59345]: audit 2024-09-11T09:09:40.720772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:41 smithi120 bash[59345]: audit 2024-09-11T09:09:40.731640+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:41 smithi130 bash[38112]: cluster 2024-09-11T09:09:39.855245+0000 mgr.y (mgr.54105) 479 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:41 smithi130 bash[38112]: audit 2024-09-11T09:09:40.720772+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:41 smithi130 bash[38112]: audit 2024-09-11T09:09:40.731640+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:41.879 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T09:09:41.889 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T09:09:41.889 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-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-11T09:09:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:42 smithi130 bash[38112]: audit 2024-09-11T09:09:40.711353+0000 mgr.y (mgr.54105) 480 : audit [DBG] from='client.54768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:42 smithi130 bash[38112]: cephadm 2024-09-11T09:09:40.712365+0000 mgr.y (mgr.54105) 481 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:42.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:42 smithi130 bash[38112]: cephadm 2024-09-11T09:09:40.779149+0000 mgr.y (mgr.54105) 482 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[53671]: audit 2024-09-11T09:09:40.711353+0000 mgr.y (mgr.54105) 480 : audit [DBG] from='client.54768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[53671]: cephadm 2024-09-11T09:09:40.712365+0000 mgr.y (mgr.54105) 481 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[53671]: cephadm 2024-09-11T09:09:40.779149+0000 mgr.y (mgr.54105) 482 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[59345]: audit 2024-09-11T09:09:40.711353+0000 mgr.y (mgr.54105) 480 : audit [DBG] from='client.54768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[59345]: cephadm 2024-09-11T09:09:40.712365+0000 mgr.y (mgr.54105) 481 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:42.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:42 smithi120 bash[59345]: cephadm 2024-09-11T09:09:40.779149+0000 mgr.y (mgr.54105) 482 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T09:09:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:43 smithi130 bash[38112]: cluster 2024-09-11T09:09:41.856205+0000 mgr.y (mgr.54105) 483 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:43.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:43 smithi120 bash[53671]: cluster 2024-09-11T09:09:41.856205+0000 mgr.y (mgr.54105) 483 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:43.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:43 smithi120 bash[59345]: cluster 2024-09-11T09:09:41.856205+0000 mgr.y (mgr.54105) 483 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:45 smithi120 bash[53671]: cluster 2024-09-11T09:09:43.857211+0000 mgr.y (mgr.54105) 484 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:45 smithi120 bash[59345]: cluster 2024-09-11T09:09:43.857211+0000 mgr.y (mgr.54105) 484 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:45.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:45 smithi130 bash[38112]: cluster 2024-09-11T09:09:43.857211+0000 mgr.y (mgr.54105) 484 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.425048+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.426108+0000 mgr.y (mgr.54105) 485 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:09:46.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.426270+0000 mgr.y (mgr.54105) 486 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.426624+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.438550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.440671+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.444504+0000 mgr.y (mgr.54105) 487 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.452288+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.454098+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.457635+0000 mgr.y (mgr.54105) 488 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.467289+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.467842+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.471736+0000 mgr.y (mgr.54105) 489 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.479024+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.481697+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.485376+0000 mgr.y (mgr.54105) 490 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.503377+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.506843+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.510606+0000 mgr.y (mgr.54105) 491 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.520467+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.521591+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.525457+0000 mgr.y (mgr.54105) 492 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.532507+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.425048+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.426108+0000 mgr.y (mgr.54105) 485 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.426270+0000 mgr.y (mgr.54105) 486 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:09:46.683 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.426624+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.438550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.440671+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.444504+0000 mgr.y (mgr.54105) 487 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.452288+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.454098+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.457635+0000 mgr.y (mgr.54105) 488 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.467289+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.467842+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.471736+0000 mgr.y (mgr.54105) 489 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.479024+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.481697+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.684 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.485376+0000 mgr.y (mgr.54105) 490 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.503377+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.506843+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.510606+0000 mgr.y (mgr.54105) 491 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.520467+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.521591+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.525457+0000 mgr.y (mgr.54105) 492 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.532507+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.685 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.534647+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.538380+0000 mgr.y (mgr.54105) 493 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.547105+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.547955+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.551610+0000 mgr.y (mgr.54105) 494 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.553594+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.557478+0000 mgr.y (mgr.54105) 495 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.566329+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.567117+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.570656+0000 mgr.y (mgr.54105) 496 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.579248+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.582020+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.686 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.585269+0000 mgr.y (mgr.54105) 497 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.587369+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.590636+0000 mgr.y (mgr.54105) 498 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.593211+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.596635+0000 mgr.y (mgr.54105) 499 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.599087+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.602726+0000 mgr.y (mgr.54105) 500 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.605083+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.608931+0000 mgr.y (mgr.54105) 501 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.611178+0000 mon.b (mon.2) 658 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.687 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.534647+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.538380+0000 mgr.y (mgr.54105) 493 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.547105+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.547955+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.551610+0000 mgr.y (mgr.54105) 494 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.553594+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.557478+0000 mgr.y (mgr.54105) 495 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.566329+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.567117+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.570656+0000 mgr.y (mgr.54105) 496 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.579248+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.688 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.582020+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.585269+0000 mgr.y (mgr.54105) 497 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.587369+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.590636+0000 mgr.y (mgr.54105) 498 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.593211+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.596635+0000 mgr.y (mgr.54105) 499 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.599087+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.602726+0000 mgr.y (mgr.54105) 500 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.605083+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.608931+0000 mgr.y (mgr.54105) 501 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:09:46.689 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.611178+0000 mon.b (mon.2) 658 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.615099+0000 mgr.y (mgr.54105) 502 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.618558+0000 mgr.y (mgr.54105) 503 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.619724+0000 mon.b (mon.2) 659 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.622582+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.631865+0000 mon.b (mon.2) 660 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.631947+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.635123+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.644569+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.644659+0000 mon.b (mon.2) 661 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.647799+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.690 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.655616+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.657360+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.660305+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.666639+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.668086+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.671095+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.677443+0000 mon.b (mon.2) 664 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.677712+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.615099+0000 mgr.y (mgr.54105) 502 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.618558+0000 mgr.y (mgr.54105) 503 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:46.691 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.619724+0000 mon.b (mon.2) 659 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.622582+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.631865+0000 mon.b (mon.2) 660 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.631947+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.635123+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.644569+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.644659+0000 mon.b (mon.2) 661 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.647799+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.655616+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.657360+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.660305+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.666639+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.668086+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.692 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.671095+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.677443+0000 mon.b (mon.2) 664 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.677712+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.680682+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.687507+0000 mon.b (mon.2) 665 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.687541+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.690594+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.695834+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.695999+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.698825+0000 mon.b (mon.2) 667 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.698931+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.693 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.701981+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.708645+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.708818+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.712408+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.719197+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.720085+0000 mon.b (mon.2) 669 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.723490+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.723539+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.726436+0000 mon.b (mon.2) 671 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.694 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.680682+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.687507+0000 mon.b (mon.2) 665 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.687541+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.690594+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.695834+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.695999+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.698825+0000 mon.b (mon.2) 667 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.698931+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.701981+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.708645+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.708818+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.712408+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.719197+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.720085+0000 mon.b (mon.2) 669 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.695 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.723490+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.723539+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.726436+0000 mon.b (mon.2) 671 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.726559+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.729684+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.730335+0000 mon.b (mon.2) 672 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.733450+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.733460+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.736921+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.736921+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.739817+0000 mon.b (mon.2) 675 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.696 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.740000+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.742729+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.750302+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.750694+0000 mon.b (mon.2) 676 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cephadm 2024-09-11T09:09:45.751915+0000 mgr.y (mgr.54105) 504 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.753619+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.760201+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: audit 2024-09-11T09:09:45.768915+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[53671]: cluster 2024-09-11T09:09:45.858019+0000 mgr.y (mgr.54105) 505 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.726559+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.729684+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.697 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.730335+0000 mon.b (mon.2) 672 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.733450+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.733460+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.736921+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.736921+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.739817+0000 mon.b (mon.2) 675 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.740000+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.742729+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.750302+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.750694+0000 mon.b (mon.2) 676 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cephadm 2024-09-11T09:09:45.751915+0000 mgr.y (mgr.54105) 504 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.753619+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.760201+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: audit 2024-09-11T09:09:45.768915+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.698 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:46 smithi120 bash[59345]: cluster 2024-09-11T09:09:45.858019+0000 mgr.y (mgr.54105) 505 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.425048+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.426108+0000 mgr.y (mgr.54105) 485 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (quincy) 2024-09-11T09:09:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.426270+0000 mgr.y (mgr.54105) 486 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T09:09:46.865 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.426624+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.438550+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.440671+0000 mon.b (mon.2) 643 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.444504+0000 mgr.y (mgr.54105) 487 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.452288+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.454098+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.457635+0000 mgr.y (mgr.54105) 488 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.467289+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.467842+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.471736+0000 mgr.y (mgr.54105) 489 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.479024+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.481697+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.485376+0000 mgr.y (mgr.54105) 490 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-09-11T09:09:46.866 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.503377+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.506843+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.510606+0000 mgr.y (mgr.54105) 491 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.520467+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.521591+0000 mon.b (mon.2) 648 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.525457+0000 mgr.y (mgr.54105) 492 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.532507+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.534647+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.538380+0000 mgr.y (mgr.54105) 493 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.547105+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.547955+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.551610+0000 mgr.y (mgr.54105) 494 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.553594+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.867 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.557478+0000 mgr.y (mgr.54105) 495 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.566329+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.567117+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.570656+0000 mgr.y (mgr.54105) 496 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.579248+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.582020+0000 mon.b (mon.2) 653 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.585269+0000 mgr.y (mgr.54105) 497 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.587369+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.590636+0000 mgr.y (mgr.54105) 498 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.593211+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.596635+0000 mgr.y (mgr.54105) 499 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.599087+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.602726+0000 mgr.y (mgr.54105) 500 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.605083+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.868 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.608931+0000 mgr.y (mgr.54105) 501 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-11T09:09:46.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.611178+0000 mon.b (mon.2) 658 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:46.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.615099+0000 mgr.y (mgr.54105) 502 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-11T09:09:46.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.618558+0000 mgr.y (mgr.54105) 503 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-11T09:09:46.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.619724+0000 mon.b (mon.2) 659 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.869 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.622582+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.631865+0000 mon.b (mon.2) 660 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.631947+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.635123+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.644569+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.644659+0000 mon.b (mon.2) 661 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.647799+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.655616+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.657360+0000 mon.b (mon.2) 662 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.660305+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.666639+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.668086+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.671095+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.677443+0000 mon.b (mon.2) 664 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.870 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.677712+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.680682+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.687507+0000 mon.b (mon.2) 665 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.687541+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.690594+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.695834+0000 mon.b (mon.2) 666 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.695999+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.698825+0000 mon.b (mon.2) 667 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.698931+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.701981+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.708645+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.708818+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.712408+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-11T09:09:46.871 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.719197+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.720085+0000 mon.b (mon.2) 669 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.723490+0000 mon.b (mon.2) 670 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.723539+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.726436+0000 mon.b (mon.2) 671 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.726559+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.729684+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.730335+0000 mon.b (mon.2) 672 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.733450+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.733460+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.736921+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.736921+0000 mon.b (mon.2) 674 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.739817+0000 mon.b (mon.2) 675 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.872 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.740000+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.742729+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.750302+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.750694+0000 mon.b (mon.2) 676 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cephadm 2024-09-11T09:09:45.751915+0000 mgr.y (mgr.54105) 504 : cephadm [INF] Upgrade: Complete! 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.753619+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.760201+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: audit 2024-09-11T09:09:45.768915+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:46.873 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:46 smithi130 bash[38112]: cluster 2024-09-11T09:09:45.858019+0000 mgr.y (mgr.54105) 505 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:47.906 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:09:48.104 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:47 smithi120 bash[53671]: audit 2024-09-11T09:09:46.957201+0000 mgr.y (mgr.54105) 506 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:48.104 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:47 smithi120 bash[59345]: audit 2024-09-11T09:09:46.957201+0000 mgr.y (mgr.54105) 506 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:48.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:47 smithi130 bash[38112]: audit 2024-09-11T09:09:46.957201+0000 mgr.y (mgr.54105) 506 : audit [DBG] from='client.64717 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:49.114 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:48 smithi130 bash[38112]: cluster 2024-09-11T09:09:47.859123+0000 mgr.y (mgr.54105) 507 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:49.180 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:48 smithi120 bash[59345]: cluster 2024-09-11T09:09:47.859123+0000 mgr.y (mgr.54105) 507 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:49.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:48 smithi120 bash[53671]: cluster 2024-09-11T09:09:47.859123+0000 mgr.y (mgr.54105) 507 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:50.430 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:50 smithi120 bash[59345]: audit 2024-09-11T09:09:49.123523+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:50.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:50 smithi120 bash[53671]: audit 2024-09-11T09:09:49.123523+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:50.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:50 smithi130 bash[38112]: audit 2024-09-11T09:09:49.123523+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:09:51.425 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:51 smithi120 bash[53671]: cluster 2024-09-11T09:09:49.860152+0000 mgr.y (mgr.54105) 508 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:51.425 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:51 smithi120 bash[59345]: cluster 2024-09-11T09:09:49.860152+0000 mgr.y (mgr.54105) 508 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:51 smithi130 bash[38112]: cluster 2024-09-11T09:09:49.860152+0000 mgr.y (mgr.54105) 508 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:51.845 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (12m) 46s ago 38m 18.5M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (11m) 46s ago 38m 84.0M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (14m) 46s ago 43m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (24m) 46s ago 44m 443M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (9m) 46s ago 44m 156M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (10m) 46s ago 43m 79.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (8m) 46s ago 43m 72.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (13m) 46s ago 38m 11.9M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (13m) 46s ago 38m 12.0M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (6m) 46s ago 42m 55.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (6m) 46s ago 42m 53.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:09:51.846 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (5m) 46s ago 41m 50.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (4m) 46s ago 41m 52.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (3m) 46s ago 40m 55.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (3m) 46s ago 40m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (2m) 46s ago 40m 49.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (2m) 46s ago 39m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (13m) 46s ago 38m 56.0M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (58s) 46s ago 36m 83.7M - 17.2.7-1623-gd0e6828a 4a918172a497 9bc67bd10f85 2024-09-11T09:09:51.847 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (52s) 46s ago 36m 83.6M - 17.2.7-1623-gd0e6828a 4a918172a497 21ff52287cc9 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.820027+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.821062+0000 mon.b (mon.2) 678 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.822022+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.822977+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.823896+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.824793+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.829946+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.830885+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.831950+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.832726+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[53671]: audit 2024-09-11T09:09:51.833495+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.820027+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.821062+0000 mon.b (mon.2) 678 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.822022+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.822977+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.823896+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.824793+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.829946+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.830885+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.831950+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.832726+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.183 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:52 smithi120 bash[59345]: audit 2024-09-11T09:09:51.833495+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.820027+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.821062+0000 mon.b (mon.2) 678 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.822022+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.822977+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.823896+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.824793+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.829946+0000 mon.b (mon.2) 683 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:09:52.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.830885+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.831950+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.832726+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.616 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:52 smithi130 bash[38112]: audit 2024-09-11T09:09:51.833495+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:09:52.817 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T09:09:53.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:53 smithi120 bash[53671]: audit 2024-09-11T09:09:51.816795+0000 mgr.y (mgr.54105) 509 : audit [DBG] from='client.54780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:53.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:53 smithi120 bash[53671]: cluster 2024-09-11T09:09:51.860987+0000 mgr.y (mgr.54105) 510 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:53.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:53 smithi120 bash[59345]: audit 2024-09-11T09:09:51.816795+0000 mgr.y (mgr.54105) 509 : audit [DBG] from='client.54780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:53.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:53 smithi120 bash[59345]: cluster 2024-09-11T09:09:51.860987+0000 mgr.y (mgr.54105) 510 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:53.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:53 smithi130 bash[38112]: audit 2024-09-11T09:09:51.816795+0000 mgr.y (mgr.54105) 509 : audit [DBG] from='client.54780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:09:53.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:53 smithi130 bash[38112]: cluster 2024-09-11T09:09:51.860987+0000 mgr.y (mgr.54105) 510 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:55.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:55 smithi120 bash[53671]: cluster 2024-09-11T09:09:53.862312+0000 mgr.y (mgr.54105) 511 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:55.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:55 smithi120 bash[59345]: cluster 2024-09-11T09:09:53.862312+0000 mgr.y (mgr.54105) 511 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:55.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:55 smithi130 bash[38112]: cluster 2024-09-11T09:09:53.862312+0000 mgr.y (mgr.54105) 511 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:09:56.935 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:09:56.936 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:09:57.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:57 smithi120 bash[53671]: cluster 2024-09-11T09:09:55.863294+0000 mgr.y (mgr.54105) 512 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:57.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:57 smithi120 bash[53671]: audit 2024-09-11T09:09:56.935785+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54786 172.21.15.120:0/2315273260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:57.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:57 smithi120 bash[59345]: cluster 2024-09-11T09:09:55.863294+0000 mgr.y (mgr.54105) 512 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:57.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:57 smithi120 bash[59345]: audit 2024-09-11T09:09:56.935785+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54786 172.21.15.120:0/2315273260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:57.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:57 smithi130 bash[38112]: cluster 2024-09-11T09:09:55.863294+0000 mgr.y (mgr.54105) 512 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:57.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:57 smithi130 bash[38112]: audit 2024-09-11T09:09:56.935785+0000 mon.c (mon.1) 19 : audit [DBG] from='client.54786 172.21.15.120:0/2315273260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:09:57.804 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-11T09:09:59.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:09:59 smithi120 bash[53671]: cluster 2024-09-11T09:09:57.864423+0000 mgr.y (mgr.54105) 513 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:59.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:09:59 smithi120 bash[59345]: cluster 2024-09-11T09:09:57.864423+0000 mgr.y (mgr.54105) 513 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:09:59.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:09:59 smithi130 bash[38112]: cluster 2024-09-11T09:09:57.864423+0000 mgr.y (mgr.54105) 513 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:00.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:00 smithi120 bash[53671]: cluster 2024-09-11T09:10:00.000151+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-09-11T09:10:00.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:00 smithi120 bash[59345]: cluster 2024-09-11T09:10:00.000151+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-09-11T09:10:00.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:00 smithi130 bash[38112]: cluster 2024-09-11T09:10:00.000151+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-09-11T09:10:01.354 INFO:teuthology.orchestra.run.smithi120.stdout:wait for servicemap items w/ changing names to refresh 2024-09-11T09:10:01.424 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:01 smithi120 bash[53671]: cluster 2024-09-11T09:09:59.865439+0000 mgr.y (mgr.54105) 514 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:01.424 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:01 smithi120 bash[59345]: cluster 2024-09-11T09:09:59.865439+0000 mgr.y (mgr.54105) 514 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:01.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:01 smithi130 bash[38112]: cluster 2024-09-11T09:09:59.865439+0000 mgr.y (mgr.54105) 514 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:02.239 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 60' 2024-09-11T09:10:03.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:03 smithi120 bash[53671]: cluster 2024-09-11T09:10:01.866386+0000 mgr.y (mgr.54105) 515 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:03.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:03 smithi120 bash[59345]: cluster 2024-09-11T09:10:01.866386+0000 mgr.y (mgr.54105) 515 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:03 smithi130 bash[38112]: cluster 2024-09-11T09:10:01.866386+0000 mgr.y (mgr.54105) 515 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:05.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:05 smithi130 bash[38112]: cluster 2024-09-11T09:10:03.867806+0000 mgr.y (mgr.54105) 516 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:05.662 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:05 smithi120 bash[53671]: cluster 2024-09-11T09:10:03.867806+0000 mgr.y (mgr.54105) 516 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:05.662 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:05 smithi120 bash[59345]: cluster 2024-09-11T09:10:03.867806+0000 mgr.y (mgr.54105) 516 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:07 smithi130 bash[38112]: cluster 2024-09-11T09:10:05.868661+0000 mgr.y (mgr.54105) 517 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:07.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:07 smithi120 bash[53671]: cluster 2024-09-11T09:10:05.868661+0000 mgr.y (mgr.54105) 517 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:07.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:07 smithi120 bash[59345]: cluster 2024-09-11T09:10:05.868661+0000 mgr.y (mgr.54105) 517 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:09.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:09 smithi130 bash[38112]: cluster 2024-09-11T09:10:07.869872+0000 mgr.y (mgr.54105) 518 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:09.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:09 smithi120 bash[53671]: cluster 2024-09-11T09:10:07.869872+0000 mgr.y (mgr.54105) 518 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:09.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:09 smithi120 bash[59345]: cluster 2024-09-11T09:10:07.869872+0000 mgr.y (mgr.54105) 518 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:11 smithi130 bash[38112]: cluster 2024-09-11T09:10:09.870922+0000 mgr.y (mgr.54105) 519 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:11.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:11 smithi120 bash[53671]: cluster 2024-09-11T09:10:09.870922+0000 mgr.y (mgr.54105) 519 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:11 smithi120 bash[59345]: cluster 2024-09-11T09:10:09.870922+0000 mgr.y (mgr.54105) 519 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:13.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:13 smithi130 bash[38112]: cluster 2024-09-11T09:10:11.871955+0000 mgr.y (mgr.54105) 520 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:13.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:13 smithi120 bash[53671]: cluster 2024-09-11T09:10:11.871955+0000 mgr.y (mgr.54105) 520 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:13.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:13 smithi120 bash[59345]: cluster 2024-09-11T09:10:11.871955+0000 mgr.y (mgr.54105) 520 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:15.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:15 smithi130 bash[38112]: cluster 2024-09-11T09:10:13.873131+0000 mgr.y (mgr.54105) 521 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:15.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:15 smithi120 bash[53671]: cluster 2024-09-11T09:10:13.873131+0000 mgr.y (mgr.54105) 521 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:15.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:15 smithi120 bash[59345]: cluster 2024-09-11T09:10:13.873131+0000 mgr.y (mgr.54105) 521 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:17.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:17 smithi130 bash[38112]: cluster 2024-09-11T09:10:15.873973+0000 mgr.y (mgr.54105) 522 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:17.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:17 smithi120 bash[53671]: cluster 2024-09-11T09:10:15.873973+0000 mgr.y (mgr.54105) 522 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:17.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:17 smithi120 bash[59345]: cluster 2024-09-11T09:10:15.873973+0000 mgr.y (mgr.54105) 522 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:19.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:19 smithi130 bash[38112]: cluster 2024-09-11T09:10:17.875052+0000 mgr.y (mgr.54105) 523 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:19.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:19 smithi120 bash[53671]: cluster 2024-09-11T09:10:17.875052+0000 mgr.y (mgr.54105) 523 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:19.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:19 smithi120 bash[59345]: cluster 2024-09-11T09:10:17.875052+0000 mgr.y (mgr.54105) 523 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:21.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:21 smithi130 bash[38112]: cluster 2024-09-11T09:10:19.876053+0000 mgr.y (mgr.54105) 524 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:21.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:21 smithi120 bash[53671]: cluster 2024-09-11T09:10:19.876053+0000 mgr.y (mgr.54105) 524 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:21.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:21 smithi120 bash[59345]: cluster 2024-09-11T09:10:19.876053+0000 mgr.y (mgr.54105) 524 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:23.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:23 smithi130 bash[38112]: cluster 2024-09-11T09:10:21.877053+0000 mgr.y (mgr.54105) 525 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:23.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:23 smithi120 bash[53671]: cluster 2024-09-11T09:10:21.877053+0000 mgr.y (mgr.54105) 525 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:23.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:23 smithi120 bash[59345]: cluster 2024-09-11T09:10:21.877053+0000 mgr.y (mgr.54105) 525 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:25.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:25 smithi130 bash[38112]: cluster 2024-09-11T09:10:23.878189+0000 mgr.y (mgr.54105) 526 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:25.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:25 smithi120 bash[53671]: cluster 2024-09-11T09:10:23.878189+0000 mgr.y (mgr.54105) 526 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:25.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:25 smithi120 bash[59345]: cluster 2024-09-11T09:10:23.878189+0000 mgr.y (mgr.54105) 526 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:27.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:27 smithi130 bash[38112]: cluster 2024-09-11T09:10:25.878951+0000 mgr.y (mgr.54105) 527 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:27.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:27 smithi120 bash[53671]: cluster 2024-09-11T09:10:25.878951+0000 mgr.y (mgr.54105) 527 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:27.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:27 smithi120 bash[59345]: cluster 2024-09-11T09:10:25.878951+0000 mgr.y (mgr.54105) 527 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:29.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:29 smithi130 bash[38112]: cluster 2024-09-11T09:10:27.880057+0000 mgr.y (mgr.54105) 528 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:29.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:29 smithi120 bash[53671]: cluster 2024-09-11T09:10:27.880057+0000 mgr.y (mgr.54105) 528 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:29.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:29 smithi120 bash[59345]: cluster 2024-09-11T09:10:27.880057+0000 mgr.y (mgr.54105) 528 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:31.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:31 smithi130 bash[38112]: cluster 2024-09-11T09:10:29.881040+0000 mgr.y (mgr.54105) 529 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:31.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:31 smithi120 bash[53671]: cluster 2024-09-11T09:10:29.881040+0000 mgr.y (mgr.54105) 529 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:31.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:31 smithi120 bash[59345]: cluster 2024-09-11T09:10:29.881040+0000 mgr.y (mgr.54105) 529 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:33.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:33 smithi130 bash[38112]: cluster 2024-09-11T09:10:31.882042+0000 mgr.y (mgr.54105) 530 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:33.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:33 smithi120 bash[53671]: cluster 2024-09-11T09:10:31.882042+0000 mgr.y (mgr.54105) 530 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:33.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:33 smithi120 bash[59345]: cluster 2024-09-11T09:10:31.882042+0000 mgr.y (mgr.54105) 530 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.692423+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.692923+0000 mon.b (mon.2) 689 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.693351+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.693771+0000 mon.b (mon.2) 691 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.695367+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.696382+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.697211+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:34 smithi130 bash[38112]: audit 2024-09-11T09:10:33.697843+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.692423+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.692923+0000 mon.b (mon.2) 689 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.693351+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.693771+0000 mon.b (mon.2) 691 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.695367+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.696382+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.697211+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[53671]: audit 2024-09-11T09:10:33.697843+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.692423+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.692923+0000 mon.b (mon.2) 689 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.693351+0000 mon.b (mon.2) 690 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.693771+0000 mon.b (mon.2) 691 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.695367+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.696382+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.697211+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-11T09:10:34.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:34 smithi120 bash[59345]: audit 2024-09-11T09:10:33.697843+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:10:35.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:35 smithi130 bash[38112]: cluster 2024-09-11T09:10:33.883232+0000 mgr.y (mgr.54105) 531 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:35.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:35 smithi120 bash[53671]: cluster 2024-09-11T09:10:33.883232+0000 mgr.y (mgr.54105) 531 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:35.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:35 smithi120 bash[59345]: cluster 2024-09-11T09:10:33.883232+0000 mgr.y (mgr.54105) 531 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:37.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:37 smithi130 bash[38112]: cluster 2024-09-11T09:10:35.884046+0000 mgr.y (mgr.54105) 532 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:37.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:37 smithi120 bash[53671]: cluster 2024-09-11T09:10:35.884046+0000 mgr.y (mgr.54105) 532 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:37.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:37 smithi120 bash[59345]: cluster 2024-09-11T09:10:35.884046+0000 mgr.y (mgr.54105) 532 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:39.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:39 smithi130 bash[38112]: cluster 2024-09-11T09:10:37.885109+0000 mgr.y (mgr.54105) 533 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:39.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:39 smithi120 bash[53671]: cluster 2024-09-11T09:10:37.885109+0000 mgr.y (mgr.54105) 533 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:39.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:39 smithi120 bash[59345]: cluster 2024-09-11T09:10:37.885109+0000 mgr.y (mgr.54105) 533 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:41.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:41 smithi130 bash[38112]: cluster 2024-09-11T09:10:39.886110+0000 mgr.y (mgr.54105) 534 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:41.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:41 smithi120 bash[53671]: cluster 2024-09-11T09:10:39.886110+0000 mgr.y (mgr.54105) 534 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:41.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:41 smithi120 bash[59345]: cluster 2024-09-11T09:10:39.886110+0000 mgr.y (mgr.54105) 534 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:43.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:43 smithi130 bash[38112]: cluster 2024-09-11T09:10:41.887136+0000 mgr.y (mgr.54105) 535 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:43.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:43 smithi120 bash[53671]: cluster 2024-09-11T09:10:41.887136+0000 mgr.y (mgr.54105) 535 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:43.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:43 smithi120 bash[59345]: cluster 2024-09-11T09:10:41.887136+0000 mgr.y (mgr.54105) 535 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:45.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:45 smithi130 bash[38112]: cluster 2024-09-11T09:10:43.888274+0000 mgr.y (mgr.54105) 536 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:45.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:45 smithi120 bash[53671]: cluster 2024-09-11T09:10:43.888274+0000 mgr.y (mgr.54105) 536 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:45.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:45 smithi120 bash[59345]: cluster 2024-09-11T09:10:43.888274+0000 mgr.y (mgr.54105) 536 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:47 smithi130 bash[38112]: cluster 2024-09-11T09:10:45.889095+0000 mgr.y (mgr.54105) 537 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:47.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:47 smithi130 bash[38112]: audit 2024-09-11T09:10:46.281685+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:10:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:47 smithi120 bash[53671]: cluster 2024-09-11T09:10:45.889095+0000 mgr.y (mgr.54105) 537 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:47 smithi120 bash[53671]: audit 2024-09-11T09:10:46.281685+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:10:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:47 smithi120 bash[59345]: cluster 2024-09-11T09:10:45.889095+0000 mgr.y (mgr.54105) 537 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:47.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:47 smithi120 bash[59345]: audit 2024-09-11T09:10:46.281685+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:10:49.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:49 smithi130 bash[38112]: cluster 2024-09-11T09:10:47.890227+0000 mgr.y (mgr.54105) 538 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:49.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:49 smithi120 bash[53671]: cluster 2024-09-11T09:10:47.890227+0000 mgr.y (mgr.54105) 538 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:49.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:49 smithi120 bash[59345]: cluster 2024-09-11T09:10:47.890227+0000 mgr.y (mgr.54105) 538 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:51.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:51 smithi130 bash[38112]: cluster 2024-09-11T09:10:49.891307+0000 mgr.y (mgr.54105) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:51.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:51 smithi120 bash[53671]: cluster 2024-09-11T09:10:49.891307+0000 mgr.y (mgr.54105) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:51.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:51 smithi120 bash[59345]: cluster 2024-09-11T09:10:49.891307+0000 mgr.y (mgr.54105) 539 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:53.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:53 smithi130 bash[38112]: cluster 2024-09-11T09:10:51.892324+0000 mgr.y (mgr.54105) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:53.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:53 smithi120 bash[53671]: cluster 2024-09-11T09:10:51.892324+0000 mgr.y (mgr.54105) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:53.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:53 smithi120 bash[59345]: cluster 2024-09-11T09:10:51.892324+0000 mgr.y (mgr.54105) 540 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:55.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:55 smithi130 bash[38112]: cluster 2024-09-11T09:10:53.893472+0000 mgr.y (mgr.54105) 541 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:55.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:55 smithi120 bash[53671]: cluster 2024-09-11T09:10:53.893472+0000 mgr.y (mgr.54105) 541 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:55.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:55 smithi120 bash[59345]: cluster 2024-09-11T09:10:53.893472+0000 mgr.y (mgr.54105) 541 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:57.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:57 smithi130 bash[38112]: cluster 2024-09-11T09:10:55.894279+0000 mgr.y (mgr.54105) 542 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:57.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:57 smithi120 bash[53671]: cluster 2024-09-11T09:10:55.894279+0000 mgr.y (mgr.54105) 542 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:57.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:57 smithi120 bash[59345]: cluster 2024-09-11T09:10:55.894279+0000 mgr.y (mgr.54105) 542 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:59.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:10:59 smithi130 bash[38112]: cluster 2024-09-11T09:10:57.895401+0000 mgr.y (mgr.54105) 543 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:59.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:10:59 smithi120 bash[53671]: cluster 2024-09-11T09:10:57.895401+0000 mgr.y (mgr.54105) 543 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:10:59.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:10:59 smithi120 bash[59345]: cluster 2024-09-11T09:10:57.895401+0000 mgr.y (mgr.54105) 543 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:01.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:01 smithi130 bash[38112]: cluster 2024-09-11T09:10:59.896351+0000 mgr.y (mgr.54105) 544 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:01.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:01 smithi120 bash[53671]: cluster 2024-09-11T09:10:59.896351+0000 mgr.y (mgr.54105) 544 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:01.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:01 smithi120 bash[59345]: cluster 2024-09-11T09:10:59.896351+0000 mgr.y (mgr.54105) 544 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:03.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:03 smithi130 bash[38112]: cluster 2024-09-11T09:11:01.897449+0000 mgr.y (mgr.54105) 545 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:03.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:03 smithi120 bash[53671]: cluster 2024-09-11T09:11:01.897449+0000 mgr.y (mgr.54105) 545 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:03.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:03 smithi120 bash[59345]: cluster 2024-09-11T09:11:01.897449+0000 mgr.y (mgr.54105) 545 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:05.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:05 smithi130 bash[38112]: cluster 2024-09-11T09:11:03.898622+0000 mgr.y (mgr.54105) 546 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:05.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:05 smithi120 bash[59345]: cluster 2024-09-11T09:11:03.898622+0000 mgr.y (mgr.54105) 546 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:05.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:05 smithi120 bash[53671]: cluster 2024-09-11T09:11:03.898622+0000 mgr.y (mgr.54105) 546 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:06.596 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T09:11:07.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:07 smithi130 bash[38112]: cluster 2024-09-11T09:11:05.899610+0000 mgr.y (mgr.54105) 547 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:07.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:07 smithi120 bash[53671]: cluster 2024-09-11T09:11:05.899610+0000 mgr.y (mgr.54105) 547 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:07.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:07 smithi120 bash[59345]: cluster 2024-09-11T09:11:05.899610+0000 mgr.y (mgr.54105) 547 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:09.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:09 smithi130 bash[38112]: cluster 2024-09-11T09:11:07.900768+0000 mgr.y (mgr.54105) 548 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:09.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:09 smithi120 bash[53671]: cluster 2024-09-11T09:11:07.900768+0000 mgr.y (mgr.54105) 548 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:09.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:09 smithi120 bash[59345]: cluster 2024-09-11T09:11:07.900768+0000 mgr.y (mgr.54105) 548 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:alertmanager.a smithi120 running (14m) 2m ago 39m 18.5M - 0.25.0 c8568f914cd2 3d764d62768a 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:grafana.a smithi130 running (13m) 2m ago 39m 84.0M - 9.4.7 954c08fa6188 5eea726a56e0 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.x smithi130 *:8443 running (15m) 2m ago 44m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 822c4aa56856 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:mgr.y smithi120 *:8443 running (25m) 2m ago 46m 443M - 17.2.7-1623-gd0e6828a 4a918172a497 07dd46baa7c6 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:mon.a smithi120 running (10m) 2m ago 46m 156M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ffa496145bea 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:mon.b smithi130 running (11m) 2m ago 44m 79.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d652fad0e0b6 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:mon.c smithi120 running (10m) 2m ago 45m 72.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 0f1cdead0bc0 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.a smithi120 running (15m) 2m ago 40m 11.9M - 1.5.0 0da6a335fe13 bbeadbc6bef9 2024-09-11T09:11:10.742 INFO:teuthology.orchestra.run.smithi120.stdout:node-exporter.b smithi130 running (15m) 2m ago 40m 12.0M - 1.5.0 0da6a335fe13 4dcbd9d1a368 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.0 smithi120 running (7m) 2m ago 44m 55.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 bcde923255b8 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.1 smithi120 running (7m) 2m ago 43m 53.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c39841eb855d 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.2 smithi120 running (6m) 2m ago 43m 50.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d3d6370bfc2 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.3 smithi120 running (5m) 2m ago 42m 52.5M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 9f109a1b8f20 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.4 smithi130 running (4m) 2m ago 42m 55.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c0f569acfd39 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.5 smithi130 running (4m) 2m ago 41m 48.8M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 7ccec998f2d6 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.6 smithi130 running (3m) 2m ago 41m 49.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 c05a44773d69 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:osd.7 smithi130 running (3m) 2m ago 40m 49.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 612e38b0703b 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:prometheus.a smithi130 running (14m) 2m ago 40m 56.0M - 2.43.0 a07b618ecd1d 48cccf454cbf 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi120.fpvwgw smithi120 running (2m) 2m ago 38m 83.7M - 17.2.7-1623-gd0e6828a 4a918172a497 9bc67bd10f85 2024-09-11T09:11:10.743 INFO:teuthology.orchestra.run.smithi120.stdout:rgw.r.z.smithi130.tjvaqs smithi130 running (2m) 2m ago 38m 83.6M - 17.2.7-1623-gd0e6828a 4a918172a497 21ff52287cc9 2024-09-11T09:11:11.578 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: cluster 2024-09-11T09:11:09.901804+0000 mgr.y (mgr.54105) 549 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.711584+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.712802+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.713893+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.715097+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.716268+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.717264+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.720598+0000 mon.b (mon.2) 698 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.721657+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.722838+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.724215+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.615 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:11 smithi130 bash[38112]: audit 2024-09-11T09:11:10.725111+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: cluster 2024-09-11T09:11:09.901804+0000 mgr.y (mgr.54105) 549 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.711584+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.712802+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.713893+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.715097+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.716268+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.717264+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.720598+0000 mon.b (mon.2) 698 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.721657+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.722838+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.724215+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[59345]: audit 2024-09-11T09:11:10.725111+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: cluster 2024-09-11T09:11:09.901804+0000 mgr.y (mgr.54105) 549 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.711584+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.712802+0000 mon.b (mon.2) 693 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.713893+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.715097+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.716268+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.717264+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.720598+0000 mon.b (mon.2) 698 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-11T09:11:11.682 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.721657+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.722838+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.724215+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:11.683 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:11 smithi120 bash[53671]: audit 2024-09-11T09:11:10.725111+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:12.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:12 smithi130 bash[38112]: audit 2024-09-11T09:11:10.708078+0000 mgr.y (mgr.54105) 550 : audit [DBG] from='client.54792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:12.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:12 smithi120 bash[53671]: audit 2024-09-11T09:11:10.708078+0000 mgr.y (mgr.54105) 550 : audit [DBG] from='client.54792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:12.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:12 smithi120 bash[59345]: audit 2024-09-11T09:11:10.708078+0000 mgr.y (mgr.54105) 550 : audit [DBG] from='client.54792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:13.614 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:13 smithi130 bash[38112]: cluster 2024-09-11T09:11:11.902811+0000 mgr.y (mgr.54105) 551 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:13.680 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:13 smithi120 bash[59345]: cluster 2024-09-11T09:11:11.902811+0000 mgr.y (mgr.54105) 551 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:13.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:13 smithi120 bash[53671]: cluster 2024-09-11T09:11:11.902811+0000 mgr.y (mgr.54105) 551 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:15.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:15 smithi120 bash[53671]: cluster 2024-09-11T09:11:13.903941+0000 mgr.y (mgr.54105) 552 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:15.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:15 smithi120 bash[59345]: cluster 2024-09-11T09:11:13.903941+0000 mgr.y (mgr.54105) 552 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "mon": { 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "mgr": { 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "osd": { 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:11:15.701 INFO:teuthology.orchestra.run.smithi120.stdout: "rgw": { 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout: }, 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout: "overall": { 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 15 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout: } 2024-09-11T09:11:15.702 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:11:15.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:15 smithi130 bash[38112]: cluster 2024-09-11T09:11:13.903941+0000 mgr.y (mgr.54105) 552 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:16.519 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-11T09:11:16.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:16 smithi120 bash[53671]: audit 2024-09-11T09:11:15.701593+0000 mon.a (mon.0) 924 : audit [DBG] from='client.64741 172.21.15.120:0/3156350370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:16.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:16 smithi120 bash[59345]: audit 2024-09-11T09:11:15.701593+0000 mon.a (mon.0) 924 : audit [DBG] from='client.64741 172.21.15.120:0/3156350370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:16.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:16 smithi130 bash[38112]: audit 2024-09-11T09:11:15.701593+0000 mon.a (mon.0) 924 : audit [DBG] from='client.64741 172.21.15.120:0/3156350370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:17.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:17 smithi120 bash[53671]: cluster 2024-09-11T09:11:15.904881+0000 mgr.y (mgr.54105) 553 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:17.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:17 smithi120 bash[59345]: cluster 2024-09-11T09:11:15.904881+0000 mgr.y (mgr.54105) 553 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:17.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:17 smithi130 bash[38112]: cluster 2024-09-11T09:11:15.904881+0000 mgr.y (mgr.54105) 553 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:19.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:19 smithi120 bash[53671]: cluster 2024-09-11T09:11:17.905650+0000 mgr.y (mgr.54105) 554 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:19.681 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:19 smithi120 bash[59345]: cluster 2024-09-11T09:11:17.905650+0000 mgr.y (mgr.54105) 554 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:19.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:19 smithi130 bash[38112]: cluster 2024-09-11T09:11:17.905650+0000 mgr.y (mgr.54105) 554 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:20.557 INFO:teuthology.orchestra.run.smithi120.stdout:true 2024-09-11T09:11:20.782 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:20 smithi120 bash[53671]: cluster 2024-09-11T09:11:19.906607+0000 mgr.y (mgr.54105) 555 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:20.783 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:20 smithi120 bash[59345]: cluster 2024-09-11T09:11:19.906607+0000 mgr.y (mgr.54105) 555 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:20.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:20 smithi130 bash[38112]: cluster 2024-09-11T09:11:19.906607+0000 mgr.y (mgr.54105) 555 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:21.435 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-11T09:11:21.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:21 smithi130 bash[38112]: audit 2024-09-11T09:11:20.545014+0000 mon.c (mon.1) 20 : audit [DBG] from='client.54804 172.21.15.120:0/3835324460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:21.931 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:21 smithi120 bash[53671]: audit 2024-09-11T09:11:20.545014+0000 mon.c (mon.1) 20 : audit [DBG] from='client.54804 172.21.15.120:0/3835324460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:21.931 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:21 smithi120 bash[59345]: audit 2024-09-11T09:11:20.545014+0000 mon.c (mon.1) 20 : audit [DBG] from='client.54804 172.21.15.120:0/3835324460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:22.764 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:22 smithi120 bash[53671]: cluster 2024-09-11T09:11:21.907617+0000 mgr.y (mgr.54105) 556 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:22.765 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:22 smithi120 bash[59345]: cluster 2024-09-11T09:11:21.907617+0000 mgr.y (mgr.54105) 556 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:22.864 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:22 smithi130 bash[38112]: cluster 2024-09-11T09:11:21.907617+0000 mgr.y (mgr.54105) 556 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:25.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:24 smithi120 bash[53671]: cluster 2024-09-11T09:11:23.908789+0000 mgr.y (mgr.54105) 557 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:25.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:24 smithi120 bash[59345]: cluster 2024-09-11T09:11:23.908789+0000 mgr.y (mgr.54105) 557 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:25.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:24 smithi130 bash[38112]: cluster 2024-09-11T09:11:23.908789+0000 mgr.y (mgr.54105) 557 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:25.472 INFO:teuthology.orchestra.run.smithi120.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T09:11:26.341 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:25 smithi120 bash[53671]: audit 2024-09-11T09:11:25.460077+0000 mon.a (mon.0) 925 : audit [DBG] from='client.54810 172.21.15.120:0/3341254443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:26.341 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:25 smithi120 bash[59345]: audit 2024-09-11T09:11:25.460077+0000 mon.a (mon.0) 925 : audit [DBG] from='client.54810 172.21.15.120:0/3341254443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:26.342 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-09-11T09:11:26.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:25 smithi130 bash[38112]: audit 2024-09-11T09:11:25.460077+0000 mon.a (mon.0) 925 : audit [DBG] from='client.54810 172.21.15.120:0/3341254443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T09:11:27.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:26 smithi130 bash[38112]: cluster 2024-09-11T09:11:25.909625+0000 mgr.y (mgr.54105) 558 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:27.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:26 smithi120 bash[59345]: cluster 2024-09-11T09:11:25.909625+0000 mgr.y (mgr.54105) 558 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:27.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:26 smithi120 bash[53671]: cluster 2024-09-11T09:11:25.909625+0000 mgr.y (mgr.54105) 558 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:29.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:28 smithi120 bash[53671]: cluster 2024-09-11T09:11:27.910486+0000 mgr.y (mgr.54105) 559 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:29.181 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:28 smithi120 bash[59345]: cluster 2024-09-11T09:11:27.910486+0000 mgr.y (mgr.54105) 559 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:29.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:28 smithi130 bash[38112]: cluster 2024-09-11T09:11:27.910486+0000 mgr.y (mgr.54105) 559 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:30.463 INFO:teuthology.orchestra.run.smithi120.stdout:osd 8 2m ago - 2024-09-11T09:11:31.266 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:30 smithi120 bash[53671]: cluster 2024-09-11T09:11:29.911522+0000 mgr.y (mgr.54105) 560 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:31.266 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:30 smithi120 bash[59345]: cluster 2024-09-11T09:11:29.911522+0000 mgr.y (mgr.54105) 560 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:31.267 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T09:11:31.276 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T09:11:31.277 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls' 2024-09-11T09:11:31.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:30 smithi130 bash[38112]: cluster 2024-09-11T09:11:29.911522+0000 mgr.y (mgr.54105) 560 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:32.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:31 smithi130 bash[38112]: audit 2024-09-11T09:11:30.438313+0000 mgr.y (mgr.54105) 561 : audit [DBG] from='client.64759 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:32.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:31 smithi120 bash[53671]: audit 2024-09-11T09:11:30.438313+0000 mgr.y (mgr.54105) 561 : audit [DBG] from='client.64759 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:32.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:31 smithi120 bash[59345]: audit 2024-09-11T09:11:30.438313+0000 mgr.y (mgr.54105) 561 : audit [DBG] from='client.64759 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:33.089 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:32 smithi120 bash[53671]: cluster 2024-09-11T09:11:31.912579+0000 mgr.y (mgr.54105) 562 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:33.089 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:32 smithi120 bash[59345]: cluster 2024-09-11T09:11:31.912579+0000 mgr.y (mgr.54105) 562 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:33.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:32 smithi130 bash[38112]: cluster 2024-09-11T09:11:31.912579+0000 mgr.y (mgr.54105) 562 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.701147+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.701654+0000 mon.b (mon.2) 704 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.702095+0000 mon.b (mon.2) 705 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.702521+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.703975+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.705398+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.181 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.706053+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[53671]: audit 2024-09-11T09:11:33.706775+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.701147+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.701654+0000 mon.b (mon.2) 704 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.702095+0000 mon.b (mon.2) 705 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.702521+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.703975+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.705398+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.706053+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.182 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:34 smithi120 bash[59345]: audit 2024-09-11T09:11:33.706775+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.701147+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.701654+0000 mon.b (mon.2) 704 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.702095+0000 mon.b (mon.2) 705 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.702521+0000 mon.b (mon.2) 706 : audit [INF] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.703975+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.705398+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.706053+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-11T09:11:34.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:34 smithi130 bash[38112]: audit 2024-09-11T09:11:33.706775+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.54105 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T09:11:35.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:35 smithi130 bash[38112]: cluster 2024-09-11T09:11:33.913787+0000 mgr.y (mgr.54105) 563 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:35.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:35 smithi120 bash[53671]: cluster 2024-09-11T09:11:33.913787+0000 mgr.y (mgr.54105) 563 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:35.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:35 smithi120 bash[59345]: cluster 2024-09-11T09:11:33.913787+0000 mgr.y (mgr.54105) 563 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:35.867 INFO:teuthology.orchestra.run.smithi120.stdout:{ 2024-09-11T09:11:35.867 INFO:teuthology.orchestra.run.smithi120.stdout: "image": "quay.io/ceph/ceph", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "registry": "quay.io", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "bare_image": "ceph/ceph", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "versions": [ 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "19.1.1", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "19.1.0", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.2.4", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.2.2", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.2.1", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.2.0", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.1.3", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.1.2", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.1.1", 2024-09-11T09:11:35.868 INFO:teuthology.orchestra.run.smithi120.stdout: "18.1.0", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.7", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.6", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.5", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.4", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.3", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.2", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.1", 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: "17.2.0" 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout: ] 2024-09-11T09:11:35.869 INFO:teuthology.orchestra.run.smithi120.stdout:} 2024-09-11T09:11:36.734 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-09-11T09:11:37.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:37 smithi130 bash[38112]: audit 2024-09-11T09:11:35.484046+0000 mgr.y (mgr.54105) 564 : audit [DBG] from='client.64765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:37.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:37 smithi130 bash[38112]: cluster 2024-09-11T09:11:35.914661+0000 mgr.y (mgr.54105) 565 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:37 smithi120 bash[53671]: audit 2024-09-11T09:11:35.484046+0000 mgr.y (mgr.54105) 564 : audit [DBG] from='client.64765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:37.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:37 smithi120 bash[53671]: cluster 2024-09-11T09:11:35.914661+0000 mgr.y (mgr.54105) 565 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:37.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:37 smithi120 bash[59345]: audit 2024-09-11T09:11:35.484046+0000 mgr.y (mgr.54105) 564 : audit [DBG] from='client.64765 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:37.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:37 smithi120 bash[59345]: cluster 2024-09-11T09:11:35.914661+0000 mgr.y (mgr.54105) 565 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:39.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:39 smithi130 bash[38112]: cluster 2024-09-11T09:11:37.915813+0000 mgr.y (mgr.54105) 566 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:39.434 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:39 smithi120 bash[53671]: cluster 2024-09-11T09:11:37.915813+0000 mgr.y (mgr.54105) 566 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:39.435 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:39 smithi120 bash[59345]: cluster 2024-09-11T09:11:37.915813+0000 mgr.y (mgr.54105) 566 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:41.165 INFO:teuthology.orchestra.run.smithi120.stdout: "16.2.0", 2024-09-11T09:11:41.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:41 smithi130 bash[38112]: cluster 2024-09-11T09:11:39.916793+0000 mgr.y (mgr.54105) 567 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:41.404 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:41 smithi120 bash[53671]: cluster 2024-09-11T09:11:39.916793+0000 mgr.y (mgr.54105) 567 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:41.404 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:41 smithi120 bash[59345]: cluster 2024-09-11T09:11:39.916793+0000 mgr.y (mgr.54105) 567 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:41.999 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 35bb7814-7017-11ef-bcea-c7b262605968 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-09-11T09:11:42.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:42 smithi130 bash[38112]: audit 2024-09-11T09:11:40.788428+0000 mgr.y (mgr.54105) 568 : audit [DBG] from='client.54828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:42.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:42 smithi120 bash[53671]: audit 2024-09-11T09:11:40.788428+0000 mgr.y (mgr.54105) 568 : audit [DBG] from='client.54828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:42.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:42 smithi120 bash[59345]: audit 2024-09-11T09:11:40.788428+0000 mgr.y (mgr.54105) 568 : audit [DBG] from='client.54828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:43.365 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:43 smithi130 bash[38112]: cluster 2024-09-11T09:11:41.917794+0000 mgr.y (mgr.54105) 569 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:43.431 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:43 smithi120 bash[53671]: cluster 2024-09-11T09:11:41.917794+0000 mgr.y (mgr.54105) 569 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:43.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:43 smithi120 bash[59345]: cluster 2024-09-11T09:11:41.917794+0000 mgr.y (mgr.54105) 569 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:45.364 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:45 smithi130 bash[38112]: cluster 2024-09-11T09:11:43.918994+0000 mgr.y (mgr.54105) 570 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:45.430 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:45 smithi120 bash[53671]: cluster 2024-09-11T09:11:43.918994+0000 mgr.y (mgr.54105) 570 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:45.431 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:45 smithi120 bash[59345]: cluster 2024-09-11T09:11:43.918994+0000 mgr.y (mgr.54105) 570 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:46.422 INFO:teuthology.orchestra.run.smithi120.stdout: "v16.2.2", 2024-09-11T09:11:46.422 INFO:teuthology.orchestra.run.smithi120.stdout: "v16.2.2-20210505", 2024-09-11T09:11:47.290 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T09:11:47.299 INFO:tasks.cephadm:Teardown begin 2024-09-11T09:11:47.300 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T09:11:47.315 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: cluster 2024-09-11T09:11:45.919789+0000 mgr.y (mgr.54105) 571 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:47.315 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.078490+0000 mgr.y (mgr.54105) 572 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:47.315 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.785381+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.315 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.785883+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.786417+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.786820+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.787210+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.787624+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.788020+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.788414+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.788800+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.789187+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.789576+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.789964+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.790374+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.316 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.790759+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: cluster 2024-09-11T09:11:45.919789+0000 mgr.y (mgr.54105) 571 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.078490+0000 mgr.y (mgr.54105) 572 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.785381+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.785883+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.786417+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.786820+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.787210+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.787624+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.788020+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.317 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.788414+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.788800+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.789187+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.789576+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.789964+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.790374+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.790759+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.791142+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.791531+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.791942+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.318 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.792320+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: audit 2024-09-11T09:11:46.803149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.791142+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.791531+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.791942+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.792320+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.319 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[59345]: audit 2024-09-11T09:11:46.803149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:11:47.320 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T09:11:47.333 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: cluster 2024-09-11T09:11:45.919789+0000 mgr.y (mgr.54105) 571 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.078490+0000 mgr.y (mgr.54105) 572 : audit [DBG] from='client.54834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.785381+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.785883+0000 mon.b (mon.2) 708 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.786417+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.786820+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.787210+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.787624+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.788020+0000 mon.b (mon.2) 713 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.788414+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.788800+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.789187+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.789576+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.789964+0000 mon.b (mon.2) 718 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.790374+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.790759+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.791142+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.791531+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.791942+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.792320+0000 mon.b (mon.2) 724 : audit [DBG] from='mgr.54105 172.21.15.120:0/1452007561' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-11T09:11:47.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:47 smithi130 bash[38112]: audit 2024-09-11T09:11:46.803149+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.54105 ' entity='mgr.y' 2024-09-11T09:11:47.337 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T09:11:47.337 DEBUG:teuthology.orchestra.run.smithi120:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T09:11:47.367 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T09:11:47.373 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T09:11:47.374 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T09:11:47.374 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a 2024-09-11T09:11:47.680 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 systemd[1]: Stopping Ceph mon.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: debug 2024-09-11T09:11:47.526+0000 7f531bfcb640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T09:11:47.681 INFO:journalctl@ceph.mon.a.smithi120.stdout:Sep 11 09:11:47 smithi120 bash[53671]: debug 2024-09-11T09:11:47.526+0000 7f531bfcb640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-11T09:11:48.674 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T09:11:48.707 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:11:48.707 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T09:11:48.708 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-11T09:11:48.708 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.c 2024-09-11T09:11:49.087 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:48 smithi120 systemd[1]: Stopping Ceph mon.c for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:49.087 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:48 smithi120 bash[59345]: debug 2024-09-11T09:11:48.918+0000 7f2267ab6640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T09:11:49.087 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:48 smithi120 bash[59345]: debug 2024-09-11T09:11:48.918+0000 7f2267ab6640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-11T09:11:49.886 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.c.service' 2024-09-11T09:11:49.928 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:49 smithi120 bash[103141]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon-c 2024-09-11T09:11:49.928 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:49 smithi120 bash[103204]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon-c 2024-09-11T09:11:49.929 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:49 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.c.service: Succeeded. 2024-09-11T09:11:49.929 INFO:journalctl@ceph.mon.c.smithi120.stdout:Sep 11 09:11:49 smithi120 systemd[1]: Stopped Ceph mon.c for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:11:49.951 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:11:49.951 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-11T09:11:49.952 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-11T09:11:49.952 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.b 2024-09-11T09:11:50.360 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:49 smithi130 systemd[1]: Stopping Ceph mon.b for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:50.361 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:50 smithi130 bash[38112]: debug 2024-09-11T09:11:50.128+0000 7f03882f6640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T09:11:50.361 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:50 smithi130 bash[38112]: debug 2024-09-11T09:11:50.128+0000 7f03882f6640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-11T09:11:51.164 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T09:11:51.175 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:50 smithi130 bash[75614]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon-b 2024-09-11T09:11:51.175 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:51 smithi130 bash[75685]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-mon-b 2024-09-11T09:11:51.175 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:51 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@mon.b.service: Succeeded. 2024-09-11T09:11:51.175 INFO:journalctl@ceph.mon.b.smithi130.stdout:Sep 11 09:11:51 smithi130 systemd[1]: Stopped Ceph mon.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:11:51.202 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:11:51.202 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-11T09:11:51.202 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-11T09:11:51.202 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y 2024-09-11T09:11:51.657 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:11:51 smithi120 systemd[1]: Stopping Ceph mgr.y for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:51.657 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:11:51 smithi120 bash[40897]: debug 2024-09-11T09:11:51.390+0000 7fd584db5640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:11:51.657 INFO:journalctl@ceph.mgr.y.smithi120.stdout:Sep 11 09:11:51 smithi120 bash[40897]: debug 2024-09-11T09:11:51.390+0000 7fd584db5640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-11T09:11:52.285 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-11T09:11:52.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:11:52.313 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-11T09:11:52.313 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-11T09:11:52.313 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x 2024-09-11T09:11:52.614 INFO:journalctl@ceph.mgr.x.smithi130.stdout:Sep 11 09:11:52 smithi130 systemd[1]: Stopping Ceph mgr.x for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:53.307 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-11T09:11:53.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:11:53.336 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-11T09:11:53.336 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T09:11:53.336 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.0 2024-09-11T09:11:53.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:11:53 smithi120 bash[49238]: ts=2024-09-11T09:11:53.571Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:11:53.681 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:11:53 smithi120 bash[49238]: ts=2024-09-11T09:11:53.572Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:11:53.681 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:53 smithi120 systemd[1]: Stopping Ceph osd.0 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:11:53.681 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:53 smithi120 bash[67122]: debug 2024-09-11T09:11:53.522+0000 7ff54e9d3640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:11:53.681 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:53 smithi120 bash[67122]: debug 2024-09-11T09:11:53.522+0000 7ff54e9d3640 -1 osd.0 107 *** Got signal Terminated *** 2024-09-11T09:11:53.681 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:53 smithi120 bash[67122]: debug 2024-09-11T09:11:53.522+0000 7ff54e9d3640 -1 osd.0 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:11:59.930 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:59 smithi120 bash[103345]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-0 2024-09-11T09:11:59.931 INFO:journalctl@ceph.osd.0.smithi120.stdout:Sep 11 09:11:59 smithi120 bash[103428]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-0 2024-09-11T09:12:02.089 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T09:12:02.126 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:02.127 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T09:12:02.127 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T09:12:02.127 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.1 2024-09-11T09:12:02.430 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:02 smithi120 systemd[1]: Stopping Ceph osd.1 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:02.431 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:02 smithi120 bash[72489]: debug 2024-09-11T09:12:02.282+0000 7f145c7b5640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:02.431 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:02 smithi120 bash[72489]: debug 2024-09-11T09:12:02.282+0000 7f145c7b5640 -1 osd.1 107 *** Got signal Terminated *** 2024-09-11T09:12:02.431 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:02 smithi120 bash[72489]: debug 2024-09-11T09:12:02.282+0000 7f145c7b5640 -1 osd.1 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:03.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:03 smithi120 bash[49238]: ts=2024-09-11T09:12:03.570Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=3 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:03.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:03 smithi120 bash[49238]: ts=2024-09-11T09:12:03.571Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:03.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:03 smithi120 bash[49238]: ts=2024-09-11T09:12:03.573Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:08.680 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:08 smithi120 bash[103568]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-1 2024-09-11T09:12:08.681 INFO:journalctl@ceph.osd.1.smithi120.stdout:Sep 11 09:12:08 smithi120 bash[103642]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-1 2024-09-11T09:12:10.732 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T09:12:10.763 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:10.763 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T09:12:10.763 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T09:12:10.763 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.2 2024-09-11T09:12:11.181 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:10 smithi120 systemd[1]: Stopping Ceph osd.2 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:11.181 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:10 smithi120 bash[79792]: debug 2024-09-11T09:12:10.906+0000 7f29b817f640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:11.181 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:10 smithi120 bash[79792]: debug 2024-09-11T09:12:10.906+0000 7f29b817f640 -1 osd.2 107 *** Got signal Terminated *** 2024-09-11T09:12:11.181 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:10 smithi120 bash[79792]: debug 2024-09-11T09:12:10.906+0000 7f29b817f640 -1 osd.2 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:13.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:13 smithi120 bash[49238]: ts=2024-09-11T09:12:13.571Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=3 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:13.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:13 smithi120 bash[49238]: ts=2024-09-11T09:12:13.572Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:13.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:13 smithi120 bash[49238]: ts=2024-09-11T09:12:13.574Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:17.430 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:17 smithi120 bash[103776]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-2 2024-09-11T09:12:17.431 INFO:journalctl@ceph.osd.2.smithi120.stdout:Sep 11 09:12:17 smithi120 bash[103846]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-2 2024-09-11T09:12:19.357 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T09:12:19.388 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:19.389 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T09:12:19.389 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T09:12:19.389 DEBUG:teuthology.orchestra.run.smithi120:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.3 2024-09-11T09:12:19.681 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:19 smithi120 systemd[1]: Stopping Ceph osd.3 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:19.681 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:19 smithi120 bash[86936]: debug 2024-09-11T09:12:19.549+0000 7f0663d5d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:19.681 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:19 smithi120 bash[86936]: debug 2024-09-11T09:12:19.549+0000 7f0663d5d640 -1 osd.3 107 *** Got signal Terminated *** 2024-09-11T09:12:19.681 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:19 smithi120 bash[86936]: debug 2024-09-11T09:12:19.549+0000 7f0663d5d640 -1 osd.3 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:21.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:21 smithi130 bash[48358]: debug 2024-09-11T09:12:21.200+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:22.192 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:21 smithi130 bash[58836]: debug 2024-09-11T09:12:21.924+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:22.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:22 smithi130 bash[48358]: debug 2024-09-11T09:12:22.188+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:23.114 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:22 smithi130 bash[58836]: debug 2024-09-11T09:12:22.908+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:23.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:22 smithi130 bash[64799]: debug 2024-09-11T09:12:22.848+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:23.180 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:22 smithi120 bash[86936]: debug 2024-09-11T09:12:22.757+0000 7f065eb72640 -1 osd.3 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.908659+0000 front 2024-09-11T09:11:57.908779+0000 (oldest deadline 2024-09-11T09:12:22.008828+0000) 2024-09-11T09:12:23.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:23 smithi130 bash[48358]: debug 2024-09-11T09:12:23.144+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:23.930 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:23 smithi120 bash[86936]: debug 2024-09-11T09:12:23.737+0000 7f065eb72640 -1 osd.3 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.908659+0000 front 2024-09-11T09:11:57.908779+0000 (oldest deadline 2024-09-11T09:12:22.008828+0000) 2024-09-11T09:12:23.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:23 smithi120 bash[49238]: ts=2024-09-11T09:12:23.572Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=3 err="ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:23.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:23 smithi120 bash[49238]: ts=2024-09-11T09:12:23.573Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:23.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:23 smithi120 bash[49238]: ts=2024-09-11T09:12:23.575Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:24.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:24 smithi130 bash[53572]: debug 2024-09-11T09:12:24.024+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:24.114 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:23 smithi130 bash[58836]: debug 2024-09-11T09:12:23.916+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:24.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:23 smithi130 bash[64799]: debug 2024-09-11T09:12:23.820+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:24.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:24 smithi130 bash[48358]: debug 2024-09-11T09:12:24.160+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:25.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:25 smithi130 bash[53572]: debug 2024-09-11T09:12:25.072+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:25.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:24 smithi130 bash[58836]: debug 2024-09-11T09:12:24.940+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:25.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:24 smithi130 bash[64799]: debug 2024-09-11T09:12:24.848+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:25.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:25 smithi130 bash[48358]: debug 2024-09-11T09:12:25.204+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:25.912 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:25 smithi120 bash[103995]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-3 2024-09-11T09:12:25.912 INFO:journalctl@ceph.osd.3.smithi120.stdout:Sep 11 09:12:25 smithi120 bash[104068]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-3 2024-09-11T09:12:26.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:26 smithi130 bash[53572]: debug 2024-09-11T09:12:26.064+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:26.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:25 smithi130 bash[58836]: debug 2024-09-11T09:12:25.908+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:26.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:25 smithi130 bash[64799]: debug 2024-09-11T09:12:25.848+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:26.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:26 smithi130 bash[48358]: debug 2024-09-11T09:12:26.184+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:27.114 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:26 smithi130 bash[64799]: debug 2024-09-11T09:12:26.904+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:27.115 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[53572]: debug 2024-09-11T09:12:27.100+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:27.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:26 smithi130 bash[58836]: debug 2024-09-11T09:12:26.860+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:27.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[48358]: debug 2024-09-11T09:12:27.163+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:27.731 DEBUG:teuthology.orchestra.run.smithi120:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T09:12:27.765 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:27.766 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T09:12:27.766 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T09:12:27.766 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.4 2024-09-11T09:12:28.101 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[58836]: debug 2024-09-11T09:12:27.811+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:28.102 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[64799]: debug 2024-09-11T09:12:27.871+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:28.102 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:27 smithi130 systemd[1]: Stopping Ceph osd.4 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:28.102 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[48358]: debug 2024-09-11T09:12:27.939+0000 7fe4688d2640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:28.102 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[48358]: debug 2024-09-11T09:12:27.939+0000 7fe4688d2640 -1 osd.4 107 *** Got signal Terminated *** 2024-09-11T09:12:28.102 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:27 smithi130 bash[48358]: debug 2024-09-11T09:12:27.939+0000 7fe4688d2640 -1 osd.4 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:28.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:28 smithi130 bash[48358]: debug 2024-09-11T09:12:28.155+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:28.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:28 smithi130 bash[53572]: debug 2024-09-11T09:12:28.099+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:29.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:28 smithi130 bash[64799]: debug 2024-09-11T09:12:28.827+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:29.116 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:28 smithi130 bash[58836]: debug 2024-09-11T09:12:28.779+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:29.116 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:28 smithi130 bash[58836]: debug 2024-09-11T09:12:28.779+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:29.614 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:29 smithi130 bash[53572]: debug 2024-09-11T09:12:29.111+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:29.615 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:29 smithi130 bash[48358]: debug 2024-09-11T09:12:29.127+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:30.085 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:29 smithi130 bash[64799]: debug 2024-09-11T09:12:29.819+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:30.086 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:29 smithi130 bash[58836]: debug 2024-09-11T09:12:29.755+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:30.086 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:29 smithi130 bash[58836]: debug 2024-09-11T09:12:29.755+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:30.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[48358]: debug 2024-09-11T09:12:30.155+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:30.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[48358]: debug 2024-09-11T09:12:30.155+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:05.804659+0000 front 2024-09-11T09:12:05.804120+0000 (oldest deadline 2024-09-11T09:12:29.904068+0000) 2024-09-11T09:12:30.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[53572]: debug 2024-09-11T09:12:30.079+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:30.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[53572]: debug 2024-09-11T09:12:30.079+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:31.052 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[64799]: debug 2024-09-11T09:12:30.867+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:31.052 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[58836]: debug 2024-09-11T09:12:30.743+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:31.052 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:30 smithi130 bash[58836]: debug 2024-09-11T09:12:30.743+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:31.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[48358]: debug 2024-09-11T09:12:31.203+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:31.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[48358]: debug 2024-09-11T09:12:31.203+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:05.804659+0000 front 2024-09-11T09:12:05.804120+0000 (oldest deadline 2024-09-11T09:12:29.904068+0000) 2024-09-11T09:12:31.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[53572]: debug 2024-09-11T09:12:31.043+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:31.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[53572]: debug 2024-09-11T09:12:31.043+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:32.060 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[64799]: debug 2024-09-11T09:12:31.911+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:32.060 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[64799]: debug 2024-09-11T09:12:31.911+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:32.060 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[58836]: debug 2024-09-11T09:12:31.743+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:32.060 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:31 smithi130 bash[58836]: debug 2024-09-11T09:12:31.743+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:32.364 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[48358]: debug 2024-09-11T09:12:32.247+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.601005+0000 front 2024-09-11T09:11:56.601058+0000 (oldest deadline 2024-09-11T09:12:20.601996+0000) 2024-09-11T09:12:32.365 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[48358]: debug 2024-09-11T09:12:32.247+0000 7fe461ee4640 -1 osd.4 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:05.804659+0000 front 2024-09-11T09:12:05.804120+0000 (oldest deadline 2024-09-11T09:12:29.904068+0000) 2024-09-11T09:12:32.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[53572]: debug 2024-09-11T09:12:32.055+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:32.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[53572]: debug 2024-09-11T09:12:32.055+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:33.028 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[64799]: debug 2024-09-11T09:12:32.951+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:33.028 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[64799]: debug 2024-09-11T09:12:32.951+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:33.029 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[58836]: debug 2024-09-11T09:12:32.771+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:33.029 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:32 smithi130 bash[58836]: debug 2024-09-11T09:12:32.771+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:33.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[53572]: debug 2024-09-11T09:12:33.023+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:33.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[53572]: debug 2024-09-11T09:12:33.023+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:33.864 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[58836]: debug 2024-09-11T09:12:33.727+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:33.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[58836]: debug 2024-09-11T09:12:33.727+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:33.930 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:33 smithi120 bash[49238]: ts=2024-09-11T09:12:33.573Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:33.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:33 smithi120 bash[49238]: ts=2024-09-11T09:12:33.574Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:33.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:33 smithi120 bash[49238]: ts=2024-09-11T09:12:33.576Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:34.005 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[64799]: debug 2024-09-11T09:12:33.951+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:34.005 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:33 smithi130 bash[64799]: debug 2024-09-11T09:12:33.951+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:34.321 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[75844]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-4 2024-09-11T09:12:34.321 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[53572]: debug 2024-09-11T09:12:33.999+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:34.321 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[53572]: debug 2024-09-11T09:12:33.999+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:34.614 INFO:journalctl@ceph.osd.4.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[75917]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-4 2024-09-11T09:12:35.042 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[58836]: debug 2024-09-11T09:12:34.707+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:35.042 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[58836]: debug 2024-09-11T09:12:34.707+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:35.042 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[64799]: debug 2024-09-11T09:12:34.903+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:35.043 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:34 smithi130 bash[64799]: debug 2024-09-11T09:12:34.903+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:35.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[53572]: debug 2024-09-11T09:12:35.035+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:35.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[53572]: debug 2024-09-11T09:12:35.035+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:35.835 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[58836]: debug 2024-09-11T09:12:35.703+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:35.835 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[58836]: debug 2024-09-11T09:12:35.703+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:36.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[53572]: debug 2024-09-11T09:12:36.019+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:36.115 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[53572]: debug 2024-09-11T09:12:36.019+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:36.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[64799]: debug 2024-09-11T09:12:35.871+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:36.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:35 smithi130 bash[64799]: debug 2024-09-11T09:12:35.871+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:36.530 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T09:12:36.561 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:36.561 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T09:12:36.562 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T09:12:36.562 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.5 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 systemd[1]: Stopping Ceph osd.5 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[53572]: debug 2024-09-11T09:12:36.707+0000 7f28882db640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[53572]: debug 2024-09-11T09:12:36.707+0000 7f28882db640 -1 osd.5 107 *** Got signal Terminated *** 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[53572]: debug 2024-09-11T09:12:36.707+0000 7f28882db640 -1 osd.5 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[58836]: debug 2024-09-11T09:12:36.659+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:36.846 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[58836]: debug 2024-09-11T09:12:36.659+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:37.114 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[53572]: debug 2024-09-11T09:12:37.063+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:37.115 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[53572]: debug 2024-09-11T09:12:37.063+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:37.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[64799]: debug 2024-09-11T09:12:36.843+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:37.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:36 smithi130 bash[64799]: debug 2024-09-11T09:12:36.843+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:38.056 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[58836]: debug 2024-09-11T09:12:37.687+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:38.057 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[58836]: debug 2024-09-11T09:12:37.687+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:38.057 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[64799]: debug 2024-09-11T09:12:37.847+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:38.057 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[64799]: debug 2024-09-11T09:12:37.847+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:38.057 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:37 smithi130 bash[64799]: debug 2024-09-11T09:12:37.847+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:38.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[53572]: debug 2024-09-11T09:12:38.051+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:38.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[53572]: debug 2024-09-11T09:12:38.051+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[58836]: debug 2024-09-11T09:12:38.711+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[58836]: debug 2024-09-11T09:12:38.711+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[58836]: debug 2024-09-11T09:12:38.711+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[64799]: debug 2024-09-11T09:12:38.819+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[64799]: debug 2024-09-11T09:12:38.819+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:39.065 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:38 smithi130 bash[64799]: debug 2024-09-11T09:12:38.819+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:39.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[53572]: debug 2024-09-11T09:12:39.059+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:39.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[53572]: debug 2024-09-11T09:12:39.059+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:40.060 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[58836]: debug 2024-09-11T09:12:39.703+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:40.060 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[58836]: debug 2024-09-11T09:12:39.703+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:40.060 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[58836]: debug 2024-09-11T09:12:39.703+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:40.061 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[64799]: debug 2024-09-11T09:12:39.831+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:40.061 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[64799]: debug 2024-09-11T09:12:39.831+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:40.061 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:39 smithi130 bash[64799]: debug 2024-09-11T09:12:39.831+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:40.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[53572]: debug 2024-09-11T09:12:40.055+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:40.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[53572]: debug 2024-09-11T09:12:40.055+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:40.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[53572]: debug 2024-09-11T09:12:40.055+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:14.702784+0000 front 2024-09-11T09:12:14.702799+0000 (oldest deadline 2024-09-11T09:12:40.002549+0000) 2024-09-11T09:12:41.088 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[58836]: debug 2024-09-11T09:12:40.687+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:41.088 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[58836]: debug 2024-09-11T09:12:40.687+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:41.088 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[58836]: debug 2024-09-11T09:12:40.687+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:41.089 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[64799]: debug 2024-09-11T09:12:40.823+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:41.089 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[64799]: debug 2024-09-11T09:12:40.823+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:41.089 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:40 smithi130 bash[64799]: debug 2024-09-11T09:12:40.823+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:41.364 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[53572]: debug 2024-09-11T09:12:41.079+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:57.700290+0000 front 2024-09-11T09:11:57.699992+0000 (oldest deadline 2024-09-11T09:12:23.600096+0000) 2024-09-11T09:12:41.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[53572]: debug 2024-09-11T09:12:41.083+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:04.101647+0000 front 2024-09-11T09:12:04.101784+0000 (oldest deadline 2024-09-11T09:12:30.001325+0000) 2024-09-11T09:12:41.365 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[53572]: debug 2024-09-11T09:12:41.083+0000 7f28818ed640 -1 osd.5 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:14.702784+0000 front 2024-09-11T09:12:14.702799+0000 (oldest deadline 2024-09-11T09:12:40.002549+0000) 2024-09-11T09:12:42.111 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[58836]: debug 2024-09-11T09:12:41.671+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:42.111 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[58836]: debug 2024-09-11T09:12:41.671+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:42.111 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[58836]: debug 2024-09-11T09:12:41.671+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:42.111 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[64799]: debug 2024-09-11T09:12:41.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:42.111 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[64799]: debug 2024-09-11T09:12:41.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:42.112 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:41 smithi130 bash[64799]: debug 2024-09-11T09:12:41.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:42.960 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[76058]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-5 2024-09-11T09:12:42.960 INFO:journalctl@ceph.osd.5.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[76145]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-5 2024-09-11T09:12:42.960 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[64799]: debug 2024-09-11T09:12:42.779+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:42.960 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[64799]: debug 2024-09-11T09:12:42.779+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:42.960 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[64799]: debug 2024-09-11T09:12:42.779+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:42.961 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[58836]: debug 2024-09-11T09:12:42.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:42.961 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[58836]: debug 2024-09-11T09:12:42.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:42.961 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:42 smithi130 bash[58836]: debug 2024-09-11T09:12:42.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:43.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:43 smithi120 bash[49238]: ts=2024-09-11T09:12:43.574Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:43.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:43 smithi120 bash[49238]: ts=2024-09-11T09:12:43.575Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:43.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:43 smithi120 bash[49238]: ts=2024-09-11T09:12:43.577Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:43.936 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[64799]: debug 2024-09-11T09:12:43.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:43.936 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[64799]: debug 2024-09-11T09:12:43.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:43.936 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[64799]: debug 2024-09-11T09:12:43.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:43.937 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[58836]: debug 2024-09-11T09:12:43.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:43.937 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[58836]: debug 2024-09-11T09:12:43.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:43.937 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:43 smithi130 bash[58836]: debug 2024-09-11T09:12:43.667+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:44.787 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T09:12:44.823 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:44.823 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T09:12:44.823 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-11T09:12:44.823 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.6 2024-09-11T09:12:45.030 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[58836]: debug 2024-09-11T09:12:44.651+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:45.030 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[58836]: debug 2024-09-11T09:12:44.651+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:45.030 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[58836]: debug 2024-09-11T09:12:44.651+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:45.030 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:44 smithi130 systemd[1]: Stopping Ceph osd.6 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:45.031 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[64799]: debug 2024-09-11T09:12:44.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:45.031 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[64799]: debug 2024-09-11T09:12:44.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:45.031 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:44 smithi130 bash[64799]: debug 2024-09-11T09:12:44.795+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:45.364 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.023+0000 7f03941bc640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:45.364 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.023+0000 7f03941bc640 -1 osd.6 107 *** Got signal Terminated *** 2024-09-11T09:12:45.364 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.023+0000 7f03941bc640 -1 osd.6 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:46.114 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.619+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:46.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.619+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:46.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[58836]: debug 2024-09-11T09:12:45.619+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:46.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[64799]: debug 2024-09-11T09:12:45.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:46.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[64799]: debug 2024-09-11T09:12:45.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:46.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:45 smithi130 bash[64799]: debug 2024-09-11T09:12:45.807+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:46.864 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[64799]: debug 2024-09-11T09:12:46.775+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:46.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[64799]: debug 2024-09-11T09:12:46.775+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:46.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[64799]: debug 2024-09-11T09:12:46.775+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:46.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[58836]: debug 2024-09-11T09:12:46.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:46.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[58836]: debug 2024-09-11T09:12:46.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:46.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:46 smithi130 bash[58836]: debug 2024-09-11T09:12:46.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[64799]: debug 2024-09-11T09:12:47.739+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[64799]: debug 2024-09-11T09:12:47.739+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[64799]: debug 2024-09-11T09:12:47.739+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[58836]: debug 2024-09-11T09:12:47.639+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[58836]: debug 2024-09-11T09:12:47.639+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[58836]: debug 2024-09-11T09:12:47.639+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:48.115 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:47 smithi130 bash[58836]: debug 2024-09-11T09:12:47.639+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.010789+0000 front 2024-09-11T09:12:24.010745+0000 (oldest deadline 2024-09-11T09:12:46.910496+0000) 2024-09-11T09:12:48.864 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[64799]: debug 2024-09-11T09:12:48.751+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[64799]: debug 2024-09-11T09:12:48.751+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[64799]: debug 2024-09-11T09:12:48.751+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[58836]: debug 2024-09-11T09:12:48.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[58836]: debug 2024-09-11T09:12:48.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[58836]: debug 2024-09-11T09:12:48.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:48.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:48 smithi130 bash[58836]: debug 2024-09-11T09:12:48.607+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.010789+0000 front 2024-09-11T09:12:24.010745+0000 (oldest deadline 2024-09-11T09:12:46.910496+0000) 2024-09-11T09:12:49.864 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[58836]: debug 2024-09-11T09:12:49.603+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:56.605654+0000 front 2024-09-11T09:11:56.605243+0000 (oldest deadline 2024-09-11T09:12:21.305464+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[58836]: debug 2024-09-11T09:12:49.603+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:07.206950+0000 front 2024-09-11T09:12:07.207085+0000 (oldest deadline 2024-09-11T09:12:28.306677+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[58836]: debug 2024-09-11T09:12:49.603+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.408357+0000 front 2024-09-11T09:12:12.408137+0000 (oldest deadline 2024-09-11T09:12:37.708120+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[58836]: debug 2024-09-11T09:12:49.603+0000 7f038ffd3640 -1 osd.6 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.010789+0000 front 2024-09-11T09:12:24.010745+0000 (oldest deadline 2024-09-11T09:12:46.910496+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[64799]: debug 2024-09-11T09:12:49.755+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[64799]: debug 2024-09-11T09:12:49.755+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:49.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:49 smithi130 bash[64799]: debug 2024-09-11T09:12:49.755+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:50.864 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:50 smithi130 bash[64799]: debug 2024-09-11T09:12:50.747+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:50.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:50 smithi130 bash[64799]: debug 2024-09-11T09:12:50.747+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:50.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:50 smithi130 bash[64799]: debug 2024-09-11T09:12:50.747+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:50.865 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:50 smithi130 bash[64799]: debug 2024-09-11T09:12:50.747+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:51.364 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[76281]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-6 2024-09-11T09:12:51.364 INFO:journalctl@ceph.osd.6.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[76353]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-6 2024-09-11T09:12:52.114 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[64799]: debug 2024-09-11T09:12:51.787+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:52.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[64799]: debug 2024-09-11T09:12:51.787+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:52.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[64799]: debug 2024-09-11T09:12:51.787+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:52.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:51 smithi130 bash[64799]: debug 2024-09-11T09:12:51.787+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:53.114 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:52 smithi130 bash[64799]: debug 2024-09-11T09:12:52.827+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:53.114 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:52 smithi130 bash[64799]: debug 2024-09-11T09:12:52.827+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:53.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:52 smithi130 bash[64799]: debug 2024-09-11T09:12:52.827+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:53.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:52 smithi130 bash[64799]: debug 2024-09-11T09:12:52.827+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:53.327 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.6.service' 2024-09-11T09:12:53.362 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:12:53.362 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-11T09:12:53.362 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-11T09:12:53.362 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.7 2024-09-11T09:12:53.614 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 systemd[1]: Stopping Ceph osd.7 for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:12:53.615 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.519+0000 7f1409535640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T09:12:53.615 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.519+0000 7f1409535640 -1 osd.7 107 *** Got signal Terminated *** 2024-09-11T09:12:53.615 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.519+0000 7f1409535640 -1 osd.7 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T09:12:53.930 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:53 smithi120 bash[49238]: ts=2024-09-11T09:12:53.575Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:53.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:53 smithi120 bash[49238]: ts=2024-09-11T09:12:53.576Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:12:53.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:12:53 smithi120 bash[49238]: ts=2024-09-11T09:12:53.577Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:12:54.366 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.867+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:54.366 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.867+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:54.366 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.867+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:54.366 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:53 smithi130 bash[64799]: debug 2024-09-11T09:12:53.867+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:55.364 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:54 smithi130 bash[64799]: debug 2024-09-11T09:12:54.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:55.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:54 smithi130 bash[64799]: debug 2024-09-11T09:12:54.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:55.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:54 smithi130 bash[64799]: debug 2024-09-11T09:12:54.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:55.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:54 smithi130 bash[64799]: debug 2024-09-11T09:12:54.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:56.364 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:55 smithi130 bash[64799]: debug 2024-09-11T09:12:55.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:56.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:55 smithi130 bash[64799]: debug 2024-09-11T09:12:55.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:56.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:55 smithi130 bash[64799]: debug 2024-09-11T09:12:55.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:56.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:55 smithi130 bash[64799]: debug 2024-09-11T09:12:55.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:57.114 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:56 smithi130 bash[64799]: debug 2024-09-11T09:12:56.855+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:57.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:56 smithi130 bash[64799]: debug 2024-09-11T09:12:56.855+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:57.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:56 smithi130 bash[64799]: debug 2024-09-11T09:12:56.855+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:57.115 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:56 smithi130 bash[64799]: debug 2024-09-11T09:12:56.855+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:58.364 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:57 smithi130 bash[64799]: debug 2024-09-11T09:12:57.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6806 osd.0 since back 2024-09-11T09:11:58.019659+0000 front 2024-09-11T09:11:58.019276+0000 (oldest deadline 2024-09-11T09:12:22.719235+0000) 2024-09-11T09:12:58.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:57 smithi130 bash[64799]: debug 2024-09-11T09:12:57.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6814 osd.1 since back 2024-09-11T09:12:06.820876+0000 front 2024-09-11T09:12:06.820806+0000 (oldest deadline 2024-09-11T09:12:30.920662+0000) 2024-09-11T09:12:58.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:57 smithi130 bash[64799]: debug 2024-09-11T09:12:57.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6822 osd.2 since back 2024-09-11T09:12:12.622491+0000 front 2024-09-11T09:12:12.622513+0000 (oldest deadline 2024-09-11T09:12:37.322195+0000) 2024-09-11T09:12:58.365 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:57 smithi130 bash[64799]: debug 2024-09-11T09:12:57.899+0000 7f1407350640 -1 osd.7 107 heartbeat_check: no reply from 172.21.15.120:6830 osd.3 since back 2024-09-11T09:12:24.224667+0000 front 2024-09-11T09:12:24.224700+0000 (oldest deadline 2024-09-11T09:12:50.124580+0000) 2024-09-11T09:12:59.857 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:59 smithi130 bash[76494]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-7 2024-09-11T09:12:59.857 INFO:journalctl@ceph.osd.7.smithi130.stdout:Sep 11 09:12:59 smithi130 bash[76565]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-osd-7 2024-09-11T09:13:01.500 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@osd.7.service' 2024-09-11T09:13:01.534 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:13:01.534 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-11T09:13:01.534 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-11T09:13:01.534 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a 2024-09-11T09:13:01.846 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 systemd[1]: Stopping Ceph prometheus.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.691Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.691Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.691Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.691Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.691Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.692Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.692Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.692Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.692Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.694Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.694Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-11T09:13:01.847 INFO:journalctl@ceph.prometheus.a.smithi130.stdout:Sep 11 09:13:01 smithi130 bash[35109]: ts=2024-09-11T09:13:01.694Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-11T09:13:02.365 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-35bb7814-7017-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-11T09:13:02.393 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T09:13:02.393 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-11T09:13:02.393 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 35bb7814-7017-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T09:13:02.509 INFO:teuthology.orchestra.run.smithi120.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T09:13:02.509 INFO:teuthology.orchestra.run.smithi120.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T09:13:02.509 INFO:teuthology.orchestra.run.smithi120.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T09:13:02.509 INFO:teuthology.orchestra.run.smithi120.stderr: [--retry RETRY] 2024-09-11T09:13:02.509 INFO:teuthology.orchestra.run.smithi120.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-11T09:13:02.510 INFO:teuthology.orchestra.run.smithi120.stderr: ... 2024-09-11T09:13:02.510 INFO:teuthology.orchestra.run.smithi120.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T09:13:02.518 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T09:13:02.518 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 35bb7814-7017-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T09:13:02.634 INFO:teuthology.orchestra.run.smithi130.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-11T09:13:02.634 INFO:teuthology.orchestra.run.smithi130.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-11T09:13:02.635 INFO:teuthology.orchestra.run.smithi130.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-11T09:13:02.635 INFO:teuthology.orchestra.run.smithi130.stderr: [--retry RETRY] 2024-09-11T09:13:02.635 INFO:teuthology.orchestra.run.smithi130.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-11T09:13:02.635 INFO:teuthology.orchestra.run.smithi130.stderr: ... 2024-09-11T09:13:02.635 INFO:teuthology.orchestra.run.smithi130.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-11T09:13:02.643 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T09:13:02.644 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T09:13:02.660 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T09:13:02.675 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T09:13:02.677 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/35bb7814-7017-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/7901284/remote/smithi120/crash 2024-09-11T09:13:02.678 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/crash -- . 2024-09-11T09:13:02.696 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/35bb7814-7017-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/7901284/remote/smithi130/crash 2024-09-11T09:13:02.697 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/35bb7814-7017-11ef-bcea-c7b262605968/crash -- . 2024-09-11T09:13:02.712 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T09:13:02.713 DEBUG:teuthology.orchestra.run.smithi120:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T09:13:02.756 INFO:teuthology.orchestra.run.smithi120.stderr:grep: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T09:13:02.758 INFO:tasks.cephadm:Compressing logs... 2024-09-11T09:13:02.759 DEBUG:teuthology.orchestra.run.smithi120:> 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-11T09:13:02.761 DEBUG:teuthology.orchestra.run.smithi130:> 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-11T09:13:02.772 INFO:teuthology.orchestra.run.smithi120.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T09:13:02.781 INFO:teuthology.orchestra.run.smithi130.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T09:13:02.784 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T09:13:02.784 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-11T09:13:02.785 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-11T09:13:02.785 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T09:13:02.786 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi130.tjvaqs.log 2024-09-11T09:13:02.787 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T09:13:02.787 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi120.fpvwgw.log 2024-09-11T09:13:02.788 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T09:13:02.788 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi130.tjvaqs.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr: 72.3%/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.5.log: -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi130.tjvaqs.log.gz 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T09:13:02.789 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T09:13:02.790 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi120.fpvwgw.log: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.3.log: 72.4% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi120.fpvwgw.log.gz 2024-09-11T09:13:02.790 INFO:teuthology.orchestra.run.smithi120.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T09:13:02.797 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T09:13:02.799 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.x.log: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T09:13:02.799 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T09:13:02.800 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.4.log: /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T09:13:02.806 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T09:13:02.810 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.2.log: 91.4% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T09:13:02.814 INFO:teuthology.orchestra.run.smithi130.stderr: 91.5% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T09:13:02.815 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/cephadm.log: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T09:13:02.872 INFO:teuthology.orchestra.run.smithi130.stderr: 91.5% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-11T09:13:03.300 INFO:teuthology.orchestra.run.smithi120.stderr: 91.8% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-11T09:13:03.692 INFO:teuthology.orchestra.run.smithi120.stderr: 94.3% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-11T09:13:03.930 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:03 smithi120 bash[49238]: ts=2024-09-11T09:13:03.575Z caller=dispatch.go:352 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:13:03.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:03 smithi120 bash[49238]: ts=2024-09-11T09:13:03.576Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi120.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.120:8443: connect: connection refused" 2024-09-11T09:13:03.931 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:03 smithi120 bash[49238]: ts=2024-09-11T09:13:03.577Z caller=notify.go:732 level=warn component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi130.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.130:8443: connect: connection refused" 2024-09-11T09:13:04.000 INFO:teuthology.orchestra.run.smithi130.stderr: 93.0% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T09:13:04.248 INFO:teuthology.orchestra.run.smithi130.stderr: 93.2% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T09:13:04.264 INFO:teuthology.orchestra.run.smithi120.stderr: 92.6% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T09:13:04.283 INFO:teuthology.orchestra.run.smithi130.stderr: 93.6% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T09:13:04.471 INFO:teuthology.orchestra.run.smithi130.stderr: 93.4% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T09:13:04.506 INFO:teuthology.orchestra.run.smithi120.stderr: 93.4% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T09:13:04.565 INFO:teuthology.orchestra.run.smithi120.stderr: 93.5% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T09:13:04.645 INFO:teuthology.orchestra.run.smithi130.stderr: 93.6% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T09:13:04.647 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-09-11T09:13:04.647 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m1.877s 2024-09-11T09:13:04.647 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m7.566s 2024-09-11T09:13:04.648 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.251s 2024-09-11T09:13:04.681 INFO:teuthology.orchestra.run.smithi120.stderr: 93.2% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T09:13:05.146 INFO:teuthology.orchestra.run.smithi120.stderr: 91.0% -- replaced with /var/log/ceph/35bb7814-7017-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T09:13:05.148 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-09-11T09:13:05.148 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m2.385s 2024-09-11T09:13:05.148 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m10.330s 2024-09-11T09:13:05.148 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.350s 2024-09-11T09:13:05.149 INFO:tasks.cephadm:Archiving logs... 2024-09-11T09:13:05.149 DEBUG:teuthology.misc:Transferring archived files from smithi120:/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/7901284/remote/smithi120/log 2024-09-11T09:13:05.150 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T09:13:06.524 DEBUG:teuthology.misc:Transferring archived files from smithi130:/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/7901284/remote/smithi130/log 2024-09-11T09:13:06.525 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T09:13:07.555 INFO:tasks.cephadm:Removing cluster... 2024-09-11T09:13:07.556 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 35bb7814-7017-11ef-bcea-c7b262605968 --force 2024-09-11T09:13:09.623 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:09 smithi120 systemd[1]: Stopping Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:13:10.680 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:10 smithi120 bash[104402]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter-a 2024-09-11T09:13:10.681 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:10 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T09:13:10.681 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:10 smithi120 bash[104474]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter-a 2024-09-11T09:13:10.681 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:10 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-11T09:13:10.681 INFO:journalctl@ceph.node-exporter.a.smithi120.stdout:Sep 11 09:13:10 smithi120 systemd[1]: Stopped Ceph node-exporter.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:13:11.181 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:10 smithi120 systemd[1]: Stopping Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:13:11.181 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:10 smithi120 bash[49238]: ts=2024-09-11T09:13:10.931Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-11T09:13:11.810 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:11 smithi120 bash[104531]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager-a 2024-09-11T09:13:11.873 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:11 smithi120 bash[104606]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-alertmanager-a 2024-09-11T09:13:11.874 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:11 smithi120 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@alertmanager.a.service: Succeeded. 2024-09-11T09:13:11.874 INFO:journalctl@ceph.alertmanager.a.smithi120.stdout:Sep 11 09:13:11 smithi120 systemd[1]: Stopped Ceph alertmanager.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:13:23.631 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 35bb7814-7017-11ef-bcea-c7b262605968 --force 2024-09-11T09:13:24.864 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:24 smithi130 bash[36671]: logger=sqlstore.transactions t=2024-09-11T09:13:24.630780129Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-11T09:13:25.614 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:25 smithi130 systemd[1]: Stopping Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:13:26.364 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:26 smithi130 bash[76991]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter-b 2024-09-11T09:13:26.365 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:26 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-11T09:13:26.365 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:26 smithi130 bash[77061]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-node-exporter-b 2024-09-11T09:13:26.365 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:26 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-11T09:13:26.365 INFO:journalctl@ceph.node-exporter.b.smithi130.stdout:Sep 11 09:13:26 smithi130 systemd[1]: Stopped Ceph node-exporter.b for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:13:26.767 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:26 smithi130 systemd[1]: Stopping Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968... 2024-09-11T09:13:27.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:27 smithi130 bash[77118]: ceph-35bb7814-7017-11ef-bcea-c7b262605968-grafana-a 2024-09-11T09:13:27.364 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:27 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-11T09:13:27.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:27 smithi130 bash[77190]: Error response from daemon: No such container: ceph-35bb7814-7017-11ef-bcea-c7b262605968-grafana-a 2024-09-11T09:13:27.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:27 smithi130 systemd[1]: ceph-35bb7814-7017-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-11T09:13:27.365 INFO:journalctl@ceph.grafana.a.smithi130.stdout:Sep 11 09:13:27 smithi130 systemd[1]: Stopped Ceph grafana.a for 35bb7814-7017-11ef-bcea-c7b262605968. 2024-09-11T09:13:39.073 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T09:13:39.074 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T09:13:39.081 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T09:13:39.085 INFO:tasks.cephadm:Teardown complete 2024-09-11T09:13:39.085 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T09:13:39.094 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T09:13:39.095 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T09:13:39.126 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================== 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout:+hv01.front.sepi 67.205.162.81 3 u 22 128 377 0.167 1.841 0.243 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout:+hv02.front.sepi 63.231.80.2 3 u 12 128 377 0.177 -2.474 0.113 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout:*hv03.front.sepi 74.6.168.72 3 u 69 128 377 0.134 -1.847 0.057 2024-09-11T09:13:39.148 INFO:teuthology.orchestra.run.smithi120.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout:+hv01.front.sepi 67.205.162.81 3 u 10 64 377 0.121 4.637 0.377 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout:*hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.118 0.042 0.398 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 64 377 0.098 0.544 0.415 2024-09-11T09:13:39.150 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-09-11T09:13:39.151 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T09:13:39.160 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T09:13:39.160 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T09:13:39.172 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T09:13:39.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T09:13:39.200 INFO:teuthology.task.internal:Duration was 3316.256176 seconds 2024-09-11T09:13:39.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T09:13:39.214 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T09:13:39.214 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T09:13:39.217 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T09:13:39.270 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T09:13:39.270 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2024-09-11T09:13:39.270 DEBUG:teuthology.orchestra.run.smithi120:> 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-11T09:13:39.282 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-09-11T09:13:39.282 DEBUG:teuthology.orchestra.run.smithi130:> 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-11T09:13:39.296 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T09:13:39.297 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T09:13:39.328 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T09:13:39.454 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T09:13:39.454 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T09:13:39.456 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T09:13:39.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T09:13:39.750 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T09:13:39.750 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T09:13:39.763 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T09:13:39.780 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T09:13:39.792 DEBUG:teuthology.orchestra.run.smithi120:> 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-11T09:13:39.806 DEBUG:teuthology.orchestra.run.smithi130:> 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-11T09:13:39.819 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2024-09-11T09:13:39.837 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-09-11T09:13:39.868 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T09:13:39.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T09:13:39.874 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T09:13:39.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T09:13:39.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T09:13:39.889 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T09:13:39.890 DEBUG:teuthology.misc:Transferring archived files from smithi120:/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/7901284/remote/smithi120 2024-09-11T09:13:39.890 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T09:13:39.937 DEBUG:teuthology.misc:Transferring archived files from smithi130:/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/7901284/remote/smithi130 2024-09-11T09:13:39.937 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T09:13:39.976 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T09:13:39.976 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T09:13:39.978 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T09:13:40.017 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T09:13:40.029 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T09:13:40.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T09:13:40.041 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T09:13:40.041 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T09:13:40.043 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T09:13:40.049 INFO:teuthology.orchestra.run.smithi120.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 09:13 /home/ubuntu/cephtest 2024-09-11T09:13:40.051 INFO:teuthology.orchestra.run.smithi130.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 09:13 /home/ubuntu/cephtest 2024-09-11T09:13:40.053 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T09:13:40.062 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T09:13:40.093 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 3316.25617647171 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T09:13:40.094 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T09:13:40.159 INFO:teuthology.run:pass